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

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

  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:' . get_class($instance) . '->' . $action . '()');
  10. }
  11. $data = $this->app->invokeReflectMethod($instance, $reflect, $vars);
  12. return $this->autoResponse($data);
  13. });
  14. }
  15. /**

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 65
  4. at Pipeline->then() in Controller.php line 113
  5. at Controller->exec() in Dispatch.php line 89
  6. at Dispatch->run() in Route.php line 760
  7. at Route->think\{closure}() in Pipeline.php line 59
  8. at Pipeline->think\{closure}() in Pipeline.php line 65
  9. at Pipeline->then() in Route.php line 761
  10. at Route->dispatch() in Http.php line 210
  11. at Http->dispatchToRoute() in Http.php line 200
  12. at Http->think\{closure}() in Pipeline.php line 59
  13. at Pipeline->think\{closure}() in MultiApp.php line 71
  14. at MultiApp->think\app\{closure}() in Pipeline.php line 59
  15. at Pipeline->think\{closure}() in Pipeline.php line 65
  16. at Pipeline->then() in MultiApp.php line 72
  17. at MultiApp->handle()
  18. at call_user_func() in Middleware.php line 142
  19. at Middleware->think\{closure}() in Pipeline.php line 84
  20. at Pipeline->think\{closure}() in SessionInit.php line 67
  21. at SessionInit->handle()
  22. at call_user_func() in Middleware.php line 142
  23. at Middleware->think\{closure}() in Pipeline.php line 84
  24. at Pipeline->think\{closure}() in Pipeline.php line 65
  25. at Pipeline->then() in Http.php line 201
  26. at Http->runWithRequest() in Http.php line 162
  27. at Http->run() in index.php line 20

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_REFERER https://luanfang.com/index/pshow/1_7.html
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST www.luanfang.com
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME www.luanfang.com
SERVER_PORT 443
SERVER_ADDR 38.54.24.14
REMOTE_PORT 44688
REMOTE_ADDR 3.237.51.235
SERVER_SOFTWARE nginx/1.18.0
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /www/wwwroot/www.luanfang.com/public
DOCUMENT_URI /index.php
REQUEST_URI /index/pshow/1_7.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/index/pshow/1_7.html
SCRIPT_FILENAME /www/wwwroot/www.luanfang.com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711632868.3167
REQUEST_TIME 1711632868
Environment Variables
APP_DEBUG 1
APP_DEFAULT_TIMEZONE Asia/Shanghai
DATABASE_TYPE mysql
DATABASE_HOSTNAME localhost
DATABASE_HOSTPORT 3306
DATABASE_USERNAME www_luanfang_com
DATABASE_PASSWORD Rhmam7WL5Z6E6NW4
DATABASE_DATABASE www_luanfang_com
DATABASE_PREFIX cd_
DATABASE_CHARSET utf8
DATABASE_DEBUG 1
LANG_DEFAULT_LANG zh-cn
ThinkPHP Constants
QINIU_FUNCTIONS_VERSION 7.2.10