[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 100
  3. at Lists->show('146')
  4. at ReflectionMethod->invokeArgs(object(Lists), ['146']) in Container.php line 395
  5. at Container->invokeReflectMethod(object(Lists), object(ReflectionMethod), ['catid' => '3', 'id' => '146']) 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/phcadvisory.com/cn/index.php
QUERY_STRING s=index/Lists/show/catid/3/id/146.html
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /cn/index.php
REQUEST_URI /cn/index/Lists/show/catid/3/id/146.html
DOCUMENT_URI /cn/index.php
DOCUMENT_ROOT /www/wwwroot/phcadvisory.com
SERVER_PROTOCOL HTTP/2.0
REQUEST_SCHEME https
HTTPS on
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.22.1
REMOTE_ADDR 3.94.102.228
REMOTE_PORT 40992
SERVER_ADDR 172.31.196.234
SERVER_PORT 443
SERVER_NAME phcadvisory.com
REDIRECT_STATUS 200
PATH_INFO
HTTP_HOST phcadvisory.com
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
PHP_SELF /cn/index.php
REQUEST_TIME_FLOAT 1711626640.6038
REQUEST_TIME 1711626640
Environment Variablesempty
ThinkPHP Constants
ROOT_PATH /www/wwwroot/phcadvisory.com/cn
APP_PATH /www/wwwroot/phcadvisory.com/cn/application
WEB_URL http://phcadvisory.com/cn/
APP_HOST /cn
APP_ROOT_DIR /cn
DOCUMENTY_ROOT_DIR /www/wwwroot/phcadvisory.com