ErrorException {#2148
#message: """
SQLSTATE[08006] [7] could not connect to server: Connection refused\n
\tIs the server running on host "172.17.99.44" and accepting\n
\tTCP/IP connections on port 5432? (SQL: select * from "menus" where "enabled" = 1 and ("parent" is null or "parent" = ) order by "label" asc) (View: /var/www/html/resources/views/layouts/default.blade.php) (View: /var/www/html/resources/views/layouts/default.blade.php)
"""
#code: 0
#file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
#line: 664
-previous: ErrorException {#2152
#message: """
SQLSTATE[08006] [7] could not connect to server: Connection refused\n
\tIs the server running on host "172.17.99.44" and accepting\n
\tTCP/IP connections on port 5432? (SQL: select * from "menus" where "enabled" = 1 and ("parent" is null or "parent" = ) order by "label" asc) (View: /var/www/html/resources/views/layouts/default.blade.php)
"""
#code: 0
#file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
#line: 664
-previous: QueryException {#2159
#sql: "select * from "menus" where "enabled" = ? and ("parent" is null or "parent" = ?) order by "label" asc"
#bindings: array:2 [
0 => 1
1 => ""
]
#message: """
SQLSTATE[08006] [7] could not connect to server: Connection refused\n
\tIs the server running on host "172.17.99.44" and accepting\n
\tTCP/IP connections on port 5432? (SQL: select * from "menus" where "enabled" = 1 and ("parent" is null or "parent" = ) order by "label" asc)
"""
#code: 7
#file: "/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
#line: 664
-previous: PDOException {#2153
-errorCode: 7
-sqlState: 7
#message: """
SQLSTATE[08006] [7] could not connect to server: Connection refused\n
\tIs the server running on host "172.17.99.44" and accepting\n
\tTCP/IP connections on port 5432?
"""
#code: 7
#file: "/var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
#line: 31
-previous: PDOException {#2157
#message: """
SQLSTATE[08006] [7] could not connect to server: Connection refused\n
\tIs the server running on host "172.17.99.44" and accepting\n
\tTCP/IP connections on port 5432?
"""
#code: 7
#file: "/var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
#line: 27
+errorInfo: null
trace: {
/var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27 {
› try {
› parent::__construct($dsn, $user, $password, $options);
› $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [PDOStatement::class, []]);
arguments: {
$dsn: "pgsql:host=172.17.99.44;dbname=prod;port=5432;sslmode=prefer"
$username: "retta"
$passwd: "retta28132"
$options: array:4 [ …4]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:65 {
› if (class_exists(PDOConnection::class) && ! $this->isPersistentConnection($options)) {
› return new PDOConnection($dsn, $username, $password, $options);
› }
arguments: {
$dsn: "pgsql:host=172.17.99.44;dbname=prod;port=5432;sslmode=prefer"
$user: "retta"
$password: "retta28132"
$options: array:4 [ …4]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:44 {
› return $this->createPdoConnection(
› $dsn, $username, $password, $options
› );
arguments: {
$dsn: "pgsql:host=172.17.99.44;dbname=prod;port=5432;sslmode=prefer"
$username: "retta"
$password: "retta28132"
$options: array:4 [ …4]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connectors/PostgresConnector.php:33 {
› $connection = $this->createConnection(
› $this->getDsn($config), $config, $this->getOptions($config)
› );
arguments: {
$dsn: "pgsql:host=172.17.99.44;dbname=prod;port=5432;sslmode=prefer"
$config: array:11 [ …11]
$options: array:4 [ …4]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php:182 {
› try {
› return $this->createConnector($config)->connect($config);
› } catch (PDOException $e) {
arguments: {
$config: array:11 [ …11]
}
}
Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure}() {}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:915 {
› if ($this->pdo instanceof Closure) {
› return $this->pdo = call_user_func($this->pdo);
› }
arguments: {
$function_name: Closure {#1288 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:940 {
›
› return $this->readPdo ?: $this->getPdo();
› }
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:399 {
› {
› return $useReadPdo ? $this->getReadPdo() : $this->getPdo();
› }
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:325 {
› // row from the database table, and will either be an array or objects.
› $statement = $this->prepared($this->getPdoForSelect($useReadPdo)
› ->prepare($query));
arguments: {
$useReadPdo: true
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:657 {
› try {
› $result = $callback($query, $bindings);
› }
arguments: {
"select * from "menus" where "enabled" = ? and ("parent" is null or "parent" = ?) order by "label" asc"
array:2 [ …2]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
arguments: {
$query: "select * from "menus" where "enabled" = ? and ("parent" is null or "parent" = ?) order by "label" asc"
$bindings: array:2 [ …2]
$callback: Closure {#2160 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
› return $statement->fetchAll();
› });
› }
arguments: {
$query: "select * from "menus" where "enabled" = ? and ("parent" is null or "parent" = ?) order by "label" asc"
$bindings: array:2 [ …2]
$callback: Closure {#2160 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1963 {
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
arguments: {
$query: "select * from "menus" where "enabled" = ? and ("parent" is null or "parent" = ?) order by "label" asc"
$bindings: array:2 [ …2]
$useReadPdo: true
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1951 {
› return collect($this->onceWithColumns($columns, function () {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2435 {
›
› $result = $callback();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1952 {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
› }
arguments: {
$columns: array:1 [ …1]
$callback: Closure {#2155 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:481 {
› return $this->model->hydrate(
› $this->query->get($columns)->all()
› )->all();
arguments: {
$columns: array:1 [ …1]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:465 {
› // 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/html/packages/apolo/Models/Menu.php:233 {
› })
› ->get();
›
}
/var/www/html/packages/apolo/Utils/MenuUtils.php:41 {
› $permissoes = UsuarioLogado::obterPermissoesUsuario();
› $menus = Menu::obterMenus();
› self::criarListaMenusComFilhos();
}
/var/www/html/storage/framework/views/3d7e7b45ea030eae9e1ff05338363fe3be6c180b.php:138 {
› <?php echo $__env->make('apolo::sitemap.popup', [
› 'menus' => \Apolo\Utils\MenuUtils::obterMenus(),
› 'submenus' => \Apolo\Utils\MenuUtils::criarListaMenusComFilhos(),
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php"
}
}
/var/www/html/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/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php"
$__data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/resources/views/errors/exception.blade.php"
$data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php:44 {
› <?php $__env->stopSection(); ?>
› <?php echo $__env->make('layouts.default', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php"
}
}
/var/www/html/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/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php"
$__data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/resources/views/errors/exception.blade.php"
$data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Http/Response.php:42 {
› elseif ($content instanceof Renderable) {
› $content = $content->render();
› }
}
/var/www/html/vendor/symfony/http-foundation/Response.php:202 {
› $this->headers = new ResponseHeaderBag($headers);
› $this->setContent($content);
› $this->setStatusCode($status);
arguments: {
$content: View {#2092 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:55 {
› {
› return new Response($content, $status, $headers);
› }
arguments: {
$content: View {#2092 …}
$status: 200
$headers: []
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:69 {
› {
› return $this->make($this->view->make($view, $data), $status, $headers);
› }
arguments: {
$content: View {#2092 …}
$status: 200
$headers: []
}
}
/var/www/html/app/Exceptions/Handler.php:125 {
› 'trace' => nl2br($exception->getTraceAsString()),
› 'is_admin' => UsuarioLogado::isAdmin()
› ]);
arguments: {
$view: "errors.exception"
$data: array:3 [ …3]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:83 {
›
› $response = $handler->render($passable, $e);
›
arguments: {
$request: Request {#42 …}
$exception: QueryException {#2059 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:55 {
› } catch (Exception $e) {
› return $this->handleException($passable, $e);
› } catch (Throwable $e) {
arguments: {
$passable: Request {#42 …}
$e: QueryException {#2059 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
› {
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66 {
› {
› return $this->encrypt($next($this->decrypt($request)));
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:667 {
› );
› });
› }
arguments: {
$destination: Closure {#1408 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:642 {
› return $this->prepareResponse($request,
› $this->runRouteWithinStack($route, $request)
› );
arguments: {
$route: Route {#1168 …}
$request: Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:608 {
› {
› return $this->runRoute($request, $this->findRoute($request));
› }
arguments: {
$request: Request {#42 …}
$route: Route {#1168 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:597 {
›
› return $this->dispatchToRoute($request);
› }
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176 {
›
› return $this->router->dispatch($request);
› };
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:58 {
› if (!$this->debugbar->isEnabled() || $this->inExceptArray($request)) {
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/fideloper/proxy/src/TrustProxies.php:57 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 {
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
arguments: {
$destination: Closure {#22 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/public/index.php:55 {
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
arguments: {
$request: Request {#42 …}
}
}
}
}
+errorInfo: null
trace: {
/var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31 {
› } catch (\PDOException $exception) {
› throw new PDOException($exception);
› }
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:65 {
› if (class_exists(PDOConnection::class) && ! $this->isPersistentConnection($options)) {
› return new PDOConnection($dsn, $username, $password, $options);
› }
arguments: {
$dsn: "pgsql:host=172.17.99.44;dbname=prod;port=5432;sslmode=prefer"
$user: "retta"
$password: "retta28132"
$options: array:4 [ …4]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:44 {
› return $this->createPdoConnection(
› $dsn, $username, $password, $options
› );
arguments: {
$dsn: "pgsql:host=172.17.99.44;dbname=prod;port=5432;sslmode=prefer"
$username: "retta"
$password: "retta28132"
$options: array:4 [ …4]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connectors/PostgresConnector.php:33 {
› $connection = $this->createConnection(
› $this->getDsn($config), $config, $this->getOptions($config)
› );
arguments: {
$dsn: "pgsql:host=172.17.99.44;dbname=prod;port=5432;sslmode=prefer"
$config: array:11 [ …11]
$options: array:4 [ …4]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php:182 {
› try {
› return $this->createConnector($config)->connect($config);
› } catch (PDOException $e) {
arguments: {
$config: array:11 [ …11]
}
}
Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure}() {}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:915 {
› if ($this->pdo instanceof Closure) {
› return $this->pdo = call_user_func($this->pdo);
› }
arguments: {
$function_name: Closure {#1288 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:940 {
›
› return $this->readPdo ?: $this->getPdo();
› }
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:399 {
› {
› return $useReadPdo ? $this->getReadPdo() : $this->getPdo();
› }
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:325 {
› // row from the database table, and will either be an array or objects.
› $statement = $this->prepared($this->getPdoForSelect($useReadPdo)
› ->prepare($query));
arguments: {
$useReadPdo: true
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:657 {
› try {
› $result = $callback($query, $bindings);
› }
arguments: {
"select * from "menus" where "enabled" = ? and ("parent" is null or "parent" = ?) order by "label" asc"
array:2 [ …2]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
arguments: {
$query: "select * from "menus" where "enabled" = ? and ("parent" is null or "parent" = ?) order by "label" asc"
$bindings: array:2 [ …2]
$callback: Closure {#2160 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
› return $statement->fetchAll();
› });
› }
arguments: {
$query: "select * from "menus" where "enabled" = ? and ("parent" is null or "parent" = ?) order by "label" asc"
$bindings: array:2 [ …2]
$callback: Closure {#2160 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1963 {
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
arguments: {
$query: "select * from "menus" where "enabled" = ? and ("parent" is null or "parent" = ?) order by "label" asc"
$bindings: array:2 [ …2]
$useReadPdo: true
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1951 {
› return collect($this->onceWithColumns($columns, function () {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2435 {
›
› $result = $callback();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1952 {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
› }
arguments: {
$columns: array:1 [ …1]
$callback: Closure {#2155 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:481 {
› return $this->model->hydrate(
› $this->query->get($columns)->all()
› )->all();
arguments: {
$columns: array:1 [ …1]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:465 {
› // 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/html/packages/apolo/Models/Menu.php:233 {
› })
› ->get();
›
}
/var/www/html/packages/apolo/Utils/MenuUtils.php:41 {
› $permissoes = UsuarioLogado::obterPermissoesUsuario();
› $menus = Menu::obterMenus();
› self::criarListaMenusComFilhos();
}
/var/www/html/storage/framework/views/3d7e7b45ea030eae9e1ff05338363fe3be6c180b.php:138 {
› <?php echo $__env->make('apolo::sitemap.popup', [
› 'menus' => \Apolo\Utils\MenuUtils::obterMenus(),
› 'submenus' => \Apolo\Utils\MenuUtils::criarListaMenusComFilhos(),
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php"
}
}
/var/www/html/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/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php"
$__data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/resources/views/errors/exception.blade.php"
$data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php:44 {
› <?php $__env->stopSection(); ?>
› <?php echo $__env->make('layouts.default', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php"
}
}
/var/www/html/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/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php"
$__data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/resources/views/errors/exception.blade.php"
$data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Http/Response.php:42 {
› elseif ($content instanceof Renderable) {
› $content = $content->render();
› }
}
/var/www/html/vendor/symfony/http-foundation/Response.php:202 {
› $this->headers = new ResponseHeaderBag($headers);
› $this->setContent($content);
› $this->setStatusCode($status);
arguments: {
$content: View {#2092 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:55 {
› {
› return new Response($content, $status, $headers);
› }
arguments: {
$content: View {#2092 …}
$status: 200
$headers: []
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:69 {
› {
› return $this->make($this->view->make($view, $data), $status, $headers);
› }
arguments: {
$content: View {#2092 …}
$status: 200
$headers: []
}
}
/var/www/html/app/Exceptions/Handler.php:125 {
› 'trace' => nl2br($exception->getTraceAsString()),
› 'is_admin' => UsuarioLogado::isAdmin()
› ]);
arguments: {
$view: "errors.exception"
$data: array:3 [ …3]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:83 {
›
› $response = $handler->render($passable, $e);
›
arguments: {
$request: Request {#42 …}
$exception: QueryException {#2059 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:55 {
› } catch (Exception $e) {
› return $this->handleException($passable, $e);
› } catch (Throwable $e) {
arguments: {
$passable: Request {#42 …}
$e: QueryException {#2059 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
› {
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66 {
› {
› return $this->encrypt($next($this->decrypt($request)));
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:667 {
› );
› });
› }
arguments: {
$destination: Closure {#1408 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:642 {
› return $this->prepareResponse($request,
› $this->runRouteWithinStack($route, $request)
› );
arguments: {
$route: Route {#1168 …}
$request: Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:608 {
› {
› return $this->runRoute($request, $this->findRoute($request));
› }
arguments: {
$request: Request {#42 …}
$route: Route {#1168 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:597 {
›
› return $this->dispatchToRoute($request);
› }
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176 {
›
› return $this->router->dispatch($request);
› };
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:58 {
› if (!$this->debugbar->isEnabled() || $this->inExceptArray($request)) {
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/fideloper/proxy/src/TrustProxies.php:57 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 {
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
arguments: {
$destination: Closure {#22 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/public/index.php:55 {
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
arguments: {
$request: Request {#42 …}
}
}
}
}
+errorInfo: null
trace: {
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664 {
› catch (Exception $e) {
› throw new QueryException(
› $query, $this->prepareBindings($bindings), $e
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
arguments: {
$query: "select * from "menus" where "enabled" = ? and ("parent" is null or "parent" = ?) order by "label" asc"
$bindings: array:2 [ …2]
$callback: Closure {#2160 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
› return $statement->fetchAll();
› });
› }
arguments: {
$query: "select * from "menus" where "enabled" = ? and ("parent" is null or "parent" = ?) order by "label" asc"
$bindings: array:2 [ …2]
$callback: Closure {#2160 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1963 {
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
arguments: {
$query: "select * from "menus" where "enabled" = ? and ("parent" is null or "parent" = ?) order by "label" asc"
$bindings: array:2 [ …2]
$useReadPdo: true
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1951 {
› return collect($this->onceWithColumns($columns, function () {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2435 {
›
› $result = $callback();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:1952 {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
› }
arguments: {
$columns: array:1 [ …1]
$callback: Closure {#2155 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:481 {
› return $this->model->hydrate(
› $this->query->get($columns)->all()
› )->all();
arguments: {
$columns: array:1 [ …1]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:465 {
› // 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/html/packages/apolo/Models/Menu.php:233 {
› })
› ->get();
›
}
/var/www/html/packages/apolo/Utils/MenuUtils.php:41 {
› $permissoes = UsuarioLogado::obterPermissoesUsuario();
› $menus = Menu::obterMenus();
› self::criarListaMenusComFilhos();
}
/var/www/html/storage/framework/views/3d7e7b45ea030eae9e1ff05338363fe3be6c180b.php:138 {
› <?php echo $__env->make('apolo::sitemap.popup', [
› 'menus' => \Apolo\Utils\MenuUtils::obterMenus(),
› 'submenus' => \Apolo\Utils\MenuUtils::criarListaMenusComFilhos(),
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php"
}
}
/var/www/html/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/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php"
$__data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/resources/views/errors/exception.blade.php"
$data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php:44 {
› <?php $__env->stopSection(); ?>
› <?php echo $__env->make('layouts.default', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php"
}
}
/var/www/html/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/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php"
$__data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/resources/views/errors/exception.blade.php"
$data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Http/Response.php:42 {
› elseif ($content instanceof Renderable) {
› $content = $content->render();
› }
}
/var/www/html/vendor/symfony/http-foundation/Response.php:202 {
› $this->headers = new ResponseHeaderBag($headers);
› $this->setContent($content);
› $this->setStatusCode($status);
arguments: {
$content: View {#2092 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:55 {
› {
› return new Response($content, $status, $headers);
› }
arguments: {
$content: View {#2092 …}
$status: 200
$headers: []
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:69 {
› {
› return $this->make($this->view->make($view, $data), $status, $headers);
› }
arguments: {
$content: View {#2092 …}
$status: 200
$headers: []
}
}
/var/www/html/app/Exceptions/Handler.php:125 {
› 'trace' => nl2br($exception->getTraceAsString()),
› 'is_admin' => UsuarioLogado::isAdmin()
› ]);
arguments: {
$view: "errors.exception"
$data: array:3 [ …3]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:83 {
›
› $response = $handler->render($passable, $e);
›
arguments: {
$request: Request {#42 …}
$exception: QueryException {#2059 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:55 {
› } catch (Exception $e) {
› return $this->handleException($passable, $e);
› } catch (Throwable $e) {
arguments: {
$passable: Request {#42 …}
$e: QueryException {#2059 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
› {
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66 {
› {
› return $this->encrypt($next($this->decrypt($request)));
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:667 {
› );
› });
› }
arguments: {
$destination: Closure {#1408 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:642 {
› return $this->prepareResponse($request,
› $this->runRouteWithinStack($route, $request)
› );
arguments: {
$route: Route {#1168 …}
$request: Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:608 {
› {
› return $this->runRoute($request, $this->findRoute($request));
› }
arguments: {
$request: Request {#42 …}
$route: Route {#1168 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:597 {
›
› return $this->dispatchToRoute($request);
› }
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176 {
›
› return $this->router->dispatch($request);
› };
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:58 {
› if (!$this->debugbar->isEnabled() || $this->inExceptArray($request)) {
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/fideloper/proxy/src/TrustProxies.php:57 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 {
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
arguments: {
$destination: Closure {#22 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/public/index.php:55 {
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
arguments: {
$request: Request {#42 …}
}
}
}
}
#severity: E_ERROR
trace: {
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664 {
› catch (Exception $e) {
› throw new QueryException(
› $query, $this->prepareBindings($bindings), $e
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:45 {
› } catch (Exception $e) {
› $this->handleViewException($e, $obLevel);
› } catch (Throwable $e) {
arguments: {
$e: QueryException {#2159}
$obLevel: 1
}
}
/var/www/html/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/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php"
$__data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/resources/views/errors/exception.blade.php"
$data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php:44 {
› <?php $__env->stopSection(); ?>
› <?php echo $__env->make('layouts.default', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php"
}
}
/var/www/html/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/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php"
$__data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/resources/views/errors/exception.blade.php"
$data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Http/Response.php:42 {
› elseif ($content instanceof Renderable) {
› $content = $content->render();
› }
}
/var/www/html/vendor/symfony/http-foundation/Response.php:202 {
› $this->headers = new ResponseHeaderBag($headers);
› $this->setContent($content);
› $this->setStatusCode($status);
arguments: {
$content: View {#2092 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:55 {
› {
› return new Response($content, $status, $headers);
› }
arguments: {
$content: View {#2092 …}
$status: 200
$headers: []
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:69 {
› {
› return $this->make($this->view->make($view, $data), $status, $headers);
› }
arguments: {
$content: View {#2092 …}
$status: 200
$headers: []
}
}
/var/www/html/app/Exceptions/Handler.php:125 {
› 'trace' => nl2br($exception->getTraceAsString()),
› 'is_admin' => UsuarioLogado::isAdmin()
› ]);
arguments: {
$view: "errors.exception"
$data: array:3 [ …3]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:83 {
›
› $response = $handler->render($passable, $e);
›
arguments: {
$request: Request {#42 …}
$exception: QueryException {#2059 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:55 {
› } catch (Exception $e) {
› return $this->handleException($passable, $e);
› } catch (Throwable $e) {
arguments: {
$passable: Request {#42 …}
$e: QueryException {#2059 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
› {
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66 {
› {
› return $this->encrypt($next($this->decrypt($request)));
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:667 {
› );
› });
› }
arguments: {
$destination: Closure {#1408 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:642 {
› return $this->prepareResponse($request,
› $this->runRouteWithinStack($route, $request)
› );
arguments: {
$route: Route {#1168 …}
$request: Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:608 {
› {
› return $this->runRoute($request, $this->findRoute($request));
› }
arguments: {
$request: Request {#42 …}
$route: Route {#1168 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:597 {
›
› return $this->dispatchToRoute($request);
› }
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176 {
›
› return $this->router->dispatch($request);
› };
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:58 {
› if (!$this->debugbar->isEnabled() || $this->inExceptArray($request)) {
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/fideloper/proxy/src/TrustProxies.php:57 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 {
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
arguments: {
$destination: Closure {#22 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/public/index.php:55 {
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
arguments: {
$request: Request {#42 …}
}
}
}
}
#severity: E_ERROR
trace: {
/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664 {
› catch (Exception $e) {
› throw new QueryException(
› $query, $this->prepareBindings($bindings), $e
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:45 {
› } catch (Exception $e) {
› $this->handleViewException($e, $obLevel);
› } catch (Throwable $e) {
arguments: {
$e: QueryException {#2159}
$obLevel: 1
}
}
/var/www/html/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/html/storage/framework/views/8fa2750b4b661ffbc0e6de6bf2f0e02b15cf0722.php"
$__data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/resources/views/errors/exception.blade.php"
$data: array:5 [ …5]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Http/Response.php:42 {
› elseif ($content instanceof Renderable) {
› $content = $content->render();
› }
}
/var/www/html/vendor/symfony/http-foundation/Response.php:202 {
› $this->headers = new ResponseHeaderBag($headers);
› $this->setContent($content);
› $this->setStatusCode($status);
arguments: {
$content: View {#2092 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:55 {
› {
› return new Response($content, $status, $headers);
› }
arguments: {
$content: View {#2092 …}
$status: 200
$headers: []
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:69 {
› {
› return $this->make($this->view->make($view, $data), $status, $headers);
› }
arguments: {
$content: View {#2092 …}
$status: 200
$headers: []
}
}
/var/www/html/app/Exceptions/Handler.php:125 {
› 'trace' => nl2br($exception->getTraceAsString()),
› 'is_admin' => UsuarioLogado::isAdmin()
› ]);
arguments: {
$view: "errors.exception"
$data: array:3 [ …3]
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:83 {
›
› $response = $handler->render($passable, $e);
›
arguments: {
$request: Request {#42 …}
$exception: QueryException {#2059 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:55 {
› } catch (Exception $e) {
› return $this->handleException($passable, $e);
› } catch (Throwable $e) {
arguments: {
$passable: Request {#42 …}
$e: QueryException {#2059 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
› {
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66 {
› {
› return $this->encrypt($next($this->decrypt($request)));
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:667 {
› );
› });
› }
arguments: {
$destination: Closure {#1408 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:642 {
› return $this->prepareResponse($request,
› $this->runRouteWithinStack($route, $request)
› );
arguments: {
$route: Route {#1168 …}
$request: Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:608 {
› {
› return $this->runRoute($request, $this->findRoute($request));
› }
arguments: {
$request: Request {#42 …}
$route: Route {#1168 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:597 {
›
› return $this->dispatchToRoute($request);
› }
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176 {
›
› return $this->router->dispatch($request);
› };
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:58 {
› if (!$this->debugbar->isEnabled() || $this->inExceptArray($request)) {
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/fideloper/proxy/src/TrustProxies.php:57 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:151 {
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Request {#42 …}
$next: Closure {#1370 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 {
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
arguments: {
$destination: Closure {#22 …}
}
}
/var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/public/index.php:55 {
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
arguments: {
$request: Request {#42 …}
}
}
}
}