ErrorException {#324
#message: "Trying to access array offset on value of type null"
#code: 0
#file: "/home/dispacconserve/public_html/vendor/egulias/email-validator/EmailValidator/Parser/Parser.php"
#line: 147
#severity: E_NOTICE
trace: {
/home/dispacconserve/public_html/vendor/egulias/email-validator/EmailValidator/Parser/Parser.php:147 {
›
› if ($previous['type'] === EmailLexer::S_BACKSLASH
› &&
}
/home/dispacconserve/public_html/vendor/egulias/email-validator/EmailValidator/Parser/Parser.php:127 {
› {
› if ($this->escaped()) {
› return false;
}
/home/dispacconserve/public_html/vendor/egulias/email-validator/EmailValidator/Parser/LocalPart.php:57 {
›
› if ($this->isFWS()) {
› $this->parseFWS();
}
/home/dispacconserve/public_html/vendor/egulias/email-validator/EmailValidator/EmailParser.php:48 {
›
› $this->localPartParser->parse($str);
› $this->domainPartParser->parse($str);
}
/home/dispacconserve/public_html/vendor/egulias/email-validator/EmailValidator/Validation/RFCValidation.php:30 {
› try {
› $this->parser->parse((string)$email);
› } catch (InvalidEmail $invalid) {
}
/home/dispacconserve/public_html/vendor/egulias/email-validator/EmailValidator/EmailValidator.php:37 {
› {
› $isValid = $emailValidation->isValid($email, $this->lexer);
› $this->warnings = $emailValidation->getWarnings();
}
/home/dispacconserve/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php:182 {
› {
› if (!$this->emailValidator->isValid($id, new RFCValidation())) {
› throw new Swift_RfcComplianceException('Invalid ID given <'.$id.'>');
}
/home/dispacconserve/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php:128 {
› foreach ($ids as $id) {
› $this->assertValidId($id);
› $actualIds[] = $id;
}
/home/dispacconserve/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php:99 {
› {
› $this->setIds(is_array($id) ? $id : [$id]);
› }
}
/home/dispacconserve/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/IdentificationHeader.php:75 {
› {
› $this->setId($model);
› }
}
/home/dispacconserve/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderFactory.php:141 {
› if (isset($ids)) {
› $header->setFieldBodyModel($ids);
› }
}
/home/dispacconserve/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleHeaderSet.php:115 {
› {
› $this->storeHeader($name, $this->factory->createIdHeader($name, $ids));
› }
}
/home/dispacconserve/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMimeEntity.php:217 {
› if (!$this->setHeaderFieldModel($this->getIdField(), $id)) {
› $this->headers->addIdHeader($this->getIdField(), $id);
› }
}
/home/dispacconserve/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php:53 {
› $this->setDate(new DateTimeImmutable());
› $this->setId($this->getId());
› $this->getHeaders()->addMailboxHeader('From');
}
/home/dispacconserve/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Message.php:48 {
› Swift_DependencyContainer::getInstance()
› ->createDependenciesFor('mime.message')
› );
}
Swift_Message->__construct() {}
/home/dispacconserve/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php:330 {
› return $reflector->newInstanceArgs(
› $this->createDependenciesFor($itemName)
› );
}
/home/dispacconserve/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/DependencyContainer.php:115 {
› case self::TYPE_INSTANCE:
› return $this->createNewInstance($itemName);
› case self::TYPE_SHARED:
}
/home/dispacconserve/public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php:41 {
› return Swift_DependencyContainer::getInstance()
› ->lookup('message.'.$service);
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Mail/Mailer.php:451 {
› {
› $message = new Message($this->swift->createMessage('message'));
›
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Mail/Mailer.php:237 {
›
› $data['message'] = $message = $this->createMessage();
›
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Mail/Mailable.php:159 {
› ->buildAttachments($message);
› });
› });
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Support/Traits/Localizable.php:19 {
› if (! $locale) {
› return $callback();
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Mail/Mailable.php:160 {
› });
› });
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Mail/Mailer.php:274 {
› return $mailable instanceof ShouldQueue
› ? $mailable->queue($this->queue) : $mailable->send($this);
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Mail/Mailer.php:229 {
› if ($view instanceof MailableContract) {
› return $this->sendMailable($view);
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Mail/PendingMail.php:124 {
›
› return $this->mailer->send($this->fill($mailable));
› }
}
/home/dispacconserve/public_html/app/Exceptions/Handler.php:81 {
›
› \Mail::to($ciaInvestigator)->send(new ExceptionOccured($html));
› } catch (Exception $ex) {
}
/home/dispacconserve/public_html/app/Exceptions/Handler.php:42 {
› if ($this->shouldReport($exception) && env('APP_ENV') == "production") {
› $this->sendEmail($exception); // sends an email
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:81 {
›
› $handler->report($e);
›
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32 {
› } catch (Exception $e) {
› return $this->handleException($passable, $e);
› } catch (Throwable $e) {
}
/home/dispacconserve/public_html/app/Http/Middleware/Language.php:31 {
› \r
› return $next($request);\r
› }\r
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
›
› return $next($request);
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:75 {
› ) {
› return tap($next($request), function ($response) use ($request) {
› if ($this->shouldAddXsrfTokenCookie()) {
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
›
› return $next($request);
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:63 {
›
› $response = $next($request);
›
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
› {
› $response = $next($request);
›
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66 {
› {
› return $this->encrypt($next($this->decrypt($request)));
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:684 {
› );
› });
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:659 {
› return $this->prepareResponse($request,
› $this->runRouteWithinStack($route, $request)
› );
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:625 {
› {
› return $this->runRoute($request, $this->findRoute($request));
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:614 {
›
› return $this->dispatchToRoute($request);
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176 {
›
› return $this->router->dispatch($request);
› };
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
}
/home/dispacconserve/public_html/vendor/fideloper/proxy/src/TrustProxies.php:57 {
›
› return $next($request);
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
›
› return $next($request);
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
›
› return $next($request);
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 {
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
}
/home/dispacconserve/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
}
/home/dispacconserve/public_html/public/index.php:55 {
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
}
/home/dispacconserve/public_html/index.php:21 {
›
› require_once __DIR__.'/public/index.php';
›
arguments: {
"/home/dispacconserve/public_html/public/index.php"
}
}
}
}