[0] HttpException in Controller.php line 102

方法不存在:app\index\controller\Video->videoList()

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

Call Stack

  1. in Controller.php line 102
  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 108
  5. at Controller->exec() in Dispatch.php line 96
  6. at Dispatch->run() in Route.php line 747
  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 748
  10. at Route->dispatch() in Http.php line 213
  11. at Http->dispatchToRoute() in Http.php line 203
  12. at Http->think\{closure}() in Pipeline.php line 59
  13. at Pipeline->think\{closure}() in SessionInit.php line 67
  14. at SessionInit->handle()
  15. at call_user_func() in Middleware.php line 142
  16. at Middleware->think\{closure}() in Pipeline.php line 84
  17. at Pipeline->think\{closure}() in MultiApp.php line 71
  18. at MultiApp->think\app\{closure}() in Pipeline.php line 59
  19. at Pipeline->think\{closure}() in ViewDump.php line 17
  20. at ViewDump->handle()
  21. at call_user_func() in Middleware.php line 142
  22. at Middleware->think\{closure}() in Pipeline.php line 84
  23. at Pipeline->think\{closure}() in Pipeline.php line 65
  24. at Pipeline->then() in MultiApp.php line 72
  25. at MultiApp->handle()
  26. at call_user_func() in Middleware.php line 142
  27. at Middleware->think\{closure}() in Pipeline.php line 84
  28. at Pipeline->think\{closure}() in Pipeline.php line 65
  29. at Pipeline->then() in Http.php line 204
  30. at Http->runWithRequest() in Http.php line 162
  31. at Http->run() in index.php line 29

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_REFERER http://www.gdcjdz.com/Video/videoList.html
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST www.gdcjdz.com
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME gdcjdz.superlab.vip
SERVER_PORT 443
SERVER_ADDR 172.23.114.80
REMOTE_PORT 60078
REMOTE_ADDR 34.237.245.80
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.gdcjdz.com/public
DOCUMENT_URI /index.php
REQUEST_URI /Video/videoList.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/Video/videoList.html
SCRIPT_FILENAME /www/wwwroot/www.gdcjdz.com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710822282.2051
REQUEST_TIME 1710822282
Environment Variables
APP_DEBUG 1
APP_DEFAULT_TIMEZONE Asia/Shanghai
DATABASE_TYPE mysql
DATABASE_HOSTNAME 127.0.0.1
DATABASE_DATABASE gdcjdz
DATABASE_USERNAME gdcjdz
DATABASE_PASSWORD jknWKs2ksajGW2mt
DATABASE_HOSTPORT 3306
DATABASE_CHARSET utf8
DATABASE_DEBUG 1
DATABASE_PREFIX s_
LANG_DEFAULT_LANG zh-cn
EASYADMIN_ADMIN admin
EASYADMIN_CAPTCHA 1
EASYADMIN_IS_DEMO
EASYADMIN_CDN
EASYADMIN_EXAMPLE 1
EASYADMIN_STATIC_PATH /static
EASYADMIN_OSS_STATIC_PREFIX static_easyadmin
ThinkPHP Constants
QINIU_FUNCTIONS_VERSION 7.2.10
DS /
ROOT_PATH /www/wwwroot/www.gdcjdz.com/public/../