[0] HttpException in Module.php line 89

控制器不存在:app\home\controller\Html

  1. $this->app['hook']->listen('module_init');
  2. // 实例化控制器
  3. try {
  4. $instance = $this->app->controller($this->controller,
  5. $this->rule->getConfig('url_controller_layer'),
  6. $this->rule->getConfig('controller_suffix'),
  7. $this->rule->getConfig('empty_controller'));
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. // 获取当前操作名
  12. $action = $this->actionName . $this->rule->getConfig('action_suffix');
  13. if (is_callable([$instance, $action])) {
  14. // 执行操作方法
  15. $call = [$instance, $action];

Call Stack

  1. in Module.php line 89
  2. at Module->exec() in Url.php line 31
  3. at Url->exec() in Dispatch.php line 163
  4. at Dispatch->run() in App.php line 455
  5. at App->think\{closure}(object(Request), object(Closure), null)
  6. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 142
  7. at Middleware->think\{closure}(object(Request))
  8. at call_user_func(object(Closure), object(Request)) in Middleware.php line 94
  9. at Middleware->dispatch(object(Request)) in App.php line 476
  10. at App->run() in index.php line 19

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
PATH C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\WindowsPowerShell\v1.0\;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:/phpstudy/PHPTutorial/php/php-7.2.1-nts/
_FCGI_SHUTDOWN_EVENT_ 1772
HTTP_CONNECTION close
SCRIPT_NAME /index.php
REQUEST_URI /html/1812/11413.html
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /html/1812/11413.html
REMOTE_PORT 59956
SCRIPT_FILENAME D:/phpstudy/PHPTutorial/WWW/ztjy/public/index.php
SERVER_ADMIN admin@php.cn
CONTEXT_DOCUMENT_ROOT D:/phpstudy/PHPTutorial/WWW/ztjy/public
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT D:/phpstudy/PHPTutorial/WWW/ztjy/public
REMOTE_ADDR 3.93.173.205
SERVER_PORT 80
SERVER_ADDR 115.29.34.77
SERVER_NAME www.ztjyw.cn
SERVER_SOFTWARE Apache/2.4.23 (Win32) OpenSSL/1.0.2j mod_fcgid/2.3.9
SERVER_SIGNATURE
SystemRoot C:\Windows
HTTP_HOST www.ztjyw.cn
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
REDIRECT_STATUS 200
REDIRECT_PATH_INFO html/1812/11413.html
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710816386.8303
REQUEST_TIME 1710816386
PATH_INFO html/1812/11413.html
Environment Variablesempty
ThinkPHP Constants
WEB_PATH D:\phpstudy\PHPTutorial\WWW\ztjy\public