[0] HttpException in Module.php line 130

method not exists:app\controller\Index->gallery()

  1. : $this->request->param();
  2. $vars = array_merge($vars, $this->param);
  3. } elseif (is_callable([$instance, '_empty'])) {
  4. // 空操作
  5. $call = [$instance, '_empty'];
  6. $vars = [$this->actionName];
  7. $reflect = new ReflectionMethod($instance, '_empty');
  8. } else {
  9. // 操作不存在
  10. throw new HttpException(404, 'method not exists:' . get_class($instance) . '->' . $action . '()');
  11. }
  12. $this->app['hook']->listen('action_begin', $call);
  13. $data = $this->app->invokeReflectMethod($instance, $reflect, $vars);
  14. return $this->autoResponse($data);
  15. });

Call Stack

  1. in Module.php line 130
  2. at Module->think\route\dispatch\{closure}(object(Request), object(Closure), null)
  3. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  4. at Middleware->think\{closure}(object(Request))
  5. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  6. at Middleware->dispatch(object(Request), 'controller') in Module.php line 140
  7. at Module->exec() in Dispatch.php line 168
  8. at Dispatch->run() in App.php line 432
  9. at App->think\{closure}(object(Request), object(Closure), null)
  10. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  11. at Middleware->think\{closure}(object(Request))
  12. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  13. at Middleware->dispatch(object(Request)) in App.php line 435
  14. at App->run() in index.php line 21

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Session
think { "lang": "zh-tw", "lang_field": "_zh_tw", "token": "5fc56828736653173293d2027185690f0ddf1a62e674a87593bcd9c9071de123" }
Server/Request Data
USER seasons
HOME /home/seasons
FCGI_ROLE RESPONDER
REDIRECT_UNIQUE_ID ZgbZ1cU40yGBgIHRLckZvAAAABA
REDIRECT_HTTPS on
REDIRECT_SSL_TLS_SNI seasonslee.net
REDIRECT_STATUS 200
UNIQUE_ID ZgbZ1cU40yGBgIHRLckZvAAAABA
HTTPS on
SSL_TLS_SNI seasonslee.net
proxy-nokeepalive 1
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_REFERER http://seasonslee.net/index/gallery/id/24
HTTP_HOST seasonslee.net
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
SERVER_SIGNATURE
SERVER_SOFTWARE Apache/2
SERVER_NAME seasonslee.net
SERVER_ADDR 103.11.103.114
SERVER_PORT 443
REMOTE_ADDR 44.200.196.38
DOCUMENT_ROOT /home/seasons/domains/seasonslee.net/private_html
REQUEST_SCHEME https
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /home/seasons/domains/seasonslee.net/private_html
SERVER_ADMIN webmaster@seasonslee.net
SCRIPT_FILENAME /home/seasons/domains/seasonslee.net/private_html/index.php
REMOTE_PORT 52154
REDIRECT_URL /index/gallery/id/24
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /index/gallery/id/24
SCRIPT_NAME /index.php
PATH_INFO /index/gallery/id/24
PATH_TRANSLATED redirect:/index.php/index/gallery/id/24/gallery/id/24
PHP_SELF /index.php/index/gallery/id/24
REQUEST_TIME_FLOAT 1711725013.7192
REQUEST_TIME 1711725013
Environment Variablesempty
ThinkPHP Constantsempty