[0] HttpException in Module.php line 126

方法不存在:app\en\controller\Cases->detail()

  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 126
  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 136
  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 Data
id 15
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
REDIRECT_HTTPS on
REDIRECT_SSL_TLS_SNI meckey.com
REDIRECT_STATUS 200
HTTPS on
SSL_TLS_SNI meckey.com
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST meckey.com
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE <address>Apache/2.4.18 (Ubuntu) Server at meckey.com Port 443</address>
SERVER_SOFTWARE Apache/2.4.18 (Ubuntu)
SERVER_NAME meckey.com
SERVER_ADDR 172.26.210.179
SERVER_PORT 443
REMOTE_ADDR 18.234.165.107
DOCUMENT_ROOT /var/www/data/mk2017/public
REQUEST_SCHEME https
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /var/www/data/mk2017/public
SERVER_ADMIN [no address given]
SCRIPT_FILENAME /var/www/data/mk2017/public/index.php
REMOTE_PORT 53368
REDIRECT_URL /en/cases/detail.html
REDIRECT_QUERY_STRING id=15
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING id=15
REQUEST_URI /en/cases/detail.html?id=15
SCRIPT_NAME /index.php
PATH_INFO /en/cases/detail.html
PATH_TRANSLATED redirect:/index.php/en/cases/detail.html/cases/detail.html
PHP_SELF /index.php/en/cases/detail.html
REQUEST_TIME_FLOAT 1711632114.476
REQUEST_TIME 1711632114
Environment Variablesempty
ThinkPHP Constantsempty