#0 [0]HttpException in Controller.php line 85

控制器不存在:app\controller\Baike

  1. ->setAction($this->actionName);
  2. }
  3. public function exec()
  4. {
  5. try {
  6. // 实例化控制器
  7. $instance = $this->controller($this->controller);
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. return $this->responseWithMiddlewarePipeline($instance, $this->actionName);
  12. }
  13. /**
  14. * 实例化访问控制器
  15. * @access public
  16. * @param string $name 资源地址

Call Stack

  1. in Controller.php line 85
  2. at Controller->exec() in Dispatch.php line 56
  3. at Dispatch->run() in Route.php line 713
  4. at Route->think\{closure}() in Pipeline.php line 59
  5. at Pipeline->think\{closure}() in Pipeline.php line 66
  6. at Pipeline->then() in Route.php line 712
  7. at Route->dispatch() in Http.php line 208
  8. at Http->dispatchToRoute() in Http.php line 198
  9. at Http->think\{closure}() in Pipeline.php line 59
  10. at Pipeline->think\{closure}() in SessionInit.php line 58
  11. at SessionInit->handle()
  12. at call_user_func() in Middleware.php line 134
  13. at Middleware->think\{closure}() in Pipeline.php line 85
  14. at Pipeline->think\{closure}() in TraceDebug.php line 71
  15. at TraceDebug->handle()
  16. at call_user_func() in Middleware.php line 134
  17. at Middleware->think\{closure}() in Pipeline.php line 85
  18. at Pipeline->think\{closure}() in Pipeline.php line 66
  19. at Pipeline->then() in Http.php line 197
  20. at Http->runWithRequest() in Http.php line 162
  21. at Http->run() in InteractsWithHttp.php line 147
  22. at Manager->handleRequest() in InteractsWithHttp.php line 126
  23. at Manager->think\swoole\concerns\{closure}() in Container.php line 298
  24. at Container->invokeFunction() in Container.php line 362
  25. at Container->invoke() in Sandbox.php line 87
  26. at Sandbox->run() in WithApplication.php line 84
  27. at Manager->runInSandbox() in InteractsWithHttp.php line 119
  28. at Manager->think\swoole\concerns\{closure}()

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
REQUEST_METHOD GET
REQUEST_URI /baike/sitemap.xml
PATH_INFO /baike/sitemap.xml
REQUEST_TIME 1762596859
REQUEST_TIME_FLOAT 1762596859.7874
SERVER_PROTOCOL HTTP/1.1
SERVER_PORT 5801
REMOTE_PORT 34266
REMOTE_ADDR 192.168.1.161
HTTP_CONNECTION upgrade
HTTP_X_REAL_IP 216.73.216.209
HTTP_X_FORWARDED_FOR 216.73.216.209
HTTP_HOST baike.eeyke.com
HTTP_ACCEPT */*
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
43.316522s