[0] Exception in helper.php line 363

信息不存在

  1. * @param string $msg 异常消息
  2. * @param integer $code 异常代码 默认为0
  3. * @param string $exception 异常类
  4. *
  5. * @throws Exception
  6. */
  7. function exception($msg, $code = 0, $exception = '')
  8. {
  9. $e = $exception ?: '\think\Exception';
  10. throw new $e($msg, $code);
  11. }
  12. }
  13. if (!function_exists('halt')) {
  14. /**
  15. * 调试变量并且中断输出
  16. * @param mixed $var 调试变量或者信息
  17. */
  18. function halt($var)

Call Stack

  1. in helper.php line 363
  2. at exception('信息不存在') in Lists.php line 269
  3. at Lists->show('7')
  4. at ReflectionMethod->invokeArgs(object(Lists), ['7']) in Container.php line 395
  5. at Container->invokeReflectMethod(object(Lists), object(ReflectionMethod), ['catid' => '1', 'id' => '7']) in Module.php line 135
  6. at Module->think\route\dispatch\{closure}(object(Request), object(Closure), null)
  7. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  8. at Middleware->think\{closure}(object(Request))
  9. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  10. at Middleware->dispatch(object(Request), 'controller') in Module.php line 140
  11. at Module->exec() in Dispatch.php line 168
  12. at Dispatch->run() in App.php line 432
  13. at App->think\{closure}(object(Request), object(Closure), null)
  14. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  15. at Middleware->think\{closure}(object(Request))
  16. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  17. at Middleware->dispatch(object(Request)) in App.php line 435
  18. at App->run() in index.php line 25

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /www/wwwroot/antuator.com/en/index.php
QUERY_STRING s=/index/Lists/show/catid/1/id/7.html
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /en/index.php
REQUEST_URI /en/index/Lists/show/catid/1/id/7.html
DOCUMENT_URI /en/index.php
DOCUMENT_ROOT /www/wwwroot/antuator.com
SERVER_PROTOCOL HTTP/2.0
REQUEST_SCHEME https
HTTPS on
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.20.2
REMOTE_ADDR 44.192.53.34
REMOTE_PORT 54458
SERVER_ADDR 172.19.27.174
SERVER_PORT 443
SERVER_NAME antuator.com
REDIRECT_STATUS 200
PATH_INFO
HTTP_HOST www.antuator.com
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_REFERER https://antuator.com/en/index/Lists/show/catid/1/id/7.html
PHP_SELF /en/index.php
REQUEST_TIME_FLOAT 1711637620.7721
REQUEST_TIME 1711637620
Environment Variablesempty
ThinkPHP Constants
ROOT_PATH /www/wwwroot/antuator.com/en
APP_PATH /www/wwwroot/antuator.com/en/application
WEB_URL http://www.antuator.com/en/
APP_HOST /en
APP_ROOT_DIR /en
DOCUMENTY_ROOT_DIR /www/wwwroot/antuator.com