#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. * @template T
  18. * @param string|class-string<T> $name 类名或标识 默认获取当前应用实例

Call Stack

  1. in helper.php line 53
  2. at abort() in Home.php line 119
  3. at Home->label_type() in Actor.php line 25
  4. at Actor->show()
  5. at ReflectionMethod->invokeArgs() in Container.php line 344
  6. at Container->invokeReflectMethod() in Controller.php line 110
  7. at Controller->think\route\dispatch\{closure}() in Pipeline.php line 59
  8. at Pipeline->think\{closure}() in Pipeline.php line 66
  9. at Pipeline->then() in Controller.php line 113
  10. at Controller->exec() in Dispatch.php line 90
  11. at Dispatch->run() in Route.php line 785
  12. at Route->think\{closure}() in Pipeline.php line 59
  13. at Pipeline->think\{closure}() in Pipeline.php line 66
  14. at Pipeline->then() in Route.php line 786
  15. at Route->dispatch() in Http.php line 216
  16. at Http->dispatchToRoute() in Http.php line 206
  17. at Http->think\{closure}() in Pipeline.php line 59
  18. at Pipeline->think\{closure}() in MultiApp.php line 71
  19. at MultiApp->think\app\{closure}() in Pipeline.php line 59
  20. at Pipeline->think\{closure}() in Throttle.php line 141
  21. at Throttle->handle()
  22. at call_user_func() in Middleware.php line 142
  23. at Middleware->think\{closure}() in Pipeline.php line 85
  24. at Pipeline->think\{closure}() in Pipeline.php line 66
  25. at Pipeline->then() in MultiApp.php line 72
  26. at MultiApp->handle()
  27. at call_user_func() in Middleware.php line 142
  28. at Middleware->think\{closure}() in Pipeline.php line 85
  29. at Pipeline->think\{closure}() in SessionInit.php line 67
  30. at SessionInit->handle()
  31. at call_user_func() in Middleware.php line 142
  32. at Middleware->think\{closure}() in Pipeline.php line 85
  33. at Pipeline->think\{closure}() in ReadHtml.php line 16
  34. at ReadHtml->handle()
  35. at call_user_func() in Middleware.php line 142
  36. at Middleware->think\{closure}() in Pipeline.php line 85
  37. at Pipeline->think\{closure}() in TraceDebug.php line 71
  38. at TraceDebug->handle()
  39. at call_user_func() in Middleware.php line 142
  40. at Middleware->think\{closure}() in Pipeline.php line 85
  41. at Pipeline->think\{closure}() in Pipeline.php line 66
  42. at Pipeline->then() in Http.php line 207
  43. at Http->runWithRequest() in Http.php line 170
  44. at Http->run() in index.php line 43

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST www.you88china.cn
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME you88china.cn
SERVER_PORT 80
SERVER_ADDR 156.244.81.70
REMOTE_PORT 52226
REMOTE_ADDR 52.207.218.95
SERVER_SOFTWARE nginx/1.22.1
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/you88china.cn
DOCUMENT_URI /index.php
REQUEST_URI /laoshi-education-2/
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/home/actor/show/dir/laoshi-education-2
SCRIPT_FILENAME /www/wwwroot/you88china.cn/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711621445.9404
REQUEST_TIME 1711621445
0.119616s