^ Predis\Response\ServerException {#315
#message: "MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error."
#code: 0
#file: "/www/wwwroot/gaozongpt.vvv6g.cn/vendor/predis/predis/src/Client.php"
#line: 370
trace: {
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/predis/predis/src/Client.php:370 {
Predis\Client->onErrorResponse(CommandInterface $command, ErrorInterface $response) …
› if ($this->options->exceptions) {
› throw new ServerException($response->getMessage());
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/predis/predis/src/Client.php:335 {
Predis\Client->executeCommand(CommandInterface $command) …
› if ($response instanceof ErrorResponseInterface) {
› $response = $this->onErrorResponse($command, $response);
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/predis/predis/src/Client.php:314 {
Predis\Client->__call($commandID, $arguments) …
› return $this->executeCommand(
› $this->createCommand($commandID, $arguments)
› );
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php:116 {
Illuminate\Redis\Connections\Connection->command($method, array $parameters = []) …
›
› $result = $this->client->{$method}(...$parameters);
›
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php:220 {
Illuminate\Redis\Connections\Connection->__call($method, $parameters) …
›
› return $this->command($method, $parameters);
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Cache/RedisStore.php:93 {
Illuminate\Cache\RedisStore->put($key, $value, $seconds) …
› return (bool) $this->connection()->setex(
› $this->prefix.$key, (int) max(1, $seconds), $this->serialize($value)
› );
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Cache/Repository.php:211 {
Illuminate\Cache\Repository->put($key, $value, $ttl = null) …
›
› $result = $this->store->put($this->itemKey($key), $value, $seconds);
›
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Cache/Repository.php:383 {
Illuminate\Cache\Repository->remember($key, $ttl, Closure $callback) …
›
› $this->put($key, $value = $callback(), $ttl);
›
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:378 {
Illuminate\Cache\CacheManager->__call($method, $parameters) …
› {
› return $this->store()->$method(...$parameters);
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:261 {
Illuminate\Support\Facades\Facade::__callStatic($method, $args) …
›
› return $instance->$method(...$args);
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/app/common/models/AccountWechats.php:34 {
app\common\models\AccountWechats::getAccountByUniacid($uniacid) …
› \treturn self::where('uniacid', $uniacid)->first();
› });
›
}
/www/wwwroot/gaozongpt.vvv6g.cn/app/yunshop.php:498 {
YunApp->getW() …
› $uniacid = intval(trim(request()->get('i')));
› $account = \app\common\models\AccountWechats::getAccountByUniacid($uniacid);
› return [
}
/www/wwwroot/gaozongpt.vvv6g.cn/app/yunshop.php:492 {
YunApp->__construct() …
› global $_W;
› $this->values = !YunShop::isWeb() && !YunShop::isWechatApi() ? $this->getW() : (array)$_W;
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/app/yunshop.php:231 {
YunShop::app() …
› } else {
› self::$_app = new YunApp();
› return self::$_app;
}
/www/wwwroot/gaozongpt.vvv6g.cn/app/common/providers/YunShopServiceProvider.php:27 {
app\common\providers\YunShopServiceProvider->boot() …
› if (config('app.framework') != 'platform' || (!\YunShop::isWeb() && !\YunShop::isWechatApi())) {
› \tSetting::$uniqueAccountId = \YunShop::app()->uniacid;
› \tRichText::$uniqueAccountId = \YunShop::app()->uniacid;
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36 {
Illuminate\Container\BoundMethod::Illuminate\Container\{closure} …
› return static::callBoundMethod($container, $callback, function () use ($container, $callback, $parameters) {
› return $callback(...array_values(static::getMethodDependencies($container, $callback, $parameters)));
› });
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Container/Util.php:37 {
Illuminate\Container\Util::unwrapIfClosure($value) …
› {
› return $value instanceof Closure ? $value() : $value;
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93 {
Illuminate\Container\BoundMethod::callBoundMethod($container, $callback, $default) …
›
› return Util::unwrapIfClosure($default);
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37 {
Illuminate\Container\BoundMethod::call($container, $callback, array $parameters = [], $defaultMethod = null) …
› return $callback(...array_values(static::getMethodDependencies($container, $callback, $parameters)));
› });
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Container/Container.php:590 {
Illuminate\Container\Container->call($callback, array $parameters = [], $defaultMethod = null) …
› {
› return BoundMethod::call($this, $callback, $parameters, $defaultMethod);
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:856 {
Illuminate\Foundation\Application->bootProvider(ServiceProvider $provider) …
› if (method_exists($provider, 'boot')) {
› return $this->call([$provider, 'boot']);
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:839 {
Illuminate\Foundation\Application->Illuminate\Foundation\{closure} …
› array_walk($this->serviceProviders, function ($p) {
› $this->bootProvider($p);
› });
}
Illuminate\Foundation\Application->Illuminate\Foundation\{closure}() {}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:840 {
Illuminate\Foundation\Application->boot() …
› $this->bootProvider($p);
› });
›
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17 {
Illuminate\Foundation\Bootstrap\BootProviders->bootstrap(Application $app) …
› {
› $app->boot();
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:219 {
Illuminate\Foundation\Application->bootstrapWith(array $bootstrappers) …
›
› $this->make($bootstrapper)->bootstrap($this);
›
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:156 {
Illuminate\Foundation\Http\Kernel->bootstrap() …
› if (! $this->app->hasBeenBootstrapped()) {
› $this->app->bootstrapWith($this->bootstrappers());
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:140 {
Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
›
› $this->bootstrap();
›
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:110 {
Illuminate\Foundation\Http\Kernel->handle($request) …
›
› $response = $this->sendRequestThroughRouter($request);
› } catch (Exception $e) {
}
/www/wwwroot/gaozongpt.vvv6g.cn/app/laravel.php:47 {
include_once …
› $response = $kernel->handle(
› $request = \app\framework\Http\Request::capture()
› );
}
/www/wwwroot/gaozongpt.vvv6g.cn/index.php:11 {
›
› include_once __DIR__ . '/app/laravel.php';
›
arguments: {
"/www/wwwroot/gaozongpt.vvv6g.cn/app/laravel.php"
}
}
}
}
^ UnexpectedValueException {#317
#message: "The stream or file "/www/wwwroot/gaozongpt.vvv6g.cn/storage/logs/error/error-2026-05-08.log" could not be opened in append mode: failed to open stream: No space left on device"
#code: 0
#file: "/www/wwwroot/gaozongpt.vvv6g.cn/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php"
#line: 115
trace: {
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:115 {
Monolog\Handler\StreamHandler->write(array $record) …
›
› throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened in append mode: '.$this->errorMessage, $this->url));
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php:120 {
Monolog\Handler\RotatingFileHandler->write(array $record) …
›
› parent::write($record);
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php:39 {
Monolog\Handler\AbstractProcessingHandler->handle(array $record) …
›
› $this->write($record);
›
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/monolog/monolog/src/Monolog/Logger.php:344 {
Monolog\Logger->addRecord($level, $message, array $context = []) …
› while ($handler = current($this->handlers)) {
› if (true === $handler->handle($record)) {
› break;
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/monolog/monolog/src/Monolog/Logger.php:712 {
Monolog\Logger->error($message, array $context = []) …
› {
› return $this->addRecord(static::ERROR, $message, $context);
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Log/Logger.php:176 {
Illuminate\Log\Logger->writeLog($level, $message, $context) …
›
› $this->logger->{$level}($message, $context);
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Log/Logger.php:87 {
Illuminate\Log\Logger->error($message, array $context = []) …
› {
› $this->writeLog(__FUNCTION__, $message, $context);
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/app/framework/Log/ErrorLog.php:16 {
app\framework\Log\ErrorLog->add($message, array $content = []) …
› {
› $this->log->error($message, $content);
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/app/framework/Support/Facades/Log.php:31 {
app\framework\Support\Facades\Log::error($message, $content = []) …
› }
› app('Log.error')->add($message,$content);
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/app/common/exceptions/Handler.php:63 {
app\common\exceptions\Handler->report(Exception $exception) …
› if (!app()->runningInConsole()) {
› Log::error('http parameters', request()->input());
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:408 {
Illuminate\Foundation\Http\Kernel->reportException(Exception $e) …
› {
› $this->app[ExceptionHandler::class]->report($e);
› }
}
/www/wwwroot/gaozongpt.vvv6g.cn/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:112 {
Illuminate\Foundation\Http\Kernel->handle($request) …
› } catch (Exception $e) {
› $this->reportException($e);
›
}
/www/wwwroot/gaozongpt.vvv6g.cn/app/laravel.php:47 {
include_once …
› $response = $kernel->handle(
› $request = \app\framework\Http\Request::capture()
› );
}
/www/wwwroot/gaozongpt.vvv6g.cn/index.php:11 {
›
› include_once __DIR__ . '/app/laravel.php';
›
arguments: {
"/www/wwwroot/gaozongpt.vvv6g.cn/app/laravel.php"
}
}
}
}