[0] HttpException in Module.php line 126

方法不存在:app\index\controller\Index->cid()

  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 28

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Session
think { "lang": 1 }
Server/Request Data
USER szrkqp
HOME /home/szrkqp1slzarlkjqmp
SCRIPT_NAME /index.php
REQUEST_URI /index.php?s=/List/index/cid/4.html
QUERY_STRING s=/List/index/cid/4.html
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REMOTE_PORT 37388
SCRIPT_FILENAME /home/szrkqp1slzarlkjqmp/wwwroot//index.php
SERVER_ADMIN webmaster@szrkqp
CONTEXT_DOCUMENT_ROOT /home/szrkqp1slzarlkjqmp/wwwroot
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /home/szrkqp1slzarlkjqmp/wwwroot
REMOTE_ADDR 3.80.129.195
SERVER_PORT 80
SERVER_ADDR 127.0.0.1
SERVER_NAME szrkqp.com
SERVER_SOFTWARE Apache
SERVER_SIGNATURE <address>Apache Server at szrkqp.com Port 80</address>
PATH /sbin:/usr/sbin:/bin:/usr/bin
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_CONNECTION close
HTTP_HOST szrkqp.com
HTTP_X_REAL_IP 3.80.129.195
HTTP_X_FORWARDED_FOR 3.80.129.195
UNIQUE_ID ZgXb-vDmDcxGxXpcSoadugAAAAQ
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711660030.7072
REQUEST_TIME 1711660030
Environment Variablesempty
ThinkPHP Constants
APP_PATH /home/szrkqp1slzarlkjqmp/wwwroot/application/
ROOT_PATH /home/szrkqp1slzarlkjqmp/wwwroot/
IF_PUBLIC false
ROOT_URL /
TEMPLATE_PATH /home/szrkqp1slzarlkjqmp/wwwroot/templates/
QINIU_FUNCTIONS_VERSION 7.3.0