[0] HttpException in Module.php line 62

模块不存在:e

  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 App.php line 402
  4. at App->run() in index.php line 23

Environment Variables

GET Data
bid 1
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
REDIRECT_REDIRECT_UNIQUE_ID Zfj@Z-CptI-W7ZVfmH3fXQAAAAs
REDIRECT_REDIRECT_PHPRC /home/0519sta0v5d1m9qs4t/others
REDIRECT_REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID Zfj@Z-CptI-W7ZVfmH3fXQAAAAs
REDIRECT_PHPRC /home/0519sta0v5d1m9qs4t/others
REDIRECT_HANDLER php-cgi
REDIRECT_STATUS 200
UNIQUE_ID Zfj@Z-CptI-W7ZVfmH3fXQAAAAs
PHPRC /home/0519sta0v5d1m9qs4t/others
HTTP_X_FORWARDED_FOR 18.205.114.205
HTTP_X_REAL_IP 18.205.114.205
HTTP_HOST 0519st.com
HTTP_CONNECTION close
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
PATH /sbin:/usr/sbin:/bin:/usr/bin
SERVER_SIGNATURE <address>Apache Server at 0519st.com Port 80</address>
SERVER_SOFTWARE Apache
SERVER_NAME 0519st.com
SERVER_ADDR 127.0.0.1
SERVER_PORT 80
REMOTE_ADDR 18.205.114.205
DOCUMENT_ROOT /home/0519sta0v5d1m9qs4t/wwwroot
REQUEST_SCHEME http
CONTEXT_PREFIX /php-run-as-cgi
CONTEXT_DOCUMENT_ROOT /usr/php7.0/bin
SERVER_ADMIN webmaster@0519st
SCRIPT_FILENAME /home/0519sta0v5d1m9qs4t/wwwroot/index.php
REMOTE_PORT 53244
REDIRECT_URL /index.php/e/tool/gbook/
REDIRECT_QUERY_STRING bid=1
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING bid=1
REQUEST_URI /e/tool/gbook/?bid=1
SCRIPT_NAME /index.php
PATH_INFO /e/tool/gbook/
PATH_TRANSLATED /home/0519sta0v5d1m9qs4t/wwwroot/e/tool/gbook/
ORIG_PATH_INFO /index.php/e/tool/gbook/
ORIG_SCRIPT_NAME /php-run-as-cgi/php-cgi
ORIG_SCRIPT_FILENAME /usr/php7.0/bin/php-cgi
ORIG_PATH_TRANSLATED /home/0519sta0v5d1m9qs4t/wwwroot/index.php/e/tool/gbook/
PHP_SELF /index.php/e/tool/gbook/
REQUEST_TIME_FLOAT 1710816871.7044
REQUEST_TIME 1710816871
Environment Variablesempty
ThinkPHP Constants
APP_PATH /home/0519sta0v5d1m9qs4t/wwwroot/application/
__ROOT__