[0] HttpException in Module.php line 62

模块不存在:list_news.asp

  1. $available = true;
  2. }
  3. // 模块初始化
  4. if ($module && $available) {
  5. // 初始化模块
  6. $this->request->setModule($module);
  7. $this->app->init($module);
  8. } else {
  9. throw new HttpException(404, 'module not exists:' . $module);
  10. }
  11. }
  12. // 是否自动转换控制器和操作名
  13. $convert = is_bool($this->convert) ? $this->convert : $this->rule->getConfig('url_convert');
  14. // 获取控制器名
  15. $controller = strip_tags($result[1] ?: $this->rule->getConfig('default_controller'));
  16. $this->controller = $convert ? strtolower($controller) : $controller;

Call Stack

  1. in Module.php line 62
  2. at Module->init() in Url.php line 25
  3. at Url->init() in Config.php line 37
  4. at Config->run()
  5. at ReflectionMethod->invokeArgs(object(Config), []) in Container.php line 373
  6. at Container->invokeMethod(['app\common\behavior\...', 'run'], [null]) in Container.php line 411
  7. at Container->invoke(['app\common\behavior\...', 'run'], [null]) in Hook.php line 208
  8. at Hook->execTag('app\common\behavior\...', 'app_dispatch', null) in Hook.php line 149
  9. at Hook->listen('app_dispatch') in App.php line 396
  10. at App->run() in index.php line 33

Environment Variables

GET Data
id 740
sort_id 741
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER hhsbj
HOME /home/wwwroot/hhsbj
SCRIPT_NAME /index.php
REQUEST_URI /list_news.asp?id=740&sort_id=741
QUERY_STRING s=/list_news.asp&id=740&sort_id=741
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING s=/list_news.asp&id=740&sort_id=741
REDIRECT_URL /list_news.asp
REMOTE_PORT 50802
SCRIPT_FILENAME /home/wwwroot/hhsbj/wwwroot/public/index.php
SERVER_ADMIN [no address given]
CONTEXT_DOCUMENT_ROOT /home/wwwroot/hhsbj/wwwroot/public
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /home/wwwroot/hhsbj/wwwroot/public
REMOTE_ADDR 54.85.255.74
SERVER_PORT 80
SERVER_ADDR 127.0.0.1
SERVER_NAME hw-sd.com
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_CONNECTION close
HTTP_HOST hw-sd.com
HTTP_X_REAL_IP 54.85.255.74
proxy-nokeepalive 1
REDIRECT_STATUS 200
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710847374.6329
REQUEST_TIME 1710847374
Environment Variablesempty
ThinkPHP Constants
ADMIN_FILE admin.php
HTMLPURIFIER_PREFIX /home/wwwroot/hhsbj/wwwroot/vendor/ezyang/htmlpurifier/library