string(47922) "


    
    System Error
    
    
    


    


[2] ErrorException in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/cache/driver/File.php line 113 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548

file_get_contents(/www/wwwroot/douyuyang.tpshop.cn/runtime/cache/tpshop_cache_prefix/05/ba880c62daf0fc6198f83fe4e9fb83.php): failed to open stream: No such file or directory

  1. * @param mixed $default 默认值
  2. * @return mixed
  3. */
  4. public function get($name, $default = false)
  5. {
  6. $filename = $this->getCacheKey($name);
  7. if (!is_file($filename)) {
  8. return $default;
  9. }
  10. $content = file_get_contents($filename);
  11. $this->expire = null;
  12. if (false !== $content) {
  13. $expire = (int) substr($content, 8, 12);
  14. if (0 != $expire && time() > filemtime($filename) + $expire) {
  15. return $default;
  16. }
  17. $this->expire = $expire;
  18. $content = substr($content, 32);
  19. if ($this->options['data_compress'] && function_exists('gzcompress')) {

Call Stack

  1. in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/cache/driver/File.php line 113 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  2. at Error::appError(2, 'file_get_contents(/w...', '/www/wwwroot/douyuya...', 113, ['name' => 'd96a3897e11013fa77bd...', 'default' => false, 'filename' => '/www/wwwroot/douyuya...'])
  3. at file_get_contents('/www/wwwroot/douyuya...') in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/cache/driver/File.php line 113 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  4. at File->get('d96a3897e11013fa77bd...', false) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/Cache.php line 133 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  5. at Cache::get('d96a3897e11013fa77bd...') in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/db/Query.php line 2328 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  6. at Query->select() in /www/wwwroot/douyuyang.tpshop.cn/runtime/temp/f4037d9ac8f4e617712353fb44e7efdc.php line 308 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  7. at include('/www/wwwroot/douyuya...') in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/template/driver/File.php line 50 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  8. at File->read('/www/wwwroot/douyuya...', ['action' => 'goodsList', 'template_now_time' => 1776345032, 'lang' => 'zh-cn', ...]) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/Template.php line 200 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  9. at Template->fetch('./template/pc/rainbo...', ['action' => 'goodsList', 'template_now_time' => 1776345032, 'lang' => 'zh-cn', ...], []) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/view/driver/Think.php line 90 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  10. at Think->fetch('', ['action' => 'goodsList', 'template_now_time' => 1776345032, 'lang' => 'zh-cn', ...], []) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/View.php line 163 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  11. at View->fetch('', [], [], []) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/Controller.php line 172 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  12. at Controller->fetch() in /www/wwwroot/douyuyang.tpshop.cn/application/home/controller/Goods.php line 254 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  13. at Goods->goodsList()
  14. at ReflectionMethod->invokeArgs(object(Goods), []) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/App.php line 348 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  15. at App::invokeMethod([object(Goods), 'goodsList'], []) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/App.php line 616 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  16. at App::module(['home', 'Goods', 'goodsList'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/App.php line 462 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  17. at App::exec(['type' => 'module', 'module' => ['home', 'Goods', 'goodsList']], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/App.php line 142 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  18. at App::run() in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/start.php line 19 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  19. at require('/www/wwwroot/douyuya...') in /www/wwwroot/douyuyang.tpshop.cn/index.php line 72 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548

Environment Variables

GET Data

id
1046
spec
1807_6548
POST Data
empty
Files
empty

Cookies

is_mobile
0
Session
empty

Server/Request Data

USER
www
HOME
/home/www
FCGI_ROLE
RESPONDER
SCRIPT_FILENAME
/www/wwwroot/douyuyang.tpshop.cn/index.php
QUERY_STRING
REQUEST_METHOD
GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME
/index.php
REQUEST_URI
/index.php/home/Goods/goodsList/id/1046/spec/1807_6548
DOCUMENT_URI
/index.php/home/Goods/goodsList/id/1046/spec/1807_6548
DOCUMENT_ROOT
/www/wwwroot/douyuyang.tpshop.cn
SERVER_PROTOCOL
HTTP/2.0
REQUEST_SCHEME
https
HTTPS
on
GATEWAY_INTERFACE
CGI/1.1
SERVER_SOFTWARE
nginx/1.24.0
REMOTE_ADDR
216.73.216.218
REMOTE_PORT
31854
SERVER_ADDR
172.31.196.12
SERVER_PORT
443
SERVER_NAME
douyuyang.tpshop.cn
REDIRECT_STATUS
200
PATH_INFO
/home/Goods/goodsList/id/1046/spec/1807_6548
HTTP_HOST
douyuyang.tpshop.cn
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT_ENCODING
gzip, br, zstd, deflate
PHP_SELF
/index.php/home/Goods/goodsList/id/1046/spec/1807_6548
REQUEST_TIME_FLOAT
1776345031.9609
REQUEST_TIME
1776345031
Environment Variables
empty

ThinkPHP Constants

IS_SAAS
0
SAAS_BASE_USER
0
PLUGIN_PATH
/www/wwwroot/douyuyang.tpshop.cn/plugins/
UPLOAD_PATH
public/upload/
TPSHOP_CACHE_TIME
1
SITE_URL
https://douyuyang.tpshop.cn
HTTP
https
INSTALL_DATE
1463741583
SERIALNUMBER
20160520065303oCWIoa
APP_PATH
/www/wwwroot/douyuyang.tpshop.cn/application/
NOW_TIME
1776345031
THINK_VERSION
5.0.15
THINK_START_TIME
1776345031.9619
THINK_START_MEM
310064
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/douyuyang.tpshop.cn/thinkphp/
LIB_PATH
/www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/
CORE_PATH
/www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/douyuyang.tpshop.cn/
EXTEND_PATH
/www/wwwroot/douyuyang.tpshop.cn/extend/
VENDOR_PATH
/www/wwwroot/douyuyang.tpshop.cn/vendor/
RUNTIME_PATH
/www/wwwroot/douyuyang.tpshop.cn/runtime/
LOG_PATH
/www/wwwroot/douyuyang.tpshop.cn/runtime/log/
CACHE_PATH
/www/wwwroot/douyuyang.tpshop.cn/runtime/cache/
TEMP_PATH
/www/wwwroot/douyuyang.tpshop.cn/runtime/temp/
CONF_PATH
/www/wwwroot/douyuyang.tpshop.cn/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
ADDON_PATH
/www/wwwroot/douyuyang.tpshop.cn/addons/
EXTEND_MODULE
1
EXTEND_ANDROID
2
EXTEND_IOS
3
EXTEND_ENTRUST
4
EXTEND_MINIAPP
5
EXTEND_H5
6
TIME_MOUTH
4
IS_AJAX
false
IS_GET
true
IS_POST
false
MODULE_NAME
home
CONTROLLER_NAME
Goods
ACTION_NAME
goodsList
PREFIX
tp_
LANG
zh-cn
SESSION_ID
"
System Error


[2] ErrorException in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/cache/driver/File.php line 113 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548

file_get_contents(/www/wwwroot/douyuyang.tpshop.cn/runtime/cache/tpshop_cache_prefix/05/ba880c62daf0fc6198f83fe4e9fb83.php): failed to open stream: No such file or directory

  1. * @param mixed $default 默认值
  2. * @return mixed
  3. */
  4. public function get($name, $default = false)
  5. {
  6. $filename = $this->getCacheKey($name);
  7. if (!is_file($filename)) {
  8. return $default;
  9. }
  10. $content = file_get_contents($filename);
  11. $this->expire = null;
  12. if (false !== $content) {
  13. $expire = (int) substr($content, 8, 12);
  14. if (0 != $expire && time() > filemtime($filename) + $expire) {
  15. return $default;
  16. }
  17. $this->expire = $expire;
  18. $content = substr($content, 32);
  19. if ($this->options['data_compress'] && function_exists('gzcompress')) {

Call Stack

  1. in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/cache/driver/File.php line 113 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  2. at Error::appError(2, 'file_get_contents(/w...', '/www/wwwroot/douyuya...', 113, ['name' => 'd96a3897e11013fa77bd...', 'default' => false, 'filename' => '/www/wwwroot/douyuya...'])
  3. at file_get_contents('/www/wwwroot/douyuya...') in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/cache/driver/File.php line 113 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  4. at File->get('d96a3897e11013fa77bd...', false) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/Cache.php line 133 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  5. at Cache::get('d96a3897e11013fa77bd...') in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/db/Query.php line 2328 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  6. at Query->select() in /www/wwwroot/douyuyang.tpshop.cn/runtime/temp/f4037d9ac8f4e617712353fb44e7efdc.php line 308 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  7. at include('/www/wwwroot/douyuya...') in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/template/driver/File.php line 50 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  8. at File->read('/www/wwwroot/douyuya...', ['action' => 'goodsList', 'template_now_time' => 1776345032, 'lang' => 'zh-cn', ...]) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/Template.php line 200 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  9. at Template->fetch('./template/pc/rainbo...', ['action' => 'goodsList', 'template_now_time' => 1776345032, 'lang' => 'zh-cn', ...], []) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/view/driver/Think.php line 90 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  10. at Think->fetch('', ['action' => 'goodsList', 'template_now_time' => 1776345032, 'lang' => 'zh-cn', ...], []) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/View.php line 163 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  11. at View->fetch('', [], [], []) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/Controller.php line 172 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  12. at Controller->fetch() in /www/wwwroot/douyuyang.tpshop.cn/application/home/controller/Goods.php line 254 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  13. at Goods->goodsList()
  14. at ReflectionMethod->invokeArgs(object(Goods), []) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/App.php line 348 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  15. at App::invokeMethod([object(Goods), 'goodsList'], []) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/App.php line 616 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  16. at App::module(['home', 'Goods', 'goodsList'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/App.php line 462 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  17. at App::exec(['type' => 'module', 'module' => ['home', 'Goods', 'goodsList']], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/App.php line 142 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  18. at App::run() in /www/wwwroot/douyuyang.tpshop.cn/thinkphp/start.php line 19 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548
  19. at require('/www/wwwroot/douyuya...') in /www/wwwroot/douyuyang.tpshop.cn/index.php line 72 请求方式GET 请求地址 /index.php/home/Goods/goodsList/id/1046/spec/1807_6548

Environment Variables

GET Data

id
1046
spec
1807_6548
POST Data
empty
Files
empty

Cookies

is_mobile
0
Session
empty

Server/Request Data

USER
www
HOME
/home/www
FCGI_ROLE
RESPONDER
SCRIPT_FILENAME
/www/wwwroot/douyuyang.tpshop.cn/index.php
QUERY_STRING
REQUEST_METHOD
GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME
/index.php
REQUEST_URI
/index.php/home/Goods/goodsList/id/1046/spec/1807_6548
DOCUMENT_URI
/index.php/home/Goods/goodsList/id/1046/spec/1807_6548
DOCUMENT_ROOT
/www/wwwroot/douyuyang.tpshop.cn
SERVER_PROTOCOL
HTTP/2.0
REQUEST_SCHEME
https
HTTPS
on
GATEWAY_INTERFACE
CGI/1.1
SERVER_SOFTWARE
nginx/1.24.0
REMOTE_ADDR
216.73.216.218
REMOTE_PORT
31854
SERVER_ADDR
172.31.196.12
SERVER_PORT
443
SERVER_NAME
douyuyang.tpshop.cn
REDIRECT_STATUS
200
PATH_INFO
/home/Goods/goodsList/id/1046/spec/1807_6548
HTTP_HOST
douyuyang.tpshop.cn
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT_ENCODING
gzip, br, zstd, deflate
PHP_SELF
/index.php/home/Goods/goodsList/id/1046/spec/1807_6548
REQUEST_TIME_FLOAT
1776345031.9609
REQUEST_TIME
1776345031
Environment Variables
empty

ThinkPHP Constants

IS_SAAS
0
SAAS_BASE_USER
0
PLUGIN_PATH
/www/wwwroot/douyuyang.tpshop.cn/plugins/
UPLOAD_PATH
public/upload/
TPSHOP_CACHE_TIME
1
SITE_URL
https://douyuyang.tpshop.cn
HTTP
https
INSTALL_DATE
1463741583
SERIALNUMBER
20160520065303oCWIoa
APP_PATH
/www/wwwroot/douyuyang.tpshop.cn/application/
NOW_TIME
1776345031
THINK_VERSION
5.0.15
THINK_START_TIME
1776345031.9619
THINK_START_MEM
310064
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/douyuyang.tpshop.cn/thinkphp/
LIB_PATH
/www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/
CORE_PATH
/www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/douyuyang.tpshop.cn/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/douyuyang.tpshop.cn/
EXTEND_PATH
/www/wwwroot/douyuyang.tpshop.cn/extend/
VENDOR_PATH
/www/wwwroot/douyuyang.tpshop.cn/vendor/
RUNTIME_PATH
/www/wwwroot/douyuyang.tpshop.cn/runtime/
LOG_PATH
/www/wwwroot/douyuyang.tpshop.cn/runtime/log/
CACHE_PATH
/www/wwwroot/douyuyang.tpshop.cn/runtime/cache/
TEMP_PATH
/www/wwwroot/douyuyang.tpshop.cn/runtime/temp/
CONF_PATH
/www/wwwroot/douyuyang.tpshop.cn/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
ADDON_PATH
/www/wwwroot/douyuyang.tpshop.cn/addons/
EXTEND_MODULE
1
EXTEND_ANDROID
2
EXTEND_IOS
3
EXTEND_ENTRUST
4
EXTEND_MINIAPP
5
EXTEND_H5
6
TIME_MOUTH
4
IS_AJAX
false
IS_GET
true
IS_POST
false
MODULE_NAME
home
CONTROLLER_NAME
Goods
ACTION_NAME
goodsList
PREFIX
tp_
LANG
zh-cn
SESSION_ID