[0] HttpException in Module.php line 63

模块不存在:sitemap

  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 44

Environment Variables

GET Data
/sitemap/index_html
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
SCRIPT_NAME /index.php
REQUEST_URI /sitemap/index.html
QUERY_STRING /sitemap/index.html
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING /sitemap/index.html
REDIRECT_URL /sitemap/index.html
REMOTE_PORT 37668
SCRIPT_FILENAME /www/wwwroot/cps/public/index.php
SERVER_ADMIN webmaster@example.com
CONTEXT_DOCUMENT_ROOT /www/wwwroot/cps/public
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /www/wwwroot/cps/public
REMOTE_ADDR 44.204.164.147
SERVER_PORT 80
SERVER_ADDR 172.24.63.122
SERVER_NAME www.cps.org.cn
SERVER_SOFTWARE Apache
SERVER_SIGNATURE <address>Apache Server at www.cps.org.cn Port 80</address>
LD_LIBRARY_PATH /www/server/apache/lib
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HTTP_HOST www.cps.org.cn
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
proxy-nokeepalive 1
REDIRECT_STATUS 200
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710822071.6967
REQUEST_TIME 1710822071
Environment Variablesempty
ThinkPHP Constantsempty