[0] HttpException in Module.php line 129

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

  1. ? $this->request->route()
  2. : $this->request->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 129
  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 176
  4. at Middleware->think\{closure}(object(Request))
  5. at call_user_func(object(Closure), object(Request)) in Middleware.php line 121
  6. at Middleware->dispatch(object(Request), 'controller') in Module.php line 139
  7. at Module->exec() in Dispatch.php line 167
  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 176
  11. at Middleware->think\{closure}(object(Request))
  12. at call_user_func(object(Closure), object(Request)) in Middleware.php line 121
  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
Sessionempty
Server/Request Data
REDIRECT_STATUS 200
HTTP_HOST www.chinaaichen.com
HTTP_X_REAL_IP 174.129.59.198
HTTP_CONNECTION close
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
PATH /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin
SERVER_SIGNATURE <address>Apache Server at www.chinaaichen.com Port 80</address>
SERVER_SOFTWARE Apache
SERVER_NAME www.chinaaichen.com
SERVER_ADDR 127.0.0.1
SERVER_PORT 80
REMOTE_ADDR 174.129.59.198
DOCUMENT_ROOT /mnt/wwwroot/stl.aichensmart.com/public
SERVER_ADMIN webmaster@example.com
SCRIPT_FILENAME /mnt/wwwroot/stl.aichensmart.com/public/index.php
REMOTE_PORT 40948
REDIRECT_URL /index/index/newsinfo/information_id/393.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /index/index/newsinfo/information_id/393.html
SCRIPT_NAME /index.php
PATH_INFO /index/index/newsinfo/information_id/393.html
PATH_TRANSLATED redirect:/index.php/index/index/newsinfo/information_id/393.html/index/newsinfo/information_id/393.html
PHP_SELF /index.php/index/index/newsinfo/information_id/393.html
REQUEST_TIME_FLOAT 1711648047.666
REQUEST_TIME 1711648047
Environment Variablesempty
ThinkPHP Constants
DEALER 19
SUPPLIER 18
QINIU_FUNCTIONS_VERSION 7.2.10