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

方法不存在:app\index\controller\Index->listinfo()

  1. $this->request->setAction($actionName);
  2. } catch (ReflectionException $e) {
  3. $reflect = new ReflectionMethod($instance, '__call');
  4. $vars = [$action, $vars];
  5. $this->request->setAction($action);
  6. }
  7. } else {
  8. // 操作不存在
  9. throw new HttpException(404, 'method not exists:' . $instance::class . '->' . $action . '()');
  10. }
  11. $data = $this->app->invokeReflectMethod($instance, $reflect, $vars);
  12. return $this->autoResponse($data);
  13. });
  14. }
  15. protected function parseActions($actions)

Call Stack

  1. in Controller.php line 107
  2. at Controller->think\route\dispatch\{closure}() in Pipeline.php line 59
  3. at Pipeline->think\{closure}() in Pipeline.php line 66
  4. at Pipeline->then() in Controller.php line 113
  5. at Controller->exec() in Dispatch.php line 52
  6. at Dispatch->run() in Route.php line 755
  7. at Route->think\{closure}() in Pipeline.php line 59
  8. at Pipeline->think\{closure}() in Pipeline.php line 66
  9. at Pipeline->then() in Route.php line 756
  10. at Route->dispatch() in Http.php line 208
  11. at Http->dispatchToRoute() in Http.php line 198
  12. at Http->think\{closure}() in Pipeline.php line 59
  13. at Pipeline->think\{closure}() in MultiApp.php line 51
  14. at MultiApp->think\app\{closure}() in Pipeline.php line 59
  15. at Pipeline->think\{closure}() in Pipeline.php line 66
  16. at Pipeline->then() in MultiApp.php line 52
  17. at MultiApp->handle()
  18. at call_user_func() in Middleware.php line 134
  19. at Middleware->think\{closure}() in Pipeline.php line 85
  20. at Pipeline->think\{closure}() in Auth.php line 26
  21. at Auth->handle()
  22. at call_user_func() in Middleware.php line 134
  23. at Middleware->think\{closure}() in Pipeline.php line 85
  24. at Pipeline->think\{closure}() in AllowCrossDomain.php line 61
  25. at AllowCrossDomain->handle()
  26. at call_user_func() in Middleware.php line 134
  27. at Middleware->think\{closure}() in Pipeline.php line 85
  28. at Pipeline->think\{closure}() in SessionInit.php line 58
  29. at SessionInit->handle()
  30. at call_user_func() in Middleware.php line 134
  31. at Middleware->think\{closure}() in Pipeline.php line 85
  32. at Pipeline->think\{closure}() in TraceDebug.php line 71
  33. at TraceDebug->handle()
  34. at call_user_func() in Middleware.php line 134
  35. at Middleware->think\{closure}() in Pipeline.php line 85
  36. at Pipeline->think\{closure}() in Pipeline.php line 66
  37. at Pipeline->then() in Http.php line 199
  38. at Http->runWithRequest() in Http.php line 162
  39. at Http->run() in index.php line 21

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_REFERER https://bnxf.net/index/listinfo/index/cid/84/dlayout/126/order/4.html
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST www.bnxf.net
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME www.bnxf.net
SERVER_PORT 443
SERVER_ADDR 10.0.16.13
REMOTE_PORT 44876
REMOTE_ADDR 3.238.6.55
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/www.bnxf.net/public
DOCUMENT_URI /index.php
REQUEST_URI /index/listinfo/index/cid/84/dlayout/126/order/4.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/index/listinfo/index/cid/84/dlayout/126/order/4.html
SCRIPT_FILENAME /www/wwwroot/www.bnxf.net/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711700034.1759
REQUEST_TIME 1711700034
0.090861s