#0 [0]HttpException in helper.php line 53

页面不存在

  1. * @param integer|Response $code 状态码 或者 Response对象实例
  2. * @param string $message 错误信息
  3. * @param array $header 参数
  4. */
  5. function abort($code, string $message = '', array $header = [])
  6. {
  7. if ($code instanceof Response) {
  8. throw new HttpResponseException($code);
  9. } else {
  10. throw new HttpException($code, $message, null, $header);
  11. }
  12. }
  13. }
  14. if (!function_exists('app')) {
  15. /**
  16. * 快速获取容器中的实例 支持依赖注入
  17. * @param string $name 类名或标识 默认获取当前应用实例
  18. * @param array $args 参数

Call Stack

  1. in helper.php line 53
  2. at abort(404, '页面不存在') in Lists.php line 29
  3. at Lists->index('') in Single.php line 60
  4. at Single->lists('')
  5. at ReflectionMethod->invokeArgs(object(Single), ['taiyuan']) in Container.php line 342
  6. at Container->invokeReflectMethod(object(Single), object(ReflectionMethod), ['tid' => 'taiyuan']) in Controller.php line 107
  7. at Controller->think\route\dispatch\{closure}(object(Request)) in Pipeline.php line 59
  8. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  9. at Pipeline->then(object(Closure)) in Controller.php line 110
  10. at Controller->exec() in Dispatch.php line 96
  11. at Dispatch->run() in Route.php line 746
  12. at Route->think\{closure}(object(Request)) in Pipeline.php line 59
  13. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  14. at Pipeline->then(object(Closure)) in Route.php line 747
  15. at Route->dispatch(object(Request), object(Closure)) in Http.php line 213
  16. at Http->dispatchToRoute(object(Request)) in Http.php line 203
  17. at Http->think\{closure}(object(Request)) in Pipeline.php line 59
  18. at Pipeline->think\{closure}(object(Request)) in MultiApp.php line 71
  19. at MultiApp->think\app\{closure}(object(Request)) in Pipeline.php line 59
  20. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  21. at Pipeline->then(object(Closure)) in MultiApp.php line 72
  22. at MultiApp->handle(object(Request), object(Closure))
  23. at call_user_func([object(MultiApp), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  24. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  25. at Pipeline->think\{closure}(object(Request)) in SessionInit.php line 67
  26. at SessionInit->handle(object(Request), object(Closure))
  27. at call_user_func([object(SessionInit), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  28. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  29. at Pipeline->think\{closure}(object(Request)) in TraceDebug.php line 71
  30. at TraceDebug->handle(object(Request), object(Closure))
  31. at call_user_func([object(TraceDebug), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  32. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  33. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  34. at Pipeline->then(object(Closure)) in Http.php line 204
  35. at Http->runWithRequest(object(Request)) in Http.php line 162
  36. at Http->run() in index.php line 32

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Session
home_lang cn
Server/Request Data
USER www
HOME /home/www
HTTP_REFERER http://www.sztenking.net/taiyuan.html
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST www.sztenking.net
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME sztenking.net
SERVER_PORT 443
SERVER_ADDR 211.149.179.246
REMOTE_PORT 44936
REMOTE_ADDR 54.208.238.160
SERVER_SOFTWARE nginx/1.20.1
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /www/wwwroot/sztenking.net/public
DOCUMENT_URI /index.php
REQUEST_URI /taiyuan.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/taiyuan.html
SCRIPT_FILENAME /www/wwwroot/sztenking.net/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711618444.9641
REQUEST_TIME 1711618444
Environment Variables
APP_DEBUG 1
APP_DEFAULT_TIMEZONE Asia/Shanghai
DATABASE_TYPE mysql
DATABASE_HOSTNAME 127.0.0.1
DATABASE_HOSTPORT 3306
DATABASE_USERNAME root
DATABASE_PASSWORD root
DATABASE_DATABASE case109
DATABASE_PREFIX eb_
DATABASE_CHARSET utf8
DATABASE_DEBUG 1
LANG_DEFAULT_LANG zh-cn
ThinkPHP Constants
WWW_ROOT /www/wwwroot/sztenking.net/public
ROOT_PATH /www/wwwroot/sztenking.net/
PLUGINS_PATH /www/wwwroot/sztenking.net/plugin
HOME_CACHE_TIME 86400
GDCMS_CACHE_TIME 86400
FILTER_VALIDATE_BOOL 258
0.066958s