Fatal error: Uncaught think\exception\ErrorException: filesize(): stat failed for /tmp/sess_zziudbrorkdadhip90v9jmj in /www/wwwroot/tw.daikuan003.com/thinkphp/library/think/Debug.php:200 Stack trace: #0 [internal function]: think\Error::appError(2, 'filesize(): sta...', '/www/wwwroot/tw...', 200, Array) #1 /www/wwwroot/tw.daikuan003.com/thinkphp/library/think/Debug.php(200): filesize('/tmp/sess_zziud...') #2 /www/wwwroot/tw.daikuan003.com/thinkphp/library/think/debug/Html.php(73): think\Debug->getFile(true) #3 /www/wwwroot/tw.daikuan003.com/thinkphp/library/think/Debug.php(258): think\debug\Html->output(Object(think\Response), Array) #4 /www/wwwroot/tw.daikuan003.com/thinkphp/library/think/Response.php(132): think\Debug->inject(Object(think\Response), '<!DOCTYPE html>...') #5 /www/wwwroot/tw.daikuan003.com/thinkphp/library/think/Error.php(56): think\Response->send() #6 [internal function]: think\Error::appException(Object(think\exception\HttpException)) #7 {main} thrown in /www/wwwroot/tw.daikuan003.com/thinkphp/library/think/Debug.php on line 200
系统发生错误

[1] ErrorException in Debug.php line 200

Uncaught think\exception\ErrorException: filesize(): stat failed for /tmp/sess_zziudbrorkdadhip90v9jmj in /www/wwwroot/tw.daikuan003.com/thinkphp/library/think/Debug.php:200
Stack trace:
#0 [internal function]: think\Error::appError(2, 'filesize(): sta...', '/www/wwwroot/tw...', 200, Array)
#1 /www/wwwroot/tw.daikuan003.com/thinkphp/library/think/Debug.php(200): filesize('/tmp/sess_zziud...')
#2 /www/wwwroot/tw.daikuan003.com/thinkphp/library/think/debug/Html.php(73): think\Debug->getFile(true)
#3 /www/wwwroot/tw.daikuan003.com/thinkphp/library/think/Debug.php(258): think\debug\Html->output(Object(think\Response), Array)
#4 /www/wwwroot/tw.daikuan003.com/thinkphp/library/think/Response.php(132): think\Debug->inject(Object(think\Response), '<!DOCTYPE html>...')
#5 /www/wwwroot/tw.daikuan003.com/thinkphp/library/think/Error.php(56): think\Response->send()
#6 [internal function]: think\Error::appException(Object(think\exception\HttpException))
#7 {main}
thrown

  1. * @return integer|array
  2. */
  3. public function getFile($detail = false)
  4. {
  5. if ($detail) {
  6. $files = get_included_files();
  7. $info = [];
  8. foreach ($files as $key => $file) {
  9. $info[] = $file . ' ( ' . number_format(filesize($file) / 1024, 2) . ' KB )';
  10. }
  11. return $info;
  12. }
  13. return count(get_included_files());
  14. }
  15. /**

Call Stack

  1. in Debug.php line 200
  2. at Error::appShutdown()

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT */*
PATH_INFO
HTTP_HOST tw.codexshow.com
REDIRECT_STATUS 200
SERVER_NAME tw.daikuan003.com
SERVER_PORT 443
SERVER_ADDR 27.124.4.175
REMOTE_PORT 53690
REMOTE_ADDR 216.73.217.21
SERVER_SOFTWARE nginx/1.26.3
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /www/wwwroot/tw.daikuan003.com/public
DOCUMENT_URI /index.php
REQUEST_URI /sitemap.xml
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/sitemap.xml
SCRIPT_FILENAME /www/wwwroot/tw.daikuan003.com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1777073899.838
REQUEST_TIME 1777073899
Environment Variablesempty
ThinkPHP Constantsempty
0.374056s