^ Illuminate\Database\QueryException {#3606
#sql: "select * from `redirects` where `redirect_from` = ? or `redirect_from` = ? or `redirect_from` = ? or `redirect_from` = ? limit 1"
#bindings: array:4 [
0 => "category/proconnect-spare-parts"
1 => "/category/proconnect-spare-parts/"
2 => "/category/proconnect-spare-parts"
3 => "category/proconnect-spare-parts/"
]
#message: "SQLSTATE[HY000] [1040] Too many connections (SQL: select * from `redirects` where `redirect_from` = category/proconnect-spare-parts or `redirect_from` = /category/proconnect-spare-parts/ or `redirect_from` = /category/proconnect-spare-parts or `redirect_from` = category/proconnect-spare-parts/ limit 1)"
#code: 1040
#file: "/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
#line: 664
-previous: Doctrine\DBAL\Driver\PDO\Exception {#3608
-errorCode: 1040
-sqlState: 1040
#message: "SQLSTATE[HY000] [1040] Too many connections"
#code: 1040
#file: "/var/www/html/profoam-prod/profoam-web/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
#line: 18
-previous: PDOException {#3605
#message: "SQLSTATE[HY000] [1040] Too many connections"
#code: 1040
#file: "/var/www/html/profoam-prod/profoam-web/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
#line: 40
+errorInfo: null
trace: {
/var/www/html/profoam-prod/profoam-web/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
› try {
› parent::__construct($dsn, (string) $user, (string) $password, (array) $options);
› $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67 {
Illuminate\Database\Connectors\Connector->createPdoConnection($dsn, $username, $password, $options) …
› if (class_exists(PDOConnection::class) && ! $this->isPersistentConnection($options)) {
› return new PDOConnection($dsn, $username, $password, $options);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:46 {
Illuminate\Database\Connectors\Connector->createConnection($dsn, array $config, array $options) …
› return $this->createPdoConnection(
› $dsn, $username, $password, $options
› );
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php:24 {
Illuminate\Database\Connectors\MySqlConnector->connect(array $config) …
› // connection's behavior, and some might be specified by the developers.
› $connection = $this->createConnection($dsn, $config, $options);
›
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php:182 {
Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure} …
› try {
› return $this->createConnector($config)->connect($config);
› } catch (PDOException $e) {
}
Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure}() {}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:918 {
Illuminate\Database\Connection->getPdo() …
› if ($this->pdo instanceof Closure) {
› return $this->pdo = call_user_func($this->pdo);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:943 {
Illuminate\Database\Connection->getReadPdo() …
›
› return $this->readPdo ?: $this->getPdo();
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:399 {
Illuminate\Database\Connection->getPdoForSelect($useReadPdo = true) …
› {
› return $useReadPdo ? $this->getReadPdo() : $this->getPdo();
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:325 {
Illuminate\Database\Connection->Illuminate\Database\{closure} …
› // row from the database table, and will either be an array or objects.
› $statement = $this->prepared($this->getPdoForSelect($useReadPdo)
› ->prepare($query));
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:657 {
Illuminate\Database\Connection->runQueryCallback($query, $bindings, Closure $callback) …
› try {
› $result = $callback($query, $bindings);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
Illuminate\Database\Connection->run($query, $bindings, Closure $callback) …
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
Illuminate\Database\Connection->select($query, $bindings = [], $useReadPdo = true) …
› return $statement->fetchAll();
› });
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2095 {
Illuminate\Database\Query\Builder->runSelect() …
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2083 {
Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure} …
› return collect($this->onceWithColumns($columns, function () {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2569 {
Illuminate\Database\Query\Builder->onceWithColumns($columns, $callback) …
›
› $result = $callback();
›
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2084 {
Illuminate\Database\Query\Builder->get($columns = […1]) …
› return $this->processor->processSelect($this, $this->runSelect());
› }));
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php:77 {
Illuminate\Database\Query\Builder->first($columns = […1]) …
› {
› return $this->take(1)->get($columns)->first();
› }
}
/var/www/html/profoam-prod/profoam-web/packages/profoam/redirect/src/Models/Redirect.php:45 {
Chitta\Redirect\Models\Redirect::getRedirectFrom($redirect_from) …
› //->orWhere('redirect_from', 'LIKE', "%".$redirect_from."%")
› ->first();
› return $query;
}
/var/www/html/profoam-prod/profoam-web/packages/profoam/redirect/src/Models/Redirect.php:228 {
Chitta\Redirect\Models\Redirect::getRedirect($args) …
› if (isset($args['redirect_from'])) {
› return static::getRedirectFrom($args['redirect_from']);
› } else {
}
/var/www/html/profoam-prod/profoam-web/app/Exceptions/Handler.php:60 {
App\Exceptions\Handler->render($request, Exception $exception) …
› array(
› 'redirect_from' => $redirect_from
› )
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:83 {
Illuminate\Routing\Pipeline->handleException($passable, Exception $e) …
›
› $response = $handler->render($passable, $e);
›
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
› } catch (Exception $e) {
› return $this->handleException($passable, $e);
› } catch (Throwable $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
Illuminate\Routing\Middleware\SubstituteBindings->handle($request, Closure $next) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:75 {
Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle($request, Closure $next) …
› ) {
› return tap($next($request), function ($response) use ($request) {
› if ($this->shouldAddXsrfTokenCookie()) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle($request, Closure $next) …
› {
› $response = $next($request);
›
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66 {
Illuminate\Cookie\Middleware\EncryptCookies->handle($request, Closure $next) …
› {
› return $this->encrypt($next($this->decrypt($request)));
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
Illuminate\Pipeline\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Router.php:684 {
Illuminate\Routing\Router->runRouteWithinStack(Route $route, Request $request) …
› );
› });
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Router.php:659 {
Illuminate\Routing\Router->runRoute(Request $request, Route $route) …
› return $this->prepareResponse($request,
› $this->runRouteWithinStack($route, $request)
› );
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Router.php:625 {
Illuminate\Routing\Router->dispatchToRoute(Request $request) …
› {
› return $this->runRoute($request, $this->findRoute($request));
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Router.php:614 {
Illuminate\Routing\Router->dispatch(Request $request) …
›
› return $this->dispatchToRoute($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176 {
Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure} …
›
› return $this->router->dispatch($request);
› };
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
› try {
› return $destination($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:58 {
Barryvdh\Debugbar\Middleware\InjectDebugbar->handle($request, Closure $next) …
› if (!$this->debugbar->isEnabled() || $this->inExceptArray($request)) {
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
Illuminate\View\Middleware\ShareErrorsFromSession->handle($request, Closure $next) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:63 {
Illuminate\Session\Middleware\StartSession->handle($request, Closure $next) …
›
› $response = $next($request);
›
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next, ...$attributes) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next, ...$attributes) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle($request, Closure $next) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle($request, Closure $next) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
Illuminate\Pipeline\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 {
Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
Illuminate\Foundation\Http\Kernel->handle($request) …
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/public/base.php:58 {
require_once …
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
}
/var/www/html/profoam-prod/profoam-web/public/index.php:19 {
›
› require_once __DIR__.'/base.php';
›
arguments: {
"/var/www/html/profoam-prod/profoam-web/public/base.php"
}
}
}
}
+errorInfo: null
trace: {
/var/www/html/profoam-prod/profoam-web/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
› {
› return new self($exception);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
› } catch (PDOException $exception) {
› throw Exception::new($exception);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:67 {
Illuminate\Database\Connectors\Connector->createPdoConnection($dsn, $username, $password, $options) …
› if (class_exists(PDOConnection::class) && ! $this->isPersistentConnection($options)) {
› return new PDOConnection($dsn, $username, $password, $options);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:46 {
Illuminate\Database\Connectors\Connector->createConnection($dsn, array $config, array $options) …
› return $this->createPdoConnection(
› $dsn, $username, $password, $options
› );
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connectors/MySqlConnector.php:24 {
Illuminate\Database\Connectors\MySqlConnector->connect(array $config) …
› // connection's behavior, and some might be specified by the developers.
› $connection = $this->createConnection($dsn, $config, $options);
›
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php:182 {
Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure} …
› try {
› return $this->createConnector($config)->connect($config);
› } catch (PDOException $e) {
}
Illuminate\Database\Connectors\ConnectionFactory->Illuminate\Database\Connectors\{closure}() {}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:918 {
Illuminate\Database\Connection->getPdo() …
› if ($this->pdo instanceof Closure) {
› return $this->pdo = call_user_func($this->pdo);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:943 {
Illuminate\Database\Connection->getReadPdo() …
›
› return $this->readPdo ?: $this->getPdo();
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:399 {
Illuminate\Database\Connection->getPdoForSelect($useReadPdo = true) …
› {
› return $useReadPdo ? $this->getReadPdo() : $this->getPdo();
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:325 {
Illuminate\Database\Connection->Illuminate\Database\{closure} …
› // row from the database table, and will either be an array or objects.
› $statement = $this->prepared($this->getPdoForSelect($useReadPdo)
› ->prepare($query));
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:657 {
Illuminate\Database\Connection->runQueryCallback($query, $bindings, Closure $callback) …
› try {
› $result = $callback($query, $bindings);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
Illuminate\Database\Connection->run($query, $bindings, Closure $callback) …
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
Illuminate\Database\Connection->select($query, $bindings = [], $useReadPdo = true) …
› return $statement->fetchAll();
› });
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2095 {
Illuminate\Database\Query\Builder->runSelect() …
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2083 {
Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure} …
› return collect($this->onceWithColumns($columns, function () {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2569 {
Illuminate\Database\Query\Builder->onceWithColumns($columns, $callback) …
›
› $result = $callback();
›
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2084 {
Illuminate\Database\Query\Builder->get($columns = […1]) …
› return $this->processor->processSelect($this, $this->runSelect());
› }));
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php:77 {
Illuminate\Database\Query\Builder->first($columns = […1]) …
› {
› return $this->take(1)->get($columns)->first();
› }
}
/var/www/html/profoam-prod/profoam-web/packages/profoam/redirect/src/Models/Redirect.php:45 {
Chitta\Redirect\Models\Redirect::getRedirectFrom($redirect_from) …
› //->orWhere('redirect_from', 'LIKE', "%".$redirect_from."%")
› ->first();
› return $query;
}
/var/www/html/profoam-prod/profoam-web/packages/profoam/redirect/src/Models/Redirect.php:228 {
Chitta\Redirect\Models\Redirect::getRedirect($args) …
› if (isset($args['redirect_from'])) {
› return static::getRedirectFrom($args['redirect_from']);
› } else {
}
/var/www/html/profoam-prod/profoam-web/app/Exceptions/Handler.php:60 {
App\Exceptions\Handler->render($request, Exception $exception) …
› array(
› 'redirect_from' => $redirect_from
› )
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:83 {
Illuminate\Routing\Pipeline->handleException($passable, Exception $e) …
›
› $response = $handler->render($passable, $e);
›
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
› } catch (Exception $e) {
› return $this->handleException($passable, $e);
› } catch (Throwable $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
Illuminate\Routing\Middleware\SubstituteBindings->handle($request, Closure $next) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:75 {
Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle($request, Closure $next) …
› ) {
› return tap($next($request), function ($response) use ($request) {
› if ($this->shouldAddXsrfTokenCookie()) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle($request, Closure $next) …
› {
› $response = $next($request);
›
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66 {
Illuminate\Cookie\Middleware\EncryptCookies->handle($request, Closure $next) …
› {
› return $this->encrypt($next($this->decrypt($request)));
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
Illuminate\Pipeline\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Router.php:684 {
Illuminate\Routing\Router->runRouteWithinStack(Route $route, Request $request) …
› );
› });
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Router.php:659 {
Illuminate\Routing\Router->runRoute(Request $request, Route $route) …
› return $this->prepareResponse($request,
› $this->runRouteWithinStack($route, $request)
› );
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Router.php:625 {
Illuminate\Routing\Router->dispatchToRoute(Request $request) …
› {
› return $this->runRoute($request, $this->findRoute($request));
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Router.php:614 {
Illuminate\Routing\Router->dispatch(Request $request) …
›
› return $this->dispatchToRoute($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176 {
Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure} …
›
› return $this->router->dispatch($request);
› };
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
› try {
› return $destination($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:58 {
Barryvdh\Debugbar\Middleware\InjectDebugbar->handle($request, Closure $next) …
› if (!$this->debugbar->isEnabled() || $this->inExceptArray($request)) {
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
Illuminate\View\Middleware\ShareErrorsFromSession->handle($request, Closure $next) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:63 {
Illuminate\Session\Middleware\StartSession->handle($request, Closure $next) …
›
› $response = $next($request);
›
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next, ...$attributes) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next, ...$attributes) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle($request, Closure $next) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle($request, Closure $next) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
Illuminate\Pipeline\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 {
Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
Illuminate\Foundation\Http\Kernel->handle($request) …
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/public/base.php:58 {
require_once …
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
}
/var/www/html/profoam-prod/profoam-web/public/index.php:19 {
›
› require_once __DIR__.'/base.php';
›
arguments: {
"/var/www/html/profoam-prod/profoam-web/public/base.php"
}
}
}
}
+errorInfo: null
trace: {
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664 {
Illuminate\Database\Connection->runQueryCallback($query, $bindings, Closure $callback) …
› catch (Exception $e) {
› throw new QueryException(
› $query, $this->prepareBindings($bindings), $e
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
Illuminate\Database\Connection->run($query, $bindings, Closure $callback) …
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
Illuminate\Database\Connection->select($query, $bindings = [], $useReadPdo = true) …
› return $statement->fetchAll();
› });
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2095 {
Illuminate\Database\Query\Builder->runSelect() …
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2083 {
Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure} …
› return collect($this->onceWithColumns($columns, function () {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2569 {
Illuminate\Database\Query\Builder->onceWithColumns($columns, $callback) …
›
› $result = $callback();
›
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2084 {
Illuminate\Database\Query\Builder->get($columns = […1]) …
› return $this->processor->processSelect($this, $this->runSelect());
› }));
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Database/Concerns/BuildsQueries.php:77 {
Illuminate\Database\Query\Builder->first($columns = […1]) …
› {
› return $this->take(1)->get($columns)->first();
› }
}
/var/www/html/profoam-prod/profoam-web/packages/profoam/redirect/src/Models/Redirect.php:45 {
Chitta\Redirect\Models\Redirect::getRedirectFrom($redirect_from) …
› //->orWhere('redirect_from', 'LIKE', "%".$redirect_from."%")
› ->first();
› return $query;
}
/var/www/html/profoam-prod/profoam-web/packages/profoam/redirect/src/Models/Redirect.php:228 {
Chitta\Redirect\Models\Redirect::getRedirect($args) …
› if (isset($args['redirect_from'])) {
› return static::getRedirectFrom($args['redirect_from']);
› } else {
}
/var/www/html/profoam-prod/profoam-web/app/Exceptions/Handler.php:60 {
App\Exceptions\Handler->render($request, Exception $exception) …
› array(
› 'redirect_from' => $redirect_from
› )
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:83 {
Illuminate\Routing\Pipeline->handleException($passable, Exception $e) …
›
› $response = $handler->render($passable, $e);
›
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
› } catch (Exception $e) {
› return $this->handleException($passable, $e);
› } catch (Throwable $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
Illuminate\Routing\Middleware\SubstituteBindings->handle($request, Closure $next) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:75 {
Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle($request, Closure $next) …
› ) {
› return tap($next($request), function ($response) use ($request) {
› if ($this->shouldAddXsrfTokenCookie()) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle($request, Closure $next) …
› {
› $response = $next($request);
›
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66 {
Illuminate\Cookie\Middleware\EncryptCookies->handle($request, Closure $next) …
› {
› return $this->encrypt($next($this->decrypt($request)));
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
Illuminate\Pipeline\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Router.php:684 {
Illuminate\Routing\Router->runRouteWithinStack(Route $route, Request $request) …
› );
› });
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Router.php:659 {
Illuminate\Routing\Router->runRoute(Request $request, Route $route) …
› return $this->prepareResponse($request,
› $this->runRouteWithinStack($route, $request)
› );
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Router.php:625 {
Illuminate\Routing\Router->dispatchToRoute(Request $request) …
› {
› return $this->runRoute($request, $this->findRoute($request));
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Router.php:614 {
Illuminate\Routing\Router->dispatch(Request $request) …
›
› return $this->dispatchToRoute($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176 {
Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure} …
›
› return $this->router->dispatch($request);
› };
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
› try {
› return $destination($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:58 {
Barryvdh\Debugbar\Middleware\InjectDebugbar->handle($request, Closure $next) …
› if (!$this->debugbar->isEnabled() || $this->inExceptArray($request)) {
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
Illuminate\View\Middleware\ShareErrorsFromSession->handle($request, Closure $next) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:63 {
Illuminate\Session\Middleware\StartSession->handle($request, Closure $next) …
›
› $response = $next($request);
›
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next, ...$attributes) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next, ...$attributes) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle($request, Closure $next) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle($request, Closure $next) …
›
› return $next($request);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:163 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $response = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure} …
›
› return $callable($passable);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
Illuminate\Pipeline\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:151 {
Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
}
/var/www/html/profoam-prod/profoam-web/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
Illuminate\Foundation\Http\Kernel->handle($request) …
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
}
/var/www/html/profoam-prod/profoam-web/public/base.php:58 {
require_once …
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
}
/var/www/html/profoam-prod/profoam-web/public/index.php:19 {
›
› require_once __DIR__.'/base.php';
›
arguments: {
"/var/www/html/profoam-prod/profoam-web/public/base.php"
}
}
}
}