[0] HttpException in Module.php line 126

方法不存在:app\search\controller\Index->agent()

  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}()
  3. at call_user_func_array() in Middleware.php line 185
  4. at Middleware->think\{closure}()
  5. at call_user_func() in Middleware.php line 130
  6. at Middleware->dispatch() 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}()
  10. at call_user_func_array() in Middleware.php line 185
  11. at Middleware->think\{closure}()
  12. at call_user_func() in Middleware.php line 130
  13. at Middleware->dispatch() in App.php line 435
  14. at App->run() in index.php line 21

Environment Variables

GET Data
name 北京盛凡网知识产权代理有限公司
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST s.zuigao.com
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME 134.175.11.28
SERVER_PORT 443
SERVER_ADDR 10.0.20.4
REMOTE_PORT 52906
REMOTE_ADDR 3.215.183.194
SERVER_SOFTWARE nginx/1.24.0
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /www/wwwroot/134.175.11.34/public
DOCUMENT_URI /index.php
REQUEST_URI /index/agent.html?name=%E5%8C%97%E4%BA%AC%E7%9B%9B%E5%87%A1%E7%BD%91%E7%9F%A5%E8%AF%86%E4%BA%A7%E6%9D%83%E4%BB%A3%E7%90%86%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/index/agent.html&name=%E5%8C%97%E4%BA%AC%E7%9B%9B%E5%87%A1%E7%BD%91%E7%9F%A5%E8%AF%86%E4%BA%A7%E6%9D%83%E4%BB%A3%E7%90%86%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8
SCRIPT_FILENAME /www/wwwroot/134.175.11.34/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711664239.5547
REQUEST_TIME 1711664239
Environment Variablesempty
ThinkPHP Constants
APP_ROOT /www/wwwroot/134.175.11.34/application/../
FILE_URL https://zuigao.com/upload/
SOFT_VERSION V2.3.0