OPS!
Qualcosa รจ andato storto.
ErrorException {#227
#message: "SQLSTATE[HY000]: General error: 1615 Prepared statement needs to be re-prepared (SQL: select * from `seo_urls` where `url` = /weddings/pics-videos.html limit 1) (View: /var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/resources/views/layouts/standard.blade.php) (View: /var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/resources/views/layouts/standard.blade.php)"
#code: 0
#file: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
#line: 647
-previous: ErrorException {#1067
#message: "SQLSTATE[HY000]: General error: 1615 Prepared statement needs to be re-prepared (SQL: select * from `seo_urls` where `url` = /weddings/pics-videos.html limit 1) (View: /var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/resources/views/layouts/standard.blade.php)"
#code: 0
#file: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
#line: 647
-previous: QueryException {#1080
#sql: "select * from `seo_urls` where `url` = ? limit 1"
#bindings: array:1 [
0 => "/weddings/pics-videos.html"
]
#message: "SQLSTATE[HY000]: General error: 1615 Prepared statement needs to be re-prepared (SQL: select * from `seo_urls` where `url` = /weddings/pics-videos.html limit 1)"
#code: "HY000"
#file: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
#line: 647
-previous: PDOException {#1081
#message: "SQLSTATE[HY000]: General error: 1615 Prepared statement needs to be re-prepared"
#code: "HY000"
#file: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
#line: 323
+errorInfo: array:3 [
0 => "HY000"
1 => 1615
2 => "Prepared statement needs to be re-prepared"
]
-trace: {
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Connection.php:323: {
:
: $statement->execute();
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Connection.php:640: {
: try {
: $result = $callback($query, $bindings);
: }
arguments: {
"select * from `seo_urls` where `url` = ? limit 1"
array:1 [ …1]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Connection.php:607: {
: try {
: $result = $this->runQueryCallback($query, $bindings, $callback);
: } catch (QueryException $e) {
arguments: {
$query: "select * from `seo_urls` where `url` = ? limit 1"
$bindings: array:1 [ …1]
$callback: Closure {#1077 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Connection.php:326: {
: return $statement->fetchAll();
: });
: }
arguments: {
$query: "select * from `seo_urls` where `url` = ? limit 1"
$bindings: array:1 [ …1]
$callback: Closure {#1077 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1710: {
: $this->toSql(), $this->getBindings(), ! $this->useWritePdo
: );
: }
arguments: {
$query: "select * from `seo_urls` where `url` = ? limit 1"
$bindings: array:1 [ …1]
$useReadPdo: true
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1694: {
:
: $results = $this->processor->processSelect($this, $this->runSelect());
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:462: {
: return $this->model->hydrate(
: $this->query->get($columns)->all(),
: $this->model->getConnectionName()
arguments: {
$columns: array:1 [ …1]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:446: {
: // n+1 query issue for the developers to avoid running a lot of queries.
: if (count($models = $builder->getModels($columns)) > 0) {
: $models = $builder->eagerLoadRelations($models);
arguments: {
$columns: array:1 [ …1]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php:71: {
: {
: return $this->take(1)->get($columns)->first();
: }
arguments: {
$columns: array:1 [ …1]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/packages/advinser/seo/src/Services/SeoService.php:147: {
: if ($this->config['cache']==false || Cache::get('__advinser_seo__' . '/' . Request::path(), null) === null) {
: $this->seo = SeoUrl::where('url', '/'.Request::path())->first();
: if(is_null($this->seo)) {
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/packages/advinser/seo/src/Services/SeoService.php:188: {
: }
: $this->getSeo();
: if(is_null($this->seo)){
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/packages/advinser/seo/src/Services/SeoService.php:254: {
: public function seo(){
: return $this->title().
: $this->description().
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/05f06588de34160c267ab363879773987e9adb40.php:19: {
: <meta name="viewport" content="width=device-width, initial-scale=1">
: <?php echo $seo->seo(); ?>
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:42: {
: try {
: include $__path;
: } catch (Exception $e) {
arguments: {
"/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/4497cf3b271ba64b2cf104f9c1b98475802c1979.php"
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59: {
: // which have been rendered for right exception messages to be generated.
: $results = $this->evaluatePath($compiled, $data);
:
arguments: {
$__path: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/4497cf3b271ba64b2cf104f9c1b98475802c1979.php"
$__data: array:4 [ …4]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:137: {
: {
: return $this->engine->get($this->path, $this->gatherData());
: }
arguments: {
$path: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/resources/views/errors/eccezione.blade.php"
$data: array:4 [ …4]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:120: {
:
: $contents = $this->getContents();
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:85: {
: try {
: $contents = $this->renderContents();
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/4497cf3b271ba64b2cf104f9c1b98475802c1979.php:33: {
:
: <?php echo $__env->make('layouts.standard', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:42: {
: try {
: include $__path;
: } catch (Exception $e) {
arguments: {
"/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/4497cf3b271ba64b2cf104f9c1b98475802c1979.php"
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59: {
: // which have been rendered for right exception messages to be generated.
: $results = $this->evaluatePath($compiled, $data);
:
arguments: {
$__path: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/4497cf3b271ba64b2cf104f9c1b98475802c1979.php"
$__data: array:4 [ …4]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:137: {
: {
: return $this->engine->get($this->path, $this->gatherData());
: }
arguments: {
$path: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/resources/views/errors/eccezione.blade.php"
$data: array:4 [ …4]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:120: {
:
: $contents = $this->getContents();
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:85: {
: try {
: $contents = $this->renderContents();
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Http/Response.php:38: {
: elseif ($content instanceof Renderable) {
: $content = $content->render();
: }
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/symfony/http-foundation/Response.php:225: {
: $this->headers = new ResponseHeaderBag($headers);
: $this->setContent($content);
: $this->setStatusCode($status);
arguments: {
$content: View {#214 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:55: {
: {
: return new Response($content, $status, $headers);
: }
arguments: {
$content: View {#214 …}
$status: 200
$headers: []
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:69: {
: {
: return $this->make($this->view->make($view, $data), $status, $headers);
: }
arguments: {
$content: View {#214 …}
$status: 200
$headers: []
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:221: {
:
: return $instance->$method(...$args);
: }
arguments: {
$view: "errors.eccezione"
$data: array:1 [ …1]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/app/Exceptions/Handler.php:66: {
: Session::flash('404_url',request()->path());
: return Response::view('errors.eccezione', ['exception' => $exception]);
: }
arguments: {
$method: "view"
$args: array:2 [ …2]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/app/Exceptions/Handler.php:66: {
: Session::flash('404_url',request()->path());
: return Response::view('errors.eccezione', ['exception' => $exception]);
: }
arguments: {
"errors.eccezione"
array:1 [ …1]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:82: {
:
: $response = $handler->render($passable, $e);
:
arguments: {
$request: Request {#38 …}
$exception: QueryException {#194 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32: {
: } catch (Exception $e) {
: return $this->handleException($passable, $e);
: } catch (Throwable $e) {
arguments: {
$passable: Request {#38 …}
$e: QueryException {#194 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:65: {
: ) {
: return $this->addCookieToResponse($request, $next($request));
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64: {
:
: $response = $next($request);
:
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37: {
: {
: $response = $next($request);
:
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:59: {
: {
: return $this->encrypt($next($this->decrypt($request)));
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:102: {
:
: return $pipeline($this->passable);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Router.php:561: {
: );
: });
: }
arguments: {
$destination: Closure {#157 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Router.php:520: {
:
: $response = $this->runRouteWithinStack($route, $request);
:
arguments: {
$route: Route {#119 …}
$request: Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Router.php:498: {
:
: return $this->dispatchToRoute($request);
: }
arguments: {
$request: Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:174: {
:
: return $this->router->dispatch($request);
: };
arguments: {
$request: Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30: {
: try {
: return $destination($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:30: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:30: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:46: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:102: {
:
: return $pipeline($this->passable);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:149: {
: ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
: ->then($this->dispatchToRouter());
: }
arguments: {
$destination: Closure {#18 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116: {
:
: $response = $this->sendRequestThroughRouter($request);
: } catch (Exception $e) {
arguments: {
$request: Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/public/index.php:54: {
: $request = Illuminate\Http\Request::capture()
: );
:
arguments: {
$request: Request {#38 …}
}
}
}
}
+errorInfo: array:3 [
0 => "HY000"
1 => 1615
2 => "Prepared statement needs to be re-prepared"
]
-trace: {
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Connection.php:647: {
: catch (Exception $e) {
: throw new QueryException(
: $query, $this->prepareBindings($bindings), $e
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Connection.php:607: {
: try {
: $result = $this->runQueryCallback($query, $bindings, $callback);
: } catch (QueryException $e) {
arguments: {
$query: "select * from `seo_urls` where `url` = ? limit 1"
$bindings: array:1 [ …1]
$callback: Closure {#1077 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Connection.php:326: {
: return $statement->fetchAll();
: });
: }
arguments: {
$query: "select * from `seo_urls` where `url` = ? limit 1"
$bindings: array:1 [ …1]
$callback: Closure {#1077 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1710: {
: $this->toSql(), $this->getBindings(), ! $this->useWritePdo
: );
: }
arguments: {
$query: "select * from `seo_urls` where `url` = ? limit 1"
$bindings: array:1 [ …1]
$useReadPdo: true
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1694: {
:
: $results = $this->processor->processSelect($this, $this->runSelect());
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:462: {
: return $this->model->hydrate(
: $this->query->get($columns)->all(),
: $this->model->getConnectionName()
arguments: {
$columns: array:1 [ …1]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:446: {
: // n+1 query issue for the developers to avoid running a lot of queries.
: if (count($models = $builder->getModels($columns)) > 0) {
: $models = $builder->eagerLoadRelations($models);
arguments: {
$columns: array:1 [ …1]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php:71: {
: {
: return $this->take(1)->get($columns)->first();
: }
arguments: {
$columns: array:1 [ …1]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/packages/advinser/seo/src/Services/SeoService.php:147: {
: if ($this->config['cache']==false || Cache::get('__advinser_seo__' . '/' . Request::path(), null) === null) {
: $this->seo = SeoUrl::where('url', '/'.Request::path())->first();
: if(is_null($this->seo)) {
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/packages/advinser/seo/src/Services/SeoService.php:188: {
: }
: $this->getSeo();
: if(is_null($this->seo)){
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/packages/advinser/seo/src/Services/SeoService.php:254: {
: public function seo(){
: return $this->title().
: $this->description().
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/05f06588de34160c267ab363879773987e9adb40.php:19: {
: <meta name="viewport" content="width=device-width, initial-scale=1">
: <?php echo $seo->seo(); ?>
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:42: {
: try {
: include $__path;
: } catch (Exception $e) {
arguments: {
"/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/4497cf3b271ba64b2cf104f9c1b98475802c1979.php"
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59: {
: // which have been rendered for right exception messages to be generated.
: $results = $this->evaluatePath($compiled, $data);
:
arguments: {
$__path: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/4497cf3b271ba64b2cf104f9c1b98475802c1979.php"
$__data: array:4 [ …4]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:137: {
: {
: return $this->engine->get($this->path, $this->gatherData());
: }
arguments: {
$path: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/resources/views/errors/eccezione.blade.php"
$data: array:4 [ …4]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:120: {
:
: $contents = $this->getContents();
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:85: {
: try {
: $contents = $this->renderContents();
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/4497cf3b271ba64b2cf104f9c1b98475802c1979.php:33: {
:
: <?php echo $__env->make('layouts.standard', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:42: {
: try {
: include $__path;
: } catch (Exception $e) {
arguments: {
"/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/4497cf3b271ba64b2cf104f9c1b98475802c1979.php"
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59: {
: // which have been rendered for right exception messages to be generated.
: $results = $this->evaluatePath($compiled, $data);
:
arguments: {
$__path: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/4497cf3b271ba64b2cf104f9c1b98475802c1979.php"
$__data: array:4 [ …4]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:137: {
: {
: return $this->engine->get($this->path, $this->gatherData());
: }
arguments: {
$path: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/resources/views/errors/eccezione.blade.php"
$data: array:4 [ …4]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:120: {
:
: $contents = $this->getContents();
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:85: {
: try {
: $contents = $this->renderContents();
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Http/Response.php:38: {
: elseif ($content instanceof Renderable) {
: $content = $content->render();
: }
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/symfony/http-foundation/Response.php:225: {
: $this->headers = new ResponseHeaderBag($headers);
: $this->setContent($content);
: $this->setStatusCode($status);
arguments: {
$content: View {#214 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:55: {
: {
: return new Response($content, $status, $headers);
: }
arguments: {
$content: View {#214 …}
$status: 200
$headers: []
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:69: {
: {
: return $this->make($this->view->make($view, $data), $status, $headers);
: }
arguments: {
$content: View {#214 …}
$status: 200
$headers: []
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:221: {
:
: return $instance->$method(...$args);
: }
arguments: {
$view: "errors.eccezione"
$data: array:1 [ …1]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/app/Exceptions/Handler.php:66: {
: Session::flash('404_url',request()->path());
: return Response::view('errors.eccezione', ['exception' => $exception]);
: }
arguments: {
$method: "view"
$args: array:2 [ …2]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/app/Exceptions/Handler.php:66: {
: Session::flash('404_url',request()->path());
: return Response::view('errors.eccezione', ['exception' => $exception]);
: }
arguments: {
"errors.eccezione"
array:1 [ …1]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:82: {
:
: $response = $handler->render($passable, $e);
:
arguments: {
$request: Request {#38 …}
$exception: QueryException {#194 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32: {
: } catch (Exception $e) {
: return $this->handleException($passable, $e);
: } catch (Throwable $e) {
arguments: {
$passable: Request {#38 …}
$e: QueryException {#194 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:65: {
: ) {
: return $this->addCookieToResponse($request, $next($request));
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64: {
:
: $response = $next($request);
:
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37: {
: {
: $response = $next($request);
:
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:59: {
: {
: return $this->encrypt($next($this->decrypt($request)));
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:102: {
:
: return $pipeline($this->passable);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Router.php:561: {
: );
: });
: }
arguments: {
$destination: Closure {#157 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Router.php:520: {
:
: $response = $this->runRouteWithinStack($route, $request);
:
arguments: {
$route: Route {#119 …}
$request: Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Router.php:498: {
:
: return $this->dispatchToRoute($request);
: }
arguments: {
$request: Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:174: {
:
: return $this->router->dispatch($request);
: };
arguments: {
$request: Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30: {
: try {
: return $destination($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:30: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:30: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:46: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:102: {
:
: return $pipeline($this->passable);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:149: {
: ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
: ->then($this->dispatchToRouter());
: }
arguments: {
$destination: Closure {#18 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116: {
:
: $response = $this->sendRequestThroughRouter($request);
: } catch (Exception $e) {
arguments: {
$request: Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/public/index.php:54: {
: $request = Illuminate\Http\Request::capture()
: );
:
arguments: {
$request: Request {#38 …}
}
}
}
}
#severity: E_ERROR
-trace: {
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Connection.php:647: {
: catch (Exception $e) {
: throw new QueryException(
: $query, $this->prepareBindings($bindings), $e
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:44: {
: } catch (Exception $e) {
: $this->handleViewException($e, $obLevel);
: } catch (Throwable $e) {
arguments: {
$e: QueryException {#1080}
$obLevel: 2
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59: {
: // which have been rendered for right exception messages to be generated.
: $results = $this->evaluatePath($compiled, $data);
:
arguments: {
$__path: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/4497cf3b271ba64b2cf104f9c1b98475802c1979.php"
$__data: array:4 [ …4]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:137: {
: {
: return $this->engine->get($this->path, $this->gatherData());
: }
arguments: {
$path: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/resources/views/errors/eccezione.blade.php"
$data: array:4 [ …4]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:120: {
:
: $contents = $this->getContents();
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:85: {
: try {
: $contents = $this->renderContents();
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/4497cf3b271ba64b2cf104f9c1b98475802c1979.php:33: {
:
: <?php echo $__env->make('layouts.standard', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:42: {
: try {
: include $__path;
: } catch (Exception $e) {
arguments: {
"/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/4497cf3b271ba64b2cf104f9c1b98475802c1979.php"
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59: {
: // which have been rendered for right exception messages to be generated.
: $results = $this->evaluatePath($compiled, $data);
:
arguments: {
$__path: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/4497cf3b271ba64b2cf104f9c1b98475802c1979.php"
$__data: array:4 [ …4]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:137: {
: {
: return $this->engine->get($this->path, $this->gatherData());
: }
arguments: {
$path: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/resources/views/errors/eccezione.blade.php"
$data: array:4 [ …4]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:120: {
:
: $contents = $this->getContents();
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:85: {
: try {
: $contents = $this->renderContents();
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Http/Response.php:38: {
: elseif ($content instanceof Renderable) {
: $content = $content->render();
: }
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/symfony/http-foundation/Response.php:225: {
: $this->headers = new ResponseHeaderBag($headers);
: $this->setContent($content);
: $this->setStatusCode($status);
arguments: {
$content: View {#214 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:55: {
: {
: return new Response($content, $status, $headers);
: }
arguments: {
$content: View {#214 …}
$status: 200
$headers: []
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:69: {
: {
: return $this->make($this->view->make($view, $data), $status, $headers);
: }
arguments: {
$content: View {#214 …}
$status: 200
$headers: []
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:221: {
:
: return $instance->$method(...$args);
: }
arguments: {
$view: "errors.eccezione"
$data: array:1 [ …1]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/app/Exceptions/Handler.php:66: {
: Session::flash('404_url',request()->path());
: return Response::view('errors.eccezione', ['exception' => $exception]);
: }
arguments: {
$method: "view"
$args: array:2 [ …2]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/app/Exceptions/Handler.php:66: {
: Session::flash('404_url',request()->path());
: return Response::view('errors.eccezione', ['exception' => $exception]);
: }
arguments: {
"errors.eccezione"
array:1 [ …1]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:82: {
:
: $response = $handler->render($passable, $e);
:
arguments: {
$request: Request {#38 …}
$exception: QueryException {#194 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32: {
: } catch (Exception $e) {
: return $this->handleException($passable, $e);
: } catch (Throwable $e) {
arguments: {
$passable: Request {#38 …}
$e: QueryException {#194 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:65: {
: ) {
: return $this->addCookieToResponse($request, $next($request));
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64: {
:
: $response = $next($request);
:
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37: {
: {
: $response = $next($request);
:
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:59: {
: {
: return $this->encrypt($next($this->decrypt($request)));
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:102: {
:
: return $pipeline($this->passable);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Router.php:561: {
: );
: });
: }
arguments: {
$destination: Closure {#157 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Router.php:520: {
:
: $response = $this->runRouteWithinStack($route, $request);
:
arguments: {
$route: Route {#119 …}
$request: Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Router.php:498: {
:
: return $this->dispatchToRoute($request);
: }
arguments: {
$request: Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:174: {
:
: return $this->router->dispatch($request);
: };
arguments: {
$request: Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30: {
: try {
: return $destination($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:30: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:30: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:46: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:102: {
:
: return $pipeline($this->passable);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:149: {
: ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
: ->then($this->dispatchToRouter());
: }
arguments: {
$destination: Closure {#18 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116: {
:
: $response = $this->sendRequestThroughRouter($request);
: } catch (Exception $e) {
arguments: {
$request: Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/public/index.php:54: {
: $request = Illuminate\Http\Request::capture()
: );
:
arguments: {
$request: Request {#38 …}
}
}
}
}
#severity: E_ERROR
-trace: {
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Database/Connection.php:647: {
: catch (Exception $e) {
: throw new QueryException(
: $query, $this->prepareBindings($bindings), $e
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:44: {
: } catch (Exception $e) {
: $this->handleViewException($e, $obLevel);
: } catch (Throwable $e) {
arguments: {
$e: QueryException {#1080}
$obLevel: 2
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59: {
: // which have been rendered for right exception messages to be generated.
: $results = $this->evaluatePath($compiled, $data);
:
arguments: {
$__path: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/storage/framework/views/4497cf3b271ba64b2cf104f9c1b98475802c1979.php"
$__data: array:4 [ …4]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:137: {
: {
: return $this->engine->get($this->path, $this->gatherData());
: }
arguments: {
$path: "/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/resources/views/errors/eccezione.blade.php"
$data: array:4 [ …4]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:120: {
:
: $contents = $this->getContents();
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/View.php:85: {
: try {
: $contents = $this->renderContents();
:
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Http/Response.php:38: {
: elseif ($content instanceof Renderable) {
: $content = $content->render();
: }
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/symfony/http-foundation/Response.php:225: {
: $this->headers = new ResponseHeaderBag($headers);
: $this->setContent($content);
: $this->setStatusCode($status);
arguments: {
$content: View {#214 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:55: {
: {
: return new Response($content, $status, $headers);
: }
arguments: {
$content: View {#214 …}
$status: 200
$headers: []
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:69: {
: {
: return $this->make($this->view->make($view, $data), $status, $headers);
: }
arguments: {
$content: View {#214 …}
$status: 200
$headers: []
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:221: {
:
: return $instance->$method(...$args);
: }
arguments: {
$view: "errors.eccezione"
$data: array:1 [ …1]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/app/Exceptions/Handler.php:66: {
: Session::flash('404_url',request()->path());
: return Response::view('errors.eccezione', ['exception' => $exception]);
: }
arguments: {
$method: "view"
$args: array:2 [ …2]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/app/Exceptions/Handler.php:66: {
: Session::flash('404_url',request()->path());
: return Response::view('errors.eccezione', ['exception' => $exception]);
: }
arguments: {
"errors.eccezione"
array:1 [ …1]
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:82: {
:
: $response = $handler->render($passable, $e);
:
arguments: {
$request: Request {#38 …}
$exception: QueryException {#194 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32: {
: } catch (Exception $e) {
: return $this->handleException($passable, $e);
: } catch (Throwable $e) {
arguments: {
$passable: Request {#38 …}
$e: QueryException {#194 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:65: {
: ) {
: return $this->addCookieToResponse($request, $next($request));
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64: {
:
: $response = $next($request);
:
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37: {
: {
: $response = $next($request);
:
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:59: {
: {
: return $this->encrypt($next($this->decrypt($request)));
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:102: {
:
: return $pipeline($this->passable);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Router.php:561: {
: );
: });
: }
arguments: {
$destination: Closure {#157 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Router.php:520: {
:
: $response = $this->runRouteWithinStack($route, $request);
:
arguments: {
$route: Route {#119 …}
$request: Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Router.php:498: {
:
: return $this->dispatchToRoute($request);
: }
arguments: {
$request: Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:174: {
:
: return $this->router->dispatch($request);
: };
arguments: {
$request: Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30: {
: try {
: return $destination($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:30: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:30: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:46: {
:
: return $next($request);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:148: {
:
: return $pipe->{$this->method}(...$parameters);
: };
arguments: {
$request: Request {#38 …}
$next: Closure {#127 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53: {
:
: return $callable($passable);
: } catch (Exception $e) {
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:102: {
:
: return $pipeline($this->passable);
: }
arguments: {
Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:149: {
: ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
: ->then($this->dispatchToRouter());
: }
arguments: {
$destination: Closure {#18 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116: {
:
: $response = $this->sendRequestThroughRouter($request);
: } catch (Exception $e) {
arguments: {
$request: Request {#38 …}
}
}
/var/www/vhosts/thelazyolive.com/httpdocs/thelazyolive.com/thelazyolive/public/index.php:54: {
: $request = Illuminate\Http\Request::capture()
: );
:
arguments: {
$request: Request {#38 …}
}
}
}
}