[0] HttpException in Module.php line 63

模块不存在:bbs

  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. if (!preg_match('/^[A-Za-z](\w)*$/', $controller)) {
  17. throw new HttpException(404, 'controller not exists:' . $controller);

Call Stack

  1. in Module.php line 63
  2. at Module->init() in Url.php line 25
  3. at Url->init() in App.php line 402
  4. at App->run() in index.php line 23

Environment Variables

GET Data
/bbs/index_php
m bbs
c forumlist
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\
SYSTEMROOT C:\Windows
COMSPEC C:\Windows\system32\cmd.exe
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR C:\Windows
PHPRC C:/phpstudy_pro/Extensions/php/php7.3.4nts_p
_FCGI_SHUTDOWN_EVENT_ 9496
HTTP_CONNECTION close
SCRIPT_NAME /index.php
REQUEST_URI /bbs/index.php?m=bbs&c=forumlist
QUERY_STRING /bbs/index.php&m=bbs&c=forumlist
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING /bbs/index.php&m=bbs&c=forumlist
REDIRECT_URL /bbs/index.php
REMOTE_PORT 56704
SCRIPT_FILENAME C:/phpstudy_pro/WWW/pay.l2world.cn/public/index.php
SERVER_ADMIN admin@example.com
CONTEXT_DOCUMENT_ROOT C:/phpstudy_pro/WWW/pay.l2world.cn/public
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT C:/phpstudy_pro/WWW/pay.l2world.cn/public
REMOTE_ADDR 3.81.30.41
SERVER_PORT 888
SERVER_ADDR 172.27.143.216
SERVER_NAME l2world.cn
SERVER_SOFTWARE Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02
SERVER_SIGNATURE
SystemRoot C:\Windows
HTTP_HOST l2world.cn:888
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
REDIRECT_STATUS 200
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711632548.0352
REQUEST_TIME 1711632548
Environment Variablesempty
ThinkPHP Constantsempty