[0] HttpException in Module.php line 130

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

  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 130
  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 140
  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 22

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
PATH D:\SOFT_PHP_PACKAGE\mysql5.6\bin;d:\soft_php_package\mysql\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32\wbem;C:\Windows\system32\windowspowershell\v1.0;d:\soft_php_package\php;C:\Program Files\VisualSVN Server\bin;
SYSTEMROOT C:\Windows
COMSPEC C:\Windows\system32\cmd.exe
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR C:\Windows
PHP_FCGI_MAX_REQUESTS 1000
PHPRC D:/PROGRA~1/phpStudy/php56n
_FCGI_SHUTDOWN_EVENT_ 2492
HTTP_CONNECTION close
SCRIPT_NAME /index.php
REQUEST_URI /digitTour/4.html
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /digitTour/4.html
REMOTE_PORT 47594
SCRIPT_FILENAME D:/website/www.wideview.com.cn/index.php
SERVER_ADMIN admin@phpStudy.net
CONTEXT_DOCUMENT_ROOT D:/website/www.wideview.com.cn
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT D:/website/www.wideview.com.cn
REMOTE_ADDR 44.197.113.64
SERVER_PORT 80
SERVER_ADDR 118.190.61.137
SERVER_NAME wideview.com.cn
SERVER_SOFTWARE Apache/2.4.10 (Win64) OpenSSL/1.0.1i mod_fcgid/2.3.9
SERVER_SIGNATURE
SystemRoot C:\Windows
HTTP_HOST wideview.com.cn
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
REDIRECT_STATUS 200
REDIRECT_PATH_INFO digitTour/4.html
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710831221.5912
REQUEST_TIME 1710831221
Environment Variablesempty
ThinkPHP Constantsempty