[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 135
  3. at Lists->show('79')
  4. at ReflectionMethod->invokeArgs(object(Lists), ['79']) in Container.php line 395
  5. at Container->invokeReflectMethod(object(Lists), object(ReflectionMethod), ['catid' => '10', 'id' => '79']) 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/wookoo-tech.com/en/index.php
QUERY_STRING s=index/Lists/show/catid/10/id/79.html
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /en/index.php
REQUEST_URI /en/index/Lists/show/catid/10/id/79.html
DOCUMENT_URI /en/index.php
DOCUMENT_ROOT /www/wwwroot/wookoo-tech.com
SERVER_PROTOCOL HTTP/1.1
REQUEST_SCHEME http
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.20.2
REMOTE_ADDR 34.200.219.10
REMOTE_PORT 37854
SERVER_ADDR 172.19.27.174
SERVER_PORT 80
SERVER_NAME wookoo-tech.com
REDIRECT_STATUS 200
PATH_INFO
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST www.wookoo-tech.com
PHP_SELF /en/index.php
REQUEST_TIME_FLOAT 1711714518.4725
REQUEST_TIME 1711714518
Environment Variablesempty
ThinkPHP Constants
ROOT_PATH /www/wwwroot/wookoo-tech.com/en
APP_PATH /www/wwwroot/wookoo-tech.com/en/application
WEB_URL http://www.wookoo-tech.com/en/
APP_HOST /en
APP_ROOT_DIR /en
DOCUMENTY_ROOT_DIR /www/wwwroot/wookoo-tech.com