^ think\exception\ErrorException {#94
#severity: 2
#data: []
#message: "file_put_contents(/usr/share/nginx/html/img.szhulian.cn/runtime/cache/7f/044dc499b407cdf5d63927b04d2a32.php): Failed to open stream: No such file or directory"
#code: 0
#file: "/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/cache/driver/File.php"
#line: 181
trace: {
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/cache/driver/File.php:181 {
think\initializer\Error->appError(int $errno, string $errstr, string $errfile = '', int $errline = 0): void …
› } else {
› $result = file_put_contents($filename, $data, LOCK_EX);
› }
}
think\initializer\Error->appError() {}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/cache/driver/File.php:181 {
think\cache\driver\File->set($name, $value, $expire = null): bool …
› } else {
› $result = file_put_contents($filename, $data, LOCK_EX);
› }
arguments: {
$filename: "/usr/share/nginx/html/img.szhulian.cn/runtime/cache/7f/044dc499b407cdf5d63927b04d2a32.php"
$data: """
<?php\n
//000000003600\n
exit();?>\n
s:77:"http://tp6.xc.com/uploads/system/ba52ab465568c720ec3db3de2fc4709b_265x265.png";
"""
$flags: 2
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/cache/TagSet.php:43 {
think\cache\TagSet->set($name, $value, $expire = null): bool …
› {
› $this->handler->set($name, $value, $expire);
›
arguments: {
$name: "normal_admin_logo"
$value: "http://tp6.xc.com/uploads/system/ba52ab465568c720ec3db3de2fc4709b_265x265.png"
$expire: 3600
}
}
/usr/share/nginx/html/img.szhulian.cn/app/common/model/SysSettingModel.php:329 {
app\common\model\SysSettingModel::_cacheData($tag, $name, $content) …
› {
› \think\facade\Cache::tag($tag)->set($name,$content,3600);
› }
arguments: {
$name: "normal_admin_logo"
$value: "http://tp6.xc.com/uploads/system/ba52ab465568c720ec3db3de2fc4709b_265x265.png"
$expire: 3600
}
}
/usr/share/nginx/html/img.szhulian.cn/app/common/model/SysSettingModel.php:39 {
app\common\model\SysSettingModel::getContent($type, $filed = null, $trance = true) …
› //保存内容
› self::_cacheData($type, $cache_name, $content);
› }
arguments: {
$tag: "normal"
$name: "normal_admin_logo"
$content: "http://tp6.xc.com/uploads/system/ba52ab465568c720ec3db3de2fc4709b_265x265.png"
}
}
/usr/share/nginx/html/img.szhulian.cn/app/admin/controller/Index.php:98 {
app\admin\controller\Index->index() …
›
› 'logo'=> SysSettingModel::getContent('normal','admin_logo'),
› 'main_content'=> SysSettingModel::getContent('normal','main_content'),
arguments: {
$type: "normal"
$filed: "admin_logo"
}
}
app\admin\controller\Index->index() {}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Container.php:345 {
think\Container->invokeReflectMethod($instance, $reflect, array $vars = []) …
›
› return $reflect->invokeArgs($instance, $args);
› }
arguments: {
$object: app\admin\controller\Index {#85 …}
$args: []
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/route/dispatch/Controller.php:110 {
think\route\dispatch\Controller->think\route\dispatch\{closure} …
›
› $data = $this->app->invokeReflectMethod($instance, $reflect, $vars);
›
arguments: {
$instance: app\admin\controller\Index {#85 …}
$reflect: ReflectionMethod {#86 …}
$vars: []
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Pipeline.php:59 {
think\Pipeline->think\{closure} …
› try {
› return $destination($passable);
› } catch (Throwable | Exception $e) {
arguments: {
app\Request {#29 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Pipeline.php:66 {
think\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
arguments: {
app\Request {#29 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/route/dispatch/Controller.php:113 {
think\route\dispatch\Controller->exec() …
› return $this->autoResponse($data);
› });
› }
arguments: {
$destination: Closure() {#83 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/route/Dispatch.php:52 {
think\route\Dispatch->run(): Response …
› {
› $data = $this->exec();
› return $this->autoResponse($data);
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Route.php:755 {
think\Route->think\{closure} …
› ->then(function () use ($dispatch) {
› return $dispatch->run();
› });
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Pipeline.php:59 {
think\Pipeline->think\{closure} …
› try {
› return $destination($passable);
› } catch (Throwable | Exception $e) {
arguments: {
app\Request {#29 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Pipeline.php:66 {
think\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
arguments: {
app\Request {#29 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Route.php:756 {
think\Route->dispatch(Request $request, Closure|bool $withRoute = true) …
› return $dispatch->run();
› });
› }
arguments: {
$destination: Closure() {#80 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Http.php:208 {
think\Http->dispatchToRoute($request) …
›
› return $this->app->route->dispatch($request, $withRoute);
› }
arguments: {
$request: app\Request {#29 …}
$withRoute: Closure() {#69 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Http.php:198 {
think\Http->think\{closure} …
› ->then(function ($request) {
› return $this->dispatchToRoute($request);
› });
arguments: {
$request: app\Request {#29 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Pipeline.php:59 {
think\Pipeline->think\{closure} …
› try {
› return $destination($passable);
› } catch (Throwable | Exception $e) {
arguments: {
app\Request {#29 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/think-multi-app/src/MultiApp.php:51 {
think\app\MultiApp->think\app\{closure} …
› ->then(function ($request) use ($next) {
› return $next($request);
› });
arguments: {
app\Request {#29 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Pipeline.php:59 {
think\Pipeline->think\{closure} …
› try {
› return $destination($passable);
› } catch (Throwable | Exception $e) {
arguments: {
app\Request {#29 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Pipeline.php:66 {
think\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
arguments: {
app\Request {#29 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/think-multi-app/src/MultiApp.php:52 {
think\app\MultiApp->handle($request, Closure $next) …
› return $next($request);
› });
› }
arguments: {
$destination: Closure($request) {#45 …}
}
}
think\app\MultiApp->handle() {}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Middleware.php:134 {
think\Middleware->think\{closure} …
› }
› $response = call_user_func($call, $request, $next, ...$params);
›
arguments: {
$callback: array:2 [ …2]
...$args: {
app\Request {#29 …}
Closure($passable) {#43 …}
}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Pipeline.php:85 {
think\Pipeline->think\{closure} …
› try {
› return $pipe($passable, $stack);
› } catch (Throwable | Exception $e) {
arguments: {
app\Request {#29 …}
Closure($passable) {#43 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/app/common/middleware/CrossReq.php:19 {
app\common\middleware\CrossReq->handle($request, Closure $next) …
›
› return $next($request);
› }
arguments: {
app\Request {#29 …}
}
}
app\common\middleware\CrossReq->handle() {}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Middleware.php:134 {
think\Middleware->think\{closure} …
› }
› $response = call_user_func($call, $request, $next, ...$params);
›
arguments: {
$callback: array:2 [ …2]
...$args: {
app\Request {#29 …}
Closure($passable) {#43 …}
}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Pipeline.php:85 {
think\Pipeline->think\{closure} …
› try {
› return $pipe($passable, $stack);
› } catch (Throwable | Exception $e) {
arguments: {
app\Request {#29 …}
Closure($passable) {#43 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/thans/tp-jwt-auth/src/middleware/InjectJwt.php:14 {
thans\jwt\middleware\InjectJwt->handle(Request $request, $next) …
› (new JWTProvider($request))->init();
› $response = $next($request);
› return $response;
arguments: {
app\Request {#29 …}
}
}
thans\jwt\middleware\InjectJwt->handle() {}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Middleware.php:134 {
think\Middleware->think\{closure} …
› }
› $response = call_user_func($call, $request, $next, ...$params);
›
arguments: {
$callback: array:2 [ …2]
...$args: {
app\Request {#29 …}
Closure($passable) {#43 …}
}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Pipeline.php:85 {
think\Pipeline->think\{closure} …
› try {
› return $pipe($passable, $stack);
› } catch (Throwable | Exception $e) {
arguments: {
app\Request {#29 …}
Closure($passable) {#43 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/think-trace/src/TraceDebug.php:71 {
think\trace\TraceDebug->handle($request, Closure $next) …
›
› $response = $next($request);
›
arguments: {
app\Request {#29 …}
}
}
think\trace\TraceDebug->handle() {}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Middleware.php:134 {
think\Middleware->think\{closure} …
› }
› $response = call_user_func($call, $request, $next, ...$params);
›
arguments: {
$callback: array:2 [ …2]
...$args: {
app\Request {#29 …}
Closure($passable) {#43 …}
}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Pipeline.php:85 {
think\Pipeline->think\{closure} …
› try {
› return $pipe($passable, $stack);
› } catch (Throwable | Exception $e) {
arguments: {
app\Request {#29 …}
Closure($passable) {#43 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Pipeline.php:66 {
think\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
arguments: {
app\Request {#29 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Http.php:199 {
think\Http->runWithRequest(Request $request) …
› return $this->dispatchToRoute($request);
› });
› }
arguments: {
$destination: Closure($request) {#19 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/vendor/topthink/framework/src/think/Http.php:162 {
think\Http->run(Request $request = null): Response …
› try {
› $response = $this->runWithRequest($request);
› } catch (Throwable $e) {
arguments: {
$request: app\Request {#29 …}
}
}
/usr/share/nginx/html/img.szhulian.cn/public/index.php:20 {
›
› $response = $http->run();
›
}
}
}