^ Illuminate\View\ViewException {#1854
#message: "OOM command not allowed when used memory > 'maxmemory'. (View: /data/wwwroot/mall.pson.cc/resources/views/layouts/mainSidebar.blade.php) (View: /data/wwwroot/mall.pson.cc/resources/views/layouts/mainSidebar.blade.php) (View: /data/wwwroot/mall.pson.cc/resources/views/layouts/mainSidebar.blade.php)"
#code: 0
#file: "/data/wwwroot/mall.pson.cc/vendor/predis/predis/src/Client.php"
#line: 370
-previous: Illuminate\View\ViewException {#1856
#message: "OOM command not allowed when used memory > 'maxmemory'. (View: /data/wwwroot/mall.pson.cc/resources/views/layouts/mainSidebar.blade.php) (View: /data/wwwroot/mall.pson.cc/resources/views/layouts/mainSidebar.blade.php)"
#code: 0
#file: "/data/wwwroot/mall.pson.cc/vendor/predis/predis/src/Client.php"
#line: 370
-previous: Illuminate\View\ViewException {#1858
#message: "OOM command not allowed when used memory > 'maxmemory'. (View: /data/wwwroot/mall.pson.cc/resources/views/layouts/mainSidebar.blade.php)"
#code: 0
#file: "/data/wwwroot/mall.pson.cc/vendor/predis/predis/src/Client.php"
#line: 370
-previous: Predis\Response\ServerException {#1861
#message: "OOM command not allowed when used memory > 'maxmemory'."
#code: 0
#file: "/data/wwwroot/mall.pson.cc/vendor/predis/predis/src/Client.php"
#line: 370
trace: {
/data/wwwroot/mall.pson.cc/vendor/predis/predis/src/Client.php:370 {
Predis\Client->onErrorResponse(CommandInterface $command, ErrorInterface $response) …
› if ($this->options->exceptions) {
› throw new ServerException($response->getMessage());
› }
}
/data/wwwroot/mall.pson.cc/vendor/predis/predis/src/Client.php:335 {
Predis\Client->executeCommand(CommandInterface $command) …
› if ($response instanceof ErrorResponseInterface) {
› $response = $this->onErrorResponse($command, $response);
› }
arguments: {
$command: Predis\Command\StringSetExpire {#1860 …}
$response: Predis\Response\Error {#1862 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/predis/predis/src/Client.php:314 {
Predis\Client->__call($commandID, $arguments) …
› return $this->executeCommand(
› $this->createCommand($commandID, $arguments)
› );
arguments: {
$command: Predis\Command\StringSetExpire {#1860 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php:116 {
Illuminate\Redis\Connections\Connection->command($method, array $parameters = []) …
›
› $result = $this->client->{$method}(...$parameters);
›
arguments: {
$commandID: "setex"
$arguments: array:3 [ …3]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php:220 {
Illuminate\Redis\Connections\Connection->__call($method, $parameters) …
›
› return $this->command($method, $parameters);
› }
arguments: {
$method: "setex"
$parameters: array:3 [ …3]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Cache/RedisStore.php:101 {
Illuminate\Cache\RedisStore->put($key, $value, $seconds) …
› return (bool) $this->connection()->setex(
› $this->prefix.$key, (int) max(1, $seconds), $this->serialize($value)
› );
arguments: {
$method: "setex"
$parameters: array:3 [ …3]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Cache/Repository.php:213 {
Illuminate\Cache\Repository->put($key, $value, $ttl = null) …
›
› $result = $this->store->put($this->itemKey($key), $value, $seconds);
›
arguments: {
$key: "0menuList_"
$value: array:68 [ …68]
$seconds: 216000
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:418 {
Illuminate\Cache\CacheManager->__call($method, $parameters) …
› {
› return $this->store()->$method(...$parameters);
› }
arguments: {
$key: "0menuList_"
$value: array:68 [ …68]
$ttl: 216000
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:261 {
Illuminate\Support\Facades\Facade::__callStatic($method, $args) …
›
› return $instance->$method(...$args);
› }
arguments: {
$method: "put"
$parameters: array:3 [ …3]
}
}
/data/wwwroot/mall.pson.cc/app/common/helpers/Cache.php:188 {
app\common\helpers\Cache::put($key, $value, $minutes = null, $tags = []) …
› if (!$tags){
› \Cache::put(self::getUniacid() . $key, $value, $minutes);
› } elseif (is_array($tags)){
arguments: {
$method: "put"
$args: array:3 [ …3]
}
}
/data/wwwroot/mall.pson.cc/app/backend/modules/menu/Menu.php:9253 {
app\backend\modules\menu\Menu->_getItems() …
› $this->unSetRepeat($this->items);//只保留一个相同的商城功能
› Cache::put($menuListCacheKey, $this->items, 3600);
› }
arguments: {
$key: "menuList_"
$value: array:68 [ …68]
$minutes: 216000
}
}
/data/wwwroot/mall.pson.cc/app/backend/modules/menu/Menu.php:9291 {
app\backend\modules\menu\Menu->getItems() …
› if (!isset($this->items)) {
› $this->items = $this->_getItems();
› }
}
/data/wwwroot/mall.pson.cc/app/backend/modules/menu/Menu.php:9264 {
app\backend\modules\menu\Menu->_getCurrentItems() …
› {
› $item = \app\common\models\Menu::getCurrentItemByRoute(request()->input('route'), $this->getItems());
›
}
/data/wwwroot/mall.pson.cc/app/backend/modules/menu/Menu.php:9283 {
app\backend\modules\menu\Menu->getCurrentItems() …
› if (!isset($this->currentItems)) {
› $this->currentItems = $this->_getCurrentItems();
› }
}
/data/wwwroot/mall.pson.cc/storage/framework/views/5a6e2eaec132c451a07f5670930ae2aad80d6652.php:47 {
require …
› <?php else: ?>
› <li class="<?php echo e(in_array($key,\app\backend\modules\menu\Menu::current()->getCurrentItems()) ? 'active' : ''); ?>">
› <a href="<?php echo e(yzWebUrl('index.index')); ?>" style="word-break: break-all;line-height: 1;display: flex;align-items: center;height: auto;min-height: 50px;">
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:107 {
Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure} …
›
› return require $__path;
› })();
arguments: {
"/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108 {
Illuminate\Filesystem\Filesystem->getRequire($path, array $data = []) …
› return require $__path;
› })();
› }
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58 {
Illuminate\View\Engines\PhpEngine->evaluatePath($path, $data) …
› try {
› $this->files->getRequire($path, $data);
› } catch (Throwable $e) {
arguments: {
$path: "/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61 {
Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
› // which have been rendered for right exception messages to be generated.
› $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
›
arguments: {
$path: "/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
Illuminate\View\View->getContents() …
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/data/wwwroot/mall.pson.cc/resources/views/message.blade.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
Illuminate\View\View->renderContents() …
›
› $contents = $this->getContents();
›
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
Illuminate\View\View->render(?callable $callback = null) …
› try {
› $contents = $this->renderContents();
›
}
/data/wwwroot/mall.pson.cc/storage/framework/views/3fa306cfb34b150f7a58a1edd94f3f9daf8eb4b8.php:180 {
require …
›
› <?php echo $__env->make('layouts.mainSidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
› <?php echo $__env->make('layouts.mainMenu', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:107 {
Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure} …
›
› return require $__path;
› })();
arguments: {
"/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108 {
Illuminate\Filesystem\Filesystem->getRequire($path, array $data = []) …
› return require $__path;
› })();
› }
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58 {
Illuminate\View\Engines\PhpEngine->evaluatePath($path, $data) …
› try {
› $this->files->getRequire($path, $data);
› } catch (Throwable $e) {
arguments: {
$path: "/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61 {
Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
› // which have been rendered for right exception messages to be generated.
› $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
›
arguments: {
$path: "/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
Illuminate\View\View->getContents() …
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/data/wwwroot/mall.pson.cc/resources/views/message.blade.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
Illuminate\View\View->renderContents() …
›
› $contents = $this->getContents();
›
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
Illuminate\View\View->render(?callable $callback = null) …
› try {
› $contents = $this->renderContents();
›
}
/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php:45 {
require …
›
› <?php echo $__env->make('layouts.base', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /data/wwwroot/mall.pson.cc/resources/views/message.blade.php ENDPATH**/ ?>
›
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:107 {
Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure} …
›
› return require $__path;
› })();
arguments: {
"/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108 {
Illuminate\Filesystem\Filesystem->getRequire($path, array $data = []) …
› return require $__path;
› })();
› }
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58 {
Illuminate\View\Engines\PhpEngine->evaluatePath($path, $data) …
› try {
› $this->files->getRequire($path, $data);
› } catch (Throwable $e) {
arguments: {
$path: "/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61 {
Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
› // which have been rendered for right exception messages to be generated.
› $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
›
arguments: {
$path: "/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
Illuminate\View\View->getContents() …
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/data/wwwroot/mall.pson.cc/resources/views/message.blade.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
Illuminate\View\View->renderContents() …
›
› $contents = $this->getContents();
›
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
Illuminate\View\View->render(?callable $callback = null) …
› try {
› $contents = $this->renderContents();
›
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Http/Response.php:69 {
Illuminate\Http\Response->setContent($content) …
› elseif ($content instanceof Renderable) {
› $content = $content->render();
› }
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Http/Response.php:35 {
Illuminate\Http\Response->__construct($content = '', $status = 200, array $headers = []) …
›
› $this->setContent($content);
› $this->setStatusCode($status);
arguments: {
$content: Illuminate\View\View {#1393 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:55 {
Illuminate\Routing\ResponseFactory->make($content = '', $status = 200, array $headers = []) …
› {
› return new Response($content, $status, $headers);
› }
arguments: {
$content: Illuminate\View\View {#1393 …}
$status: 200
$headers: []
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:85 {
Illuminate\Routing\ResponseFactory->view($view, $data = [], $status = 200, array $headers = []) …
›
› return $this->make($this->view->make($view, $data), $status, $headers);
› }
arguments: {
$content: Illuminate\View\View {#1393 …}
$status: 200
$headers: []
}
}
/data/wwwroot/mall.pson.cc/app/common/traits/MessageTrait.php:108 {
app\common\exceptions\Handler->message($message, $redirect = '', $status = 'success') …
› 'message' => $message,
› 'status' => $status
› ])->send();
arguments: {
$view: "message"
$data: array:3 [ …3]
}
}
/data/wwwroot/mall.pson.cc/app/common/exceptions/Handler.php:234 {
app\common\exceptions\Handler->renderNotFoundException(NotFoundHttpException $exception) …
›
› return $this->message('不存在的页面', $redirect, 'error');
›
arguments: {
$message: "不存在的页面"
$redirect: ""
$status: "error"
}
}
/data/wwwroot/mall.pson.cc/app/common/exceptions/Handler.php:140 {
app\common\exceptions\Handler->render($request, Throwable $exception) …
› if ($exception instanceof NotFoundHttpException) {
› return $this->renderNotFoundException($exception);
›
arguments: {
$exception: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1392 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:51 {
Illuminate\Routing\Pipeline->handleException($passable, Throwable $e) …
›
› $response = $handler->render($passable, $e);
›
arguments: {
$request: app\framework\Http\Request {#49 …}
$exception: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1392 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:130 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› } catch (Throwable $e) {
› return $this->handleException($passable, $e);
› }
arguments: {
$passable: app\framework\Http\Request {#49 …}
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1392 …}
}
}
/data/wwwroot/mall.pson.cc/app/common/middleware/ShopRoute.php:25 {
app\common\middleware\ShopRoute->handle($request, Closure $next) …
› \t}
› \treturn $next($request);
› }
arguments: {
app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $carry = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: app\framework\Http\Request {#49 …}
$next: Closure($passable) {#56 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php:86 {
Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle($request, Closure $next) …
›
› return $next($request);
› }
arguments: {
app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $carry = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: app\framework\Http\Request {#49 …}
$next: Closure($passable) {#56 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
Illuminate\Pipeline\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
arguments: {
app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:142 {
Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
arguments: {
$destination: Closure($request) {#1386 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:111 {
Illuminate\Foundation\Http\Kernel->handle($request) …
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Throwable $e) {
arguments: {
$request: app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/app/laravel.php:47 {
include_once …
› $response = $kernel->handle(
› $request = \app\framework\Http\Request::capture()
› );
arguments: {
$request: app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/index.php:12 {
›
› include_once __DIR__ . '/app/laravel.php';
›
arguments: {
"/data/wwwroot/mall.pson.cc/app/laravel.php"
}
}
}
}
#severity: E_ERROR
trace: {
/data/wwwroot/mall.pson.cc/vendor/predis/predis/src/Client.php:370 {
Illuminate\View\Engines\CompilerEngine->handleViewException(Throwable $e, $obLevel) …
› if ($this->options->exceptions) {
› throw new ServerException($response->getMessage());
› }
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:60 {
Illuminate\View\Engines\PhpEngine->evaluatePath($path, $data) …
› } catch (Throwable $e) {
› $this->handleViewException($e, $obLevel);
› }
arguments: {
$e: Predis\Response\ServerException {#1861}
$obLevel: 3
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61 {
Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
› // which have been rendered for right exception messages to be generated.
› $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
›
arguments: {
$path: "/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
Illuminate\View\View->getContents() …
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/data/wwwroot/mall.pson.cc/resources/views/message.blade.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
Illuminate\View\View->renderContents() …
›
› $contents = $this->getContents();
›
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
Illuminate\View\View->render(?callable $callback = null) …
› try {
› $contents = $this->renderContents();
›
}
/data/wwwroot/mall.pson.cc/storage/framework/views/3fa306cfb34b150f7a58a1edd94f3f9daf8eb4b8.php:180 {
require …
›
› <?php echo $__env->make('layouts.mainSidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
› <?php echo $__env->make('layouts.mainMenu', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:107 {
Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure} …
›
› return require $__path;
› })();
arguments: {
"/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108 {
Illuminate\Filesystem\Filesystem->getRequire($path, array $data = []) …
› return require $__path;
› })();
› }
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58 {
Illuminate\View\Engines\PhpEngine->evaluatePath($path, $data) …
› try {
› $this->files->getRequire($path, $data);
› } catch (Throwable $e) {
arguments: {
$path: "/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61 {
Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
› // which have been rendered for right exception messages to be generated.
› $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
›
arguments: {
$path: "/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
Illuminate\View\View->getContents() …
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/data/wwwroot/mall.pson.cc/resources/views/message.blade.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
Illuminate\View\View->renderContents() …
›
› $contents = $this->getContents();
›
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
Illuminate\View\View->render(?callable $callback = null) …
› try {
› $contents = $this->renderContents();
›
}
/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php:45 {
require …
›
› <?php echo $__env->make('layouts.base', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /data/wwwroot/mall.pson.cc/resources/views/message.blade.php ENDPATH**/ ?>
›
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:107 {
Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure} …
›
› return require $__path;
› })();
arguments: {
"/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108 {
Illuminate\Filesystem\Filesystem->getRequire($path, array $data = []) …
› return require $__path;
› })();
› }
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58 {
Illuminate\View\Engines\PhpEngine->evaluatePath($path, $data) …
› try {
› $this->files->getRequire($path, $data);
› } catch (Throwable $e) {
arguments: {
$path: "/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61 {
Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
› // which have been rendered for right exception messages to be generated.
› $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
›
arguments: {
$path: "/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
Illuminate\View\View->getContents() …
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/data/wwwroot/mall.pson.cc/resources/views/message.blade.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
Illuminate\View\View->renderContents() …
›
› $contents = $this->getContents();
›
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
Illuminate\View\View->render(?callable $callback = null) …
› try {
› $contents = $this->renderContents();
›
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Http/Response.php:69 {
Illuminate\Http\Response->setContent($content) …
› elseif ($content instanceof Renderable) {
› $content = $content->render();
› }
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Http/Response.php:35 {
Illuminate\Http\Response->__construct($content = '', $status = 200, array $headers = []) …
›
› $this->setContent($content);
› $this->setStatusCode($status);
arguments: {
$content: Illuminate\View\View {#1393 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:55 {
Illuminate\Routing\ResponseFactory->make($content = '', $status = 200, array $headers = []) …
› {
› return new Response($content, $status, $headers);
› }
arguments: {
$content: Illuminate\View\View {#1393 …}
$status: 200
$headers: []
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:85 {
Illuminate\Routing\ResponseFactory->view($view, $data = [], $status = 200, array $headers = []) …
›
› return $this->make($this->view->make($view, $data), $status, $headers);
› }
arguments: {
$content: Illuminate\View\View {#1393 …}
$status: 200
$headers: []
}
}
/data/wwwroot/mall.pson.cc/app/common/traits/MessageTrait.php:108 {
app\common\exceptions\Handler->message($message, $redirect = '', $status = 'success') …
› 'message' => $message,
› 'status' => $status
› ])->send();
arguments: {
$view: "message"
$data: array:3 [ …3]
}
}
/data/wwwroot/mall.pson.cc/app/common/exceptions/Handler.php:234 {
app\common\exceptions\Handler->renderNotFoundException(NotFoundHttpException $exception) …
›
› return $this->message('不存在的页面', $redirect, 'error');
›
arguments: {
$message: "不存在的页面"
$redirect: ""
$status: "error"
}
}
/data/wwwroot/mall.pson.cc/app/common/exceptions/Handler.php:140 {
app\common\exceptions\Handler->render($request, Throwable $exception) …
› if ($exception instanceof NotFoundHttpException) {
› return $this->renderNotFoundException($exception);
›
arguments: {
$exception: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1392 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:51 {
Illuminate\Routing\Pipeline->handleException($passable, Throwable $e) …
›
› $response = $handler->render($passable, $e);
›
arguments: {
$request: app\framework\Http\Request {#49 …}
$exception: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1392 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:130 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› } catch (Throwable $e) {
› return $this->handleException($passable, $e);
› }
arguments: {
$passable: app\framework\Http\Request {#49 …}
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1392 …}
}
}
/data/wwwroot/mall.pson.cc/app/common/middleware/ShopRoute.php:25 {
app\common\middleware\ShopRoute->handle($request, Closure $next) …
› \t}
› \treturn $next($request);
› }
arguments: {
app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $carry = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: app\framework\Http\Request {#49 …}
$next: Closure($passable) {#56 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php:86 {
Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle($request, Closure $next) …
›
› return $next($request);
› }
arguments: {
app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $carry = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: app\framework\Http\Request {#49 …}
$next: Closure($passable) {#56 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
Illuminate\Pipeline\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
arguments: {
app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:142 {
Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
arguments: {
$destination: Closure($request) {#1386 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:111 {
Illuminate\Foundation\Http\Kernel->handle($request) …
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Throwable $e) {
arguments: {
$request: app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/app/laravel.php:47 {
include_once …
› $response = $kernel->handle(
› $request = \app\framework\Http\Request::capture()
› );
arguments: {
$request: app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/index.php:12 {
›
› include_once __DIR__ . '/app/laravel.php';
›
arguments: {
"/data/wwwroot/mall.pson.cc/app/laravel.php"
}
}
}
}
#severity: E_ERROR
trace: {
/data/wwwroot/mall.pson.cc/vendor/predis/predis/src/Client.php:370 {
Illuminate\View\Engines\CompilerEngine->handleViewException(Throwable $e, $obLevel) …
› if ($this->options->exceptions) {
› throw new ServerException($response->getMessage());
› }
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:60 {
Illuminate\View\Engines\PhpEngine->evaluatePath($path, $data) …
› } catch (Throwable $e) {
› $this->handleViewException($e, $obLevel);
› }
arguments: {
$e: Predis\Response\ServerException {#1861}
$obLevel: 3
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61 {
Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
› // which have been rendered for right exception messages to be generated.
› $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
›
arguments: {
$path: "/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
Illuminate\View\View->getContents() …
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/data/wwwroot/mall.pson.cc/resources/views/message.blade.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
Illuminate\View\View->renderContents() …
›
› $contents = $this->getContents();
›
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
Illuminate\View\View->render(?callable $callback = null) …
› try {
› $contents = $this->renderContents();
›
}
/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php:45 {
require …
›
› <?php echo $__env->make('layouts.base', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /data/wwwroot/mall.pson.cc/resources/views/message.blade.php ENDPATH**/ ?>
›
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:107 {
Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure} …
›
› return require $__path;
› })();
arguments: {
"/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108 {
Illuminate\Filesystem\Filesystem->getRequire($path, array $data = []) …
› return require $__path;
› })();
› }
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58 {
Illuminate\View\Engines\PhpEngine->evaluatePath($path, $data) …
› try {
› $this->files->getRequire($path, $data);
› } catch (Throwable $e) {
arguments: {
$path: "/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61 {
Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
› // which have been rendered for right exception messages to be generated.
› $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
›
arguments: {
$path: "/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
Illuminate\View\View->getContents() …
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/data/wwwroot/mall.pson.cc/resources/views/message.blade.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
Illuminate\View\View->renderContents() …
›
› $contents = $this->getContents();
›
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
Illuminate\View\View->render(?callable $callback = null) …
› try {
› $contents = $this->renderContents();
›
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Http/Response.php:69 {
Illuminate\Http\Response->setContent($content) …
› elseif ($content instanceof Renderable) {
› $content = $content->render();
› }
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Http/Response.php:35 {
Illuminate\Http\Response->__construct($content = '', $status = 200, array $headers = []) …
›
› $this->setContent($content);
› $this->setStatusCode($status);
arguments: {
$content: Illuminate\View\View {#1393 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:55 {
Illuminate\Routing\ResponseFactory->make($content = '', $status = 200, array $headers = []) …
› {
› return new Response($content, $status, $headers);
› }
arguments: {
$content: Illuminate\View\View {#1393 …}
$status: 200
$headers: []
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:85 {
Illuminate\Routing\ResponseFactory->view($view, $data = [], $status = 200, array $headers = []) …
›
› return $this->make($this->view->make($view, $data), $status, $headers);
› }
arguments: {
$content: Illuminate\View\View {#1393 …}
$status: 200
$headers: []
}
}
/data/wwwroot/mall.pson.cc/app/common/traits/MessageTrait.php:108 {
app\common\exceptions\Handler->message($message, $redirect = '', $status = 'success') …
› 'message' => $message,
› 'status' => $status
› ])->send();
arguments: {
$view: "message"
$data: array:3 [ …3]
}
}
/data/wwwroot/mall.pson.cc/app/common/exceptions/Handler.php:234 {
app\common\exceptions\Handler->renderNotFoundException(NotFoundHttpException $exception) …
›
› return $this->message('不存在的页面', $redirect, 'error');
›
arguments: {
$message: "不存在的页面"
$redirect: ""
$status: "error"
}
}
/data/wwwroot/mall.pson.cc/app/common/exceptions/Handler.php:140 {
app\common\exceptions\Handler->render($request, Throwable $exception) …
› if ($exception instanceof NotFoundHttpException) {
› return $this->renderNotFoundException($exception);
›
arguments: {
$exception: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1392 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:51 {
Illuminate\Routing\Pipeline->handleException($passable, Throwable $e) …
›
› $response = $handler->render($passable, $e);
›
arguments: {
$request: app\framework\Http\Request {#49 …}
$exception: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1392 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:130 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› } catch (Throwable $e) {
› return $this->handleException($passable, $e);
› }
arguments: {
$passable: app\framework\Http\Request {#49 …}
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1392 …}
}
}
/data/wwwroot/mall.pson.cc/app/common/middleware/ShopRoute.php:25 {
app\common\middleware\ShopRoute->handle($request, Closure $next) …
› \t}
› \treturn $next($request);
› }
arguments: {
app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $carry = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: app\framework\Http\Request {#49 …}
$next: Closure($passable) {#56 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php:86 {
Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle($request, Closure $next) …
›
› return $next($request);
› }
arguments: {
app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $carry = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: app\framework\Http\Request {#49 …}
$next: Closure($passable) {#56 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
Illuminate\Pipeline\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
arguments: {
app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:142 {
Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
arguments: {
$destination: Closure($request) {#1386 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:111 {
Illuminate\Foundation\Http\Kernel->handle($request) …
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Throwable $e) {
arguments: {
$request: app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/app/laravel.php:47 {
include_once …
› $response = $kernel->handle(
› $request = \app\framework\Http\Request::capture()
› );
arguments: {
$request: app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/index.php:12 {
›
› include_once __DIR__ . '/app/laravel.php';
›
arguments: {
"/data/wwwroot/mall.pson.cc/app/laravel.php"
}
}
}
}
#severity: E_ERROR
trace: {
/data/wwwroot/mall.pson.cc/vendor/predis/predis/src/Client.php:370 {
Illuminate\View\Engines\CompilerEngine->handleViewException(Throwable $e, $obLevel) …
› if ($this->options->exceptions) {
› throw new ServerException($response->getMessage());
› }
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:60 {
Illuminate\View\Engines\PhpEngine->evaluatePath($path, $data) …
› } catch (Throwable $e) {
› $this->handleViewException($e, $obLevel);
› }
arguments: {
$e: Illuminate\View\ViewException {#1858}
$obLevel: 2
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61 {
Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
› // which have been rendered for right exception messages to be generated.
› $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
›
arguments: {
$path: "/data/wwwroot/mall.pson.cc/storage/framework/views/7d7278630ebd173d78c33ca4371cd6b598166f04.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
Illuminate\View\View->getContents() …
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/data/wwwroot/mall.pson.cc/resources/views/message.blade.php"
$data: array:5 [ …5]
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
Illuminate\View\View->renderContents() …
›
› $contents = $this->getContents();
›
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
Illuminate\View\View->render(?callable $callback = null) …
› try {
› $contents = $this->renderContents();
›
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Http/Response.php:69 {
Illuminate\Http\Response->setContent($content) …
› elseif ($content instanceof Renderable) {
› $content = $content->render();
› }
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Http/Response.php:35 {
Illuminate\Http\Response->__construct($content = '', $status = 200, array $headers = []) …
›
› $this->setContent($content);
› $this->setStatusCode($status);
arguments: {
$content: Illuminate\View\View {#1393 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:55 {
Illuminate\Routing\ResponseFactory->make($content = '', $status = 200, array $headers = []) …
› {
› return new Response($content, $status, $headers);
› }
arguments: {
$content: Illuminate\View\View {#1393 …}
$status: 200
$headers: []
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php:85 {
Illuminate\Routing\ResponseFactory->view($view, $data = [], $status = 200, array $headers = []) …
›
› return $this->make($this->view->make($view, $data), $status, $headers);
› }
arguments: {
$content: Illuminate\View\View {#1393 …}
$status: 200
$headers: []
}
}
/data/wwwroot/mall.pson.cc/app/common/traits/MessageTrait.php:108 {
app\common\exceptions\Handler->message($message, $redirect = '', $status = 'success') …
› 'message' => $message,
› 'status' => $status
› ])->send();
arguments: {
$view: "message"
$data: array:3 [ …3]
}
}
/data/wwwroot/mall.pson.cc/app/common/exceptions/Handler.php:234 {
app\common\exceptions\Handler->renderNotFoundException(NotFoundHttpException $exception) …
›
› return $this->message('不存在的页面', $redirect, 'error');
›
arguments: {
$message: "不存在的页面"
$redirect: ""
$status: "error"
}
}
/data/wwwroot/mall.pson.cc/app/common/exceptions/Handler.php:140 {
app\common\exceptions\Handler->render($request, Throwable $exception) …
› if ($exception instanceof NotFoundHttpException) {
› return $this->renderNotFoundException($exception);
›
arguments: {
$exception: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1392 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:51 {
Illuminate\Routing\Pipeline->handleException($passable, Throwable $e) …
›
› $response = $handler->render($passable, $e);
›
arguments: {
$request: app\framework\Http\Request {#49 …}
$exception: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1392 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:130 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› } catch (Throwable $e) {
› return $this->handleException($passable, $e);
› }
arguments: {
$passable: app\framework\Http\Request {#49 …}
$e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1392 …}
}
}
/data/wwwroot/mall.pson.cc/app/common/middleware/ShopRoute.php:25 {
app\common\middleware\ShopRoute->handle($request, Closure $next) …
› \t}
› \treturn $next($request);
› }
arguments: {
app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $carry = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: app\framework\Http\Request {#49 …}
$next: Closure($passable) {#56 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php:86 {
Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle($request, Closure $next) …
›
› return $next($request);
› }
arguments: {
app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $carry = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: app\framework\Http\Request {#49 …}
$next: Closure($passable) {#56 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
Illuminate\Pipeline\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
arguments: {
app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:142 {
Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
arguments: {
$destination: Closure($request) {#1386 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:111 {
Illuminate\Foundation\Http\Kernel->handle($request) …
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Throwable $e) {
arguments: {
$request: app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/app/laravel.php:47 {
include_once …
› $response = $kernel->handle(
› $request = \app\framework\Http\Request::capture()
› );
arguments: {
$request: app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/index.php:12 {
›
› include_once __DIR__ . '/app/laravel.php';
›
arguments: {
"/data/wwwroot/mall.pson.cc/app/laravel.php"
}
}
}
}
^ UnexpectedValueException {#1865
#message: """
The stream or file "/data/wwwroot/mall.pson.cc/storage/logs/error/error-2025-04-04.log" could not be opened in append mode: failed to open stream: No space left on device\n
The exception occurred while attempting to log: http parameters
"""
#code: 0
#file: "/data/wwwroot/mall.pson.cc/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php"
#line: 149
trace: {
/data/wwwroot/mall.pson.cc/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:149 {
Monolog\Handler\StreamHandler->write(array $record): void …
›
› throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened in append mode: '.$this->errorMessage, $url) . Utils::getRecordMessageForException($record));
› }
}
/data/wwwroot/mall.pson.cc/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php:125 {
Monolog\Handler\RotatingFileHandler->write(array $record): void …
›
› parent::write($record);
› }
arguments: {
$record: array:8 [ …8]
}
}
/data/wwwroot/mall.pson.cc/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php:48 {
Monolog\Handler\AbstractProcessingHandler->handle(array $record): bool …
›
› $this->write($record);
›
arguments: {
$record: array:8 [ …8]
}
}
/data/wwwroot/mall.pson.cc/vendor/monolog/monolog/src/Monolog/Logger.php:399 {
Monolog\Logger->addRecord(int $level, string $message, array $context = [], ?DateTimeImmutable $datetime = null): bool …
› try {
› if (true === $handler->handle($record)) {
› break;
arguments: {
$record: array:8 [ …8]
}
}
/data/wwwroot/mall.pson.cc/vendor/monolog/monolog/src/Monolog/Logger.php:650 {
Monolog\Logger->error($message, array $context = []): void …
› {
› $this->addRecord(static::ERROR, (string) $message, $context);
› }
arguments: {
$level: 400
$message: "http parameters"
$context: []
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Log/Logger.php:183 {
Illuminate\Log\Logger->writeLog($level, $message, $context) …
› $message = $this->formatMessage($message),
› $context = array_merge($this->context, $context)
› );
arguments: {
$message: "http parameters"
$context: []
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Log/Logger.php:94 {
Illuminate\Log\Logger->error($message, array $context = []) …
› {
› $this->writeLog(__FUNCTION__, $message, $context);
› }
arguments: {
$level: "error"
$message: "http parameters"
$context: []
}
}
/data/wwwroot/mall.pson.cc/app/framework/Log/ErrorLog.php:16 {
app\framework\Log\ErrorLog->add($message, array $content = []) …
› {
› $this->log->error($message, $content);
› }
arguments: {
$message: "http parameters"
$context: []
}
}
/data/wwwroot/mall.pson.cc/app/framework/Support/Facades/Log.php:31 {
app\framework\Support\Facades\Log::error($message, $content = []) …
› }
› app('Log.error')->add($message,$content);
› }
arguments: {
$message: "http parameters"
$content: []
}
}
/data/wwwroot/mall.pson.cc/app/common/exceptions/Handler.php:64 {
app\common\exceptions\Handler->report(Throwable $exception) …
› if (!app()->runningInConsole()) {
› Log::error('http parameters', request()->input());
› }
arguments: {
$message: "http parameters"
$content: []
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:49 {
Illuminate\Routing\Pipeline->handleException($passable, Throwable $e) …
›
› $handler->report($e);
›
arguments: {
$exception: Illuminate\View\ViewException {#1854 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:172 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› } catch (Throwable $e) {
› return $this->handleException($passable, $e);
› }
arguments: {
$passable: app\framework\Http\Request {#49 …}
$e: Illuminate\View\ViewException {#1854 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php:86 {
Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle($request, Closure $next) …
›
› return $next($request);
› }
arguments: {
app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $carry = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: app\framework\Http\Request {#49 …}
$next: Closure($passable) {#56 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
Illuminate\Pipeline\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
arguments: {
app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:142 {
Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
› ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
› ->then($this->dispatchToRouter());
› }
arguments: {
$destination: Closure($request) {#1386 …}
}
}
/data/wwwroot/mall.pson.cc/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:111 {
Illuminate\Foundation\Http\Kernel->handle($request) …
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Throwable $e) {
arguments: {
$request: app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/app/laravel.php:47 {
include_once …
› $response = $kernel->handle(
› $request = \app\framework\Http\Request::capture()
› );
arguments: {
$request: app\framework\Http\Request {#49 …}
}
}
/data/wwwroot/mall.pson.cc/index.php:12 {
›
› include_once __DIR__ . '/app/laravel.php';
›
arguments: {
"/data/wwwroot/mall.pson.cc/app/laravel.php"
}
}
}
}