[0] HttpException in Module.php line 62

模块不存在:products

  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 Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
REDIRECT_REDIRECT_UNIQUE_ID ZflwSJFkaO7BSG8UhH8VNAAAABA
REDIRECT_REDIRECT_PHPRC /home/0519sta0v5d1m9qs4t/others
REDIRECT_REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID ZflwSJFkaO7BSG8UhH8VNAAAABA
REDIRECT_PHPRC /home/0519sta0v5d1m9qs4t/others
REDIRECT_HANDLER php-cgi
REDIRECT_STATUS 200
UNIQUE_ID ZflwSJFkaO7BSG8UhH8VNAAAABA
PHPRC /home/0519sta0v5d1m9qs4t/others
HTTP_X_FORWARDED_FOR 44.213.80.174
HTTP_X_REAL_IP 44.213.80.174
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 44.213.80.174
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 59624
REDIRECT_URL /index.php/products/products4/pd42/
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /products/products4/pd42/
SCRIPT_NAME /index.php
PATH_INFO /products/products4/pd42/
PATH_TRANSLATED /home/0519sta0v5d1m9qs4t/wwwroot/products/products4/pd42/
ORIG_PATH_INFO /index.php/products/products4/pd42/
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/products/products4/pd42/
PHP_SELF /index.php/products/products4/pd42/
REQUEST_TIME_FLOAT 1710846024.4282
REQUEST_TIME 1710846024
Environment Variablesempty
ThinkPHP Constants
APP_PATH /home/0519sta0v5d1m9qs4t/wwwroot/application/
__ROOT__