^ think\exception\ErrorException {#34
#severity: 8
#data: []
#message: "file_put_contents(): write of 59 bytes failed with errno=28 No space left on device"
#code: 0
#file: "/www/wwwroot/yjyl.szhulian.cn/vendor/topthink/framework/src/think/cache/driver/File.php"
#line: 180
trace: {
/www/wwwroot/yjyl.szhulian.cn/vendor/topthink/framework/src/think/cache/driver/File.php:180 {
think\initializer\Error->appError(int $errno, string $errstr, string $errfile = '', int $errline = 0): void …
› \r
› $result = file_put_contents($filename, $data, LOCK_EX);\r
› \r
}
think\initializer\Error->appError() {}
/www/wwwroot/yjyl.szhulian.cn/vendor/topthink/framework/src/think/cache/driver/File.php:180 {
think\cache\driver\File->set($name, $value, $expire = null): bool …
› \r
› $result = file_put_contents($filename, $data, LOCK_EX);\r
› \r
}
/www/wwwroot/yjyl.szhulian.cn/vendor/topthink/framework/src/think/Cache.php:125 {
think\Cache->set($key, $value, $ttl = null): bool …
› {\r
› return $this->store()->set($key, $value, $ttl);\r
› }\r
}
think\Cache->set() {}
/www/wwwroot/yjyl.szhulian.cn/vendor/topthink/framework/src/think/Facade.php:96 {
think\Facade::__callStatic($method, $params) …
› {\r
› return call_user_func_array([static::createFacade(), $method], $params);\r
› }\r
}
/www/wwwroot/yjyl.szhulian.cn/vendor/topthink/framework/src/helper.php:117 {
cache(string $name = null, $value = '', $options = null, $tag = null) …
› if (is_null($tag)) {\r
› return Cache::set($name, $value, $expire);\r
› } else {\r
}
/www/wwwroot/yjyl.szhulian.cn/app/listener/OrderCancel.php:31 {
app\listener\OrderCancel->_checkRunTime() …
› if(!cache($cache_name)){\r
› cache($cache_name, date('Y-m-d H:i:s'), 60*30);\r
› $is_check = true;\r
}
/www/wwwroot/yjyl.szhulian.cn/app/listener/OrderCancel.php:10 {
app\listener\OrderCancel->handle() …
› {\r
› if(!$this->_checkRunTime()){\r
› return ;\r
}
app\listener\OrderCancel->handle() {}
/www/wwwroot/yjyl.szhulian.cn/vendor/topthink/framework/src/think/Container.php:329 {
think\Container->invokeMethod($method, array $vars = [], bool $accessible = false) …
› \r
› return $reflect->invokeArgs(is_object($class) ? $class : null, $args);\r
› }\r
}
/www/wwwroot/yjyl.szhulian.cn/vendor/topthink/framework/src/think/Container.php:362 {
think\Container->invoke($callable, array $vars = [], bool $accessible = false) …
› } else {\r
› return $this->invokeMethod($callable, $vars, $accessible);\r
› }\r
}
/www/wwwroot/yjyl.szhulian.cn/vendor/topthink/framework/src/think/Event.php:269 {
think\Event->dispatch($event, $params = null) …
› \r
› return $this->app->invoke($call, [$params]);\r
› }\r
}
/www/wwwroot/yjyl.szhulian.cn/vendor/topthink/framework/src/think/Event.php:230 {
think\Event->trigger($event, $params = null, bool $once = false) …
› foreach ($listeners as $key => $listener) {\r
› $result[$key] = $this->dispatch($listener, $params);\r
› \r
}
/www/wwwroot/yjyl.szhulian.cn/vendor/topthink/framework/src/think/Http.php:201 {
think\Http->runWithRequest(Request $request) …
› // 监听HttpRun\r
› $this->app->event->trigger(HttpRun::class);\r
› \r
}
/www/wwwroot/yjyl.szhulian.cn/vendor/topthink/framework/src/think/Http.php:170 {
think\Http->run(Request $request = null): Response …
› try {\r
› $response = $this->runWithRequest($request);\r
› } catch (Throwable $e) {\r
}
/www/wwwroot/yjyl.szhulian.cn/index.php:20 {
› \r
› $response = $http->run();\r
› \r
}
}
}