[0] HttpException in Module.php line 126

方法不存在:app\home\controller\Error->w4E()

  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 start.php line 19
  15. at require('/www/wwwroot/www.gif...') in index.php line 21

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_ALI_SWIFT_5XX_NO_RETRY on
HTTP_ALI_TPROXY_HTTPDNS on
HTTP_REFERER http://www.gif5.net/img/w4E
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_ALI_CDN_REAL_IP 3.235.199.19
HTTP_X_CLIENT_SCHEME https
HTTP_X_FORWARDED_FOR 3.235.199.19
HTTP_ALI_SWIFT_STAT_HOST level2.www.gif5.net
HTTP_ALI_SWIFT_LOG_HOST www.gif5.net
HTTP_EAGLEEYE_TRACEID 3da0c00b17108238095395841e
HTTP_VIA cn6425.l1, kunlun2.cn6425, l2cn3160.l2, cache33.l2cn3160
HTTP_HOST www.gif5.net
PHP_ADMIN_VALUE open_basedir=/www/wwwroot/www.gif5.net/../:/tmp/:/proc/
REDIRECT_STATUS 200
SERVER_NAME www.gif5.net
SERVER_PORT 443
SERVER_ADDR 172.27.68.149
REMOTE_PORT 60402
REMOTE_ADDR 112.82.213.53
SERVER_SOFTWARE nginx/1.20.1
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/www.gif5.net
DOCUMENT_URI /index.php
REQUEST_URI /img/w4E
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING 6e8f17a1cd2fd963d584=/img/w4E
SCRIPT_FILENAME /www/wwwroot/www.gif5.net/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710823810.2158
REQUEST_TIME 1710823810
Environment Variablesempty
ThinkPHP Constants
APP_PATH /www/wwwroot/www.gif5.net/app/
RUNTIME_PATH /www/wwwroot/www.gif5.net/data/runtime/
VIEW_PATH /www/wwwroot/www.gif5.net/app/../app/home/view/
QINIU_FUNCTIONS_VERSION 7.2.10
ADDON_PATH /www/wwwroot/www.gif5.net/addons/