Houston proposes new apartment inspection program
ErrorException {#1396
#message: "SQLSTATE[HY000]: General error: 1 Can't create/write to file '/var/tmp/#sql_4e44_0.MAI' (Errcode: 2) (SQL: select * from `author` where `author_name` in (Kevin Vu, Cassandra Jenkins) group by `author_name` order by `np_author_id` desc) (View: /var/www/html/community_website_live_git/Themes/community_impact/views/widgets/impact-article.blade.php)"
#code: 0
#file: "/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
#line: 664
-previous: QueryException {#1549
#sql: "select * from `author` where `author_name` in (?, ?) group by `author_name` order by `np_author_id` desc"
#bindings: array:2 [
0 => "Kevin Vu"
1 => "Cassandra Jenkins"
]
#message: "SQLSTATE[HY000]: General error: 1 Can't create/write to file '/var/tmp/#sql_4e44_0.MAI' (Errcode: 2) (SQL: select * from `author` where `author_name` in (Kevin Vu, Cassandra Jenkins) group by `author_name` order by `np_author_id` desc)"
#code: "HY000"
#file: "/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Connection.php"
#line: 664
-previous: PDOException {#1542
-errorCode: 1
-sqlState: "HY000"
#message: "SQLSTATE[HY000]: General error: 1 Can't create/write to file '/var/tmp/#sql_4e44_0.MAI' (Errcode: 2)"
#code: "HY000"
#file: "/var/www/html/community_website_live_git/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php"
#line: 144
-previous: PDOException {#1548
#message: "SQLSTATE[HY000]: General error: 1 Can't create/write to file '/var/tmp/#sql_4e44_0.MAI' (Errcode: 2)"
#code: "HY000"
#file: "/var/www/html/community_website_live_git/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php"
#line: 142
+errorInfo: array:3 [
0 => "HY000"
1 => 1
2 => "Can't create/write to file '/var/tmp/#sql_4e44_0.MAI' (Errcode: 2)"
]
trace: {
/var/www/html/community_website_live_git/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:142 {
› try {
› return parent::execute($params);
› } catch (\PDOException $exception) {
arguments: {
$bound_input_params: null
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Connection.php:330 {
›
› $statement->execute();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Connection.php:657 {
› try {
› $result = $callback($query, $bindings);
› }
arguments: {
"select * from `author` where `author_name` in (?, ?) group by `author_name` order by `np_author_id` desc"
array:2 [ …2]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
arguments: {
$query: "select * from `author` where `author_name` in (?, ?) group by `author_name` order by `np_author_id` desc"
$bindings: array:2 [ …2]
$callback: Closure {#1550 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
› return $statement->fetchAll();
› });
› }
arguments: {
$query: "select * from `author` where `author_name` in (?, ?) group by `author_name` order by `np_author_id` desc"
$bindings: array:2 [ …2]
$callback: Closure {#1550 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2027 {
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
arguments: {
$query: "select * from `author` where `author_name` in (?, ?) group by `author_name` order by `np_author_id` desc"
$bindings: array:2 [ …2]
$useReadPdo: true
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2015 {
› return collect($this->onceWithColumns($columns, function () {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2499 {
›
› $result = $callback();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2016 {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
› }
arguments: {
$columns: array:1 [ …1]
$callback: Closure {#1552 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:516 {
› return $this->model->hydrate(
› $this->query->get($columns)->all()
› )->all();
arguments: {
$columns: array:1 [ …1]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:500 {
› // 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/community_website_live_git/app/Models/author.php:118 {
› \t\t$authors = explode(",", $authors_name);
› return self::whereIn('author_name',$authors)->orderBy("np_author_id","desc")->groupBy('author_name')->get();
› }
}
/var/www/html/community_website_live_git/storage/framework/views/6f8e253bd940a3de0c0a41eef016a3ecd6954b20.php:466 {
› <?php
› $authors = App\Models\author::getAuthorsByName($article->author_name);
› ?>
arguments: {
$authors_name: "Kevin Vu,Cassandra Jenkins"
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
}
}
/var/www/html/community_website_live_git/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/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
$__data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/community_website_live_git/Themes/community_impact/views/pages/article.blade.php"
$data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/community_website_live_git/Layout/Website/Models/WebsiteWidget.php:86 {
› return View::make('theme::widgets.' . $this->view, $this->to_array())
› ->render();
› }
}
/var/www/html/community_website_live_git/storage/framework/views/6ee5a65adaf855ca23d14fab79c4da765d12e958.php:69 {
› <?php else: ?>
› \t<?php echo $widget->render(); ?>
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
}
}
/var/www/html/community_website_live_git/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/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
$__data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/community_website_live_git/Themes/community_impact/views/pages/article.blade.php"
$data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/community_website_live_git/Layout/Website/Models/PageBootstrap.php:83 {
› if(ThemeService::ConfigValue("WITH_CONTAINER")){
› return View::make('theme::bootstrap.with_container', ['rows'=>$bootstrap_rows,"page" =>$page])->render();
› }
}
/var/www/html/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php:17 {
› <?php endif; ?>
› <?php echo $page_bootstrap->render(); ?>
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
}
}
/var/www/html/community_website_live_git/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/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
$__data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/community_website_live_git/Themes/community_impact/views/pages/article.blade.php"
$data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Http/Response.php:42 {
› elseif ($content instanceof Renderable) {
› $content = $content->render();
› }
}
/var/www/html/community_website_live_git/vendor/symfony/http-foundation/Response.php:202 {
› $this->headers = new ResponseHeaderBag($headers);
› $this->setContent($content);
› $this->setStatusCode($status);
arguments: {
$content: View {#1297 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:747 {
› } elseif (! $response instanceof SymfonyResponse) {
› $response = new Response($response);
› }
arguments: {
$content: View {#1297 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:719 {
› {
› return static::toResponse($request, $response);
› }
arguments: {
$request: Request {#42 …}
$response: View {#1297 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:679 {
› return $this->prepareResponse(
› $request, $route->run()
› );
arguments: {
$request: Request {#42 …}
$response: View {#1297 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:63 {
›
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
› {
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:681 {
› );
› });
› }
arguments: {
$destination: Closure {#677 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:656 {
› return $this->prepareResponse($request,
› $this->runRouteWithinStack($route, $request)
› );
arguments: {
$route: Route {#650 …}
$request: Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:622 {
› {
› return $this->runRoute($request, $this->findRoute($request));
› }
arguments: {
$request: Request {#42 …}
$route: Route {#650 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:611 {
›
› return $this->dispatchToRoute($request);
› }
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:182 {
›
› return $this->router->dispatch($request);
› };
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/fideloper/proxy/src/TrustProxies.php:57 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/community_website_live_git/public/index.php:104 {
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
arguments: {
$request: Request {#42 …}
}
}
}
}
+errorInfo: array:3 [
0 => "HY000"
1 => 1
2 => "Can't create/write to file '/var/tmp/#sql_4e44_0.MAI' (Errcode: 2)"
]
trace: {
/var/www/html/community_website_live_git/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:144 {
› } catch (\PDOException $exception) {
› throw new PDOException($exception);
› }
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Connection.php:330 {
›
› $statement->execute();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Connection.php:657 {
› try {
› $result = $callback($query, $bindings);
› }
arguments: {
"select * from `author` where `author_name` in (?, ?) group by `author_name` order by `np_author_id` desc"
array:2 [ …2]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
arguments: {
$query: "select * from `author` where `author_name` in (?, ?) group by `author_name` order by `np_author_id` desc"
$bindings: array:2 [ …2]
$callback: Closure {#1550 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
› return $statement->fetchAll();
› });
› }
arguments: {
$query: "select * from `author` where `author_name` in (?, ?) group by `author_name` order by `np_author_id` desc"
$bindings: array:2 [ …2]
$callback: Closure {#1550 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2027 {
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
arguments: {
$query: "select * from `author` where `author_name` in (?, ?) group by `author_name` order by `np_author_id` desc"
$bindings: array:2 [ …2]
$useReadPdo: true
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2015 {
› return collect($this->onceWithColumns($columns, function () {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2499 {
›
› $result = $callback();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2016 {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
› }
arguments: {
$columns: array:1 [ …1]
$callback: Closure {#1552 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:516 {
› return $this->model->hydrate(
› $this->query->get($columns)->all()
› )->all();
arguments: {
$columns: array:1 [ …1]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:500 {
› // 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/community_website_live_git/app/Models/author.php:118 {
› \t\t$authors = explode(",", $authors_name);
› return self::whereIn('author_name',$authors)->orderBy("np_author_id","desc")->groupBy('author_name')->get();
› }
}
/var/www/html/community_website_live_git/storage/framework/views/6f8e253bd940a3de0c0a41eef016a3ecd6954b20.php:466 {
› <?php
› $authors = App\Models\author::getAuthorsByName($article->author_name);
› ?>
arguments: {
$authors_name: "Kevin Vu,Cassandra Jenkins"
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
}
}
/var/www/html/community_website_live_git/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/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
$__data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/community_website_live_git/Themes/community_impact/views/pages/article.blade.php"
$data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/community_website_live_git/Layout/Website/Models/WebsiteWidget.php:86 {
› return View::make('theme::widgets.' . $this->view, $this->to_array())
› ->render();
› }
}
/var/www/html/community_website_live_git/storage/framework/views/6ee5a65adaf855ca23d14fab79c4da765d12e958.php:69 {
› <?php else: ?>
› \t<?php echo $widget->render(); ?>
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
}
}
/var/www/html/community_website_live_git/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/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
$__data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/community_website_live_git/Themes/community_impact/views/pages/article.blade.php"
$data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/community_website_live_git/Layout/Website/Models/PageBootstrap.php:83 {
› if(ThemeService::ConfigValue("WITH_CONTAINER")){
› return View::make('theme::bootstrap.with_container', ['rows'=>$bootstrap_rows,"page" =>$page])->render();
› }
}
/var/www/html/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php:17 {
› <?php endif; ?>
› <?php echo $page_bootstrap->render(); ?>
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
}
}
/var/www/html/community_website_live_git/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/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
$__data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/community_website_live_git/Themes/community_impact/views/pages/article.blade.php"
$data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Http/Response.php:42 {
› elseif ($content instanceof Renderable) {
› $content = $content->render();
› }
}
/var/www/html/community_website_live_git/vendor/symfony/http-foundation/Response.php:202 {
› $this->headers = new ResponseHeaderBag($headers);
› $this->setContent($content);
› $this->setStatusCode($status);
arguments: {
$content: View {#1297 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:747 {
› } elseif (! $response instanceof SymfonyResponse) {
› $response = new Response($response);
› }
arguments: {
$content: View {#1297 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:719 {
› {
› return static::toResponse($request, $response);
› }
arguments: {
$request: Request {#42 …}
$response: View {#1297 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:679 {
› return $this->prepareResponse(
› $request, $route->run()
› );
arguments: {
$request: Request {#42 …}
$response: View {#1297 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:63 {
›
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
› {
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:681 {
› );
› });
› }
arguments: {
$destination: Closure {#677 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:656 {
› return $this->prepareResponse($request,
› $this->runRouteWithinStack($route, $request)
› );
arguments: {
$route: Route {#650 …}
$request: Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:622 {
› {
› return $this->runRoute($request, $this->findRoute($request));
› }
arguments: {
$request: Request {#42 …}
$route: Route {#650 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:611 {
›
› return $this->dispatchToRoute($request);
› }
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:182 {
›
› return $this->router->dispatch($request);
› };
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/fideloper/proxy/src/TrustProxies.php:57 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/community_website_live_git/public/index.php:104 {
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
arguments: {
$request: Request {#42 …}
}
}
}
}
+errorInfo: array:3 [
0 => "HY000"
1 => 1
2 => "Can't create/write to file '/var/tmp/#sql_4e44_0.MAI' (Errcode: 2)"
]
trace: {
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664 {
› catch (Exception $e) {
› throw new QueryException(
› $query, $this->prepareBindings($bindings), $e
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Connection.php:624 {
› try {
› $result = $this->runQueryCallback($query, $bindings, $callback);
› } catch (QueryException $e) {
arguments: {
$query: "select * from `author` where `author_name` in (?, ?) group by `author_name` order by `np_author_id` desc"
$bindings: array:2 [ …2]
$callback: Closure {#1550 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Connection.php:333 {
› return $statement->fetchAll();
› });
› }
arguments: {
$query: "select * from `author` where `author_name` in (?, ?) group by `author_name` order by `np_author_id` desc"
$bindings: array:2 [ …2]
$callback: Closure {#1550 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2027 {
› return $this->connection->select(
› $this->toSql(), $this->getBindings(), ! $this->useWritePdo
› );
arguments: {
$query: "select * from `author` where `author_name` in (?, ?) group by `author_name` order by `np_author_id` desc"
$bindings: array:2 [ …2]
$useReadPdo: true
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2015 {
› return collect($this->onceWithColumns($columns, function () {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2499 {
›
› $result = $callback();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:2016 {
› return $this->processor->processSelect($this, $this->runSelect());
› }));
› }
arguments: {
$columns: array:1 [ …1]
$callback: Closure {#1552 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:516 {
› return $this->model->hydrate(
› $this->query->get($columns)->all()
› )->all();
arguments: {
$columns: array:1 [ …1]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:500 {
› // 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/community_website_live_git/app/Models/author.php:118 {
› \t\t$authors = explode(",", $authors_name);
› return self::whereIn('author_name',$authors)->orderBy("np_author_id","desc")->groupBy('author_name')->get();
› }
}
/var/www/html/community_website_live_git/storage/framework/views/6f8e253bd940a3de0c0a41eef016a3ecd6954b20.php:466 {
› <?php
› $authors = App\Models\author::getAuthorsByName($article->author_name);
› ?>
arguments: {
$authors_name: "Kevin Vu,Cassandra Jenkins"
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
}
}
/var/www/html/community_website_live_git/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/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
$__data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/community_website_live_git/Themes/community_impact/views/pages/article.blade.php"
$data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/community_website_live_git/Layout/Website/Models/WebsiteWidget.php:86 {
› return View::make('theme::widgets.' . $this->view, $this->to_array())
› ->render();
› }
}
/var/www/html/community_website_live_git/storage/framework/views/6ee5a65adaf855ca23d14fab79c4da765d12e958.php:69 {
› <?php else: ?>
› \t<?php echo $widget->render(); ?>
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
}
}
/var/www/html/community_website_live_git/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/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
$__data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/community_website_live_git/Themes/community_impact/views/pages/article.blade.php"
$data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/community_website_live_git/Layout/Website/Models/PageBootstrap.php:83 {
› if(ThemeService::ConfigValue("WITH_CONTAINER")){
› return View::make('theme::bootstrap.with_container', ['rows'=>$bootstrap_rows,"page" =>$page])->render();
› }
}
/var/www/html/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php:17 {
› <?php endif; ?>
› <?php echo $page_bootstrap->render(); ?>
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
}
}
/var/www/html/community_website_live_git/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/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
$__data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/community_website_live_git/Themes/community_impact/views/pages/article.blade.php"
$data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Http/Response.php:42 {
› elseif ($content instanceof Renderable) {
› $content = $content->render();
› }
}
/var/www/html/community_website_live_git/vendor/symfony/http-foundation/Response.php:202 {
› $this->headers = new ResponseHeaderBag($headers);
› $this->setContent($content);
› $this->setStatusCode($status);
arguments: {
$content: View {#1297 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:747 {
› } elseif (! $response instanceof SymfonyResponse) {
› $response = new Response($response);
› }
arguments: {
$content: View {#1297 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:719 {
› {
› return static::toResponse($request, $response);
› }
arguments: {
$request: Request {#42 …}
$response: View {#1297 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:679 {
› return $this->prepareResponse(
› $request, $route->run()
› );
arguments: {
$request: Request {#42 …}
$response: View {#1297 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:63 {
›
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
› {
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:681 {
› );
› });
› }
arguments: {
$destination: Closure {#677 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:656 {
› return $this->prepareResponse($request,
› $this->runRouteWithinStack($route, $request)
› );
arguments: {
$route: Route {#650 …}
$request: Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:622 {
› {
› return $this->runRoute($request, $this->findRoute($request));
› }
arguments: {
$request: Request {#42 …}
$route: Route {#650 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:611 {
›
› return $this->dispatchToRoute($request);
› }
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:182 {
›
› return $this->router->dispatch($request);
› };
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/fideloper/proxy/src/TrustProxies.php:57 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/community_website_live_git/public/index.php:104 {
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
arguments: {
$request: Request {#42 …}
}
}
}
}
#severity: E_ERROR
trace: {
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664 {
› catch (Exception $e) {
› throw new QueryException(
› $query, $this->prepareBindings($bindings), $e
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:45 {
› } catch (Exception $e) {
› $this->handleViewException($e, $obLevel);
› } catch (Throwable $e) {
arguments: {
$e: QueryException {#1549}
$obLevel: 4
}
}
/var/www/html/community_website_live_git/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/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
$__data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/community_website_live_git/Themes/community_impact/views/pages/article.blade.php"
$data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/community_website_live_git/Layout/Website/Models/WebsiteWidget.php:86 {
› return View::make('theme::widgets.' . $this->view, $this->to_array())
› ->render();
› }
}
/var/www/html/community_website_live_git/storage/framework/views/6ee5a65adaf855ca23d14fab79c4da765d12e958.php:69 {
› <?php else: ?>
› \t<?php echo $widget->render(); ?>
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
}
}
/var/www/html/community_website_live_git/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/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
$__data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/community_website_live_git/Themes/community_impact/views/pages/article.blade.php"
$data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/community_website_live_git/Layout/Website/Models/PageBootstrap.php:83 {
› if(ThemeService::ConfigValue("WITH_CONTAINER")){
› return View::make('theme::bootstrap.with_container', ['rows'=>$bootstrap_rows,"page" =>$page])->render();
› }
}
/var/www/html/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php:17 {
› <?php endif; ?>
› <?php echo $page_bootstrap->render(); ?>
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
› try {
› include $__path;
› } catch (Exception $e) {
arguments: {
"/var/www/html/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
}
}
/var/www/html/community_website_live_git/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/community_website_live_git/storage/framework/views/557bf178133d2fc99a941a0102041b1ff0190518.php"
$__data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:142 {
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/html/community_website_live_git/Themes/community_impact/views/pages/article.blade.php"
$data: array:9 [ …9]
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:125 {
›
› $contents = $this->getContents();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/View/View.php:90 {
› try {
› $contents = $this->renderContents();
›
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Http/Response.php:42 {
› elseif ($content instanceof Renderable) {
› $content = $content->render();
› }
}
/var/www/html/community_website_live_git/vendor/symfony/http-foundation/Response.php:202 {
› $this->headers = new ResponseHeaderBag($headers);
› $this->setContent($content);
› $this->setStatusCode($status);
arguments: {
$content: View {#1297 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:747 {
› } elseif (! $response instanceof SymfonyResponse) {
› $response = new Response($response);
› }
arguments: {
$content: View {#1297 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:719 {
› {
› return static::toResponse($request, $response);
› }
arguments: {
$request: Request {#42 …}
$response: View {#1297 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:679 {
› return $this->prepareResponse(
› $request, $route->run()
› );
arguments: {
$request: Request {#42 …}
$response: View {#1297 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:63 {
›
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
› {
› $response = $next($request);
›
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:681 {
› );
› });
› }
arguments: {
$destination: Closure {#677 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:656 {
› return $this->prepareResponse($request,
› $this->runRouteWithinStack($route, $request)
› );
arguments: {
$route: Route {#650 …}
$request: Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:622 {
› {
› return $this->runRoute($request, $this->findRoute($request));
› }
arguments: {
$request: Request {#42 …}
$route: Route {#650 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Router.php:611 {
›
› return $this->dispatchToRoute($request);
› }
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:182 {
›
› return $this->router->dispatch($request);
› };
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:30 {
› try {
› return $destination($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/fideloper/proxy/src/TrustProxies.php:57 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:31 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:62 {
›
› return $next($request);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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 {#656 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:53 {
›
› return $callable($passable);
› } catch (Exception $e) {
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:104 {
›
› return $pipeline($this->passable);
› }
arguments: {
Request {#42 …}
}
}
/var/www/html/community_website_live_git/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/community_website_live_git/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:116 {
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
arguments: {
$request: Request {#42 …}
}
}
/var/www/html/community_website_live_git/public/index.php:104 {
› $response = $kernel->handle(
› $request = Illuminate\Http\Request::capture()
› );
arguments: {
$request: Request {#42 …}
}
}
}
}