[0] HttpException in Module.php line 62

模块不存在:a

  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 21

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST www.htianh.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME www.htianh.com
SERVER_PORT 80
SERVER_ADDR 172.16.165.193
REMOTE_PORT 59040
REMOTE_ADDR 54.146.154.243
SERVER_SOFTWARE nginx/1.22.1
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/www.htianh.com/root
DOCUMENT_URI /index.php
REQUEST_URI /a/xinwenzixun/gongsixinwen/2015/1126/36.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/a/xinwenzixun/gongsixinwen/2015/1126/36.html
SCRIPT_FILENAME /www/wwwroot/www.htianh.com/root/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711630730.0223
REQUEST_TIME 1711630730
Environment Variablesempty
ThinkPHP Constants
SESSION_EXP_TIME 3600
CACHE_TAG_ZWUSER zwuser
CACHE_TAG_LOG userlog
CACHE_TAG_ROLE userrole
CACHE_TAG_CAT usercat
CACHE_TAG_PRODUCT userproduct
CACHE_TAG_ARCHIVE archive
CACHE_TAG_COMPANYINFORMATION companyinformation
CACHE_TAG_CASECAT usercasecat
CACHE_TAG_CASE usercase
CACHE_TAG_NEWSCAT newscat
CACHE_TAG_NEWS usernews
CACHE_TAG_RECRUIT recruit
CACHE_TAG_MESSAGE usermessage
CACHE_TAG_NAVIGATIONCONTENT navigationcontent
CACHE_TAG_COOPERATIVEPARTNER cooperativepartner
CACHE_TAG_FRIENDLYLINK friendlylink
CACHE_TAG_WXCONFIG userwxconfig
CACHE_TAG_WXREPLY userwxreply
CACHE_TAG_SITECAT sitecat
CACHE_TAG_SITEPAGE sitepage
CACHE_TAG_SITELIST sitelist
CACHE_TAG_ADMIN_AUTH adminauth
CACHE_TAG_AGENT_AUTH agentauth
CACHE_TAG_USER_RULE userauth
UPLOAD_DIR up_file
A_MONEY 1
A_MONEY_STR 余额
ADMIN_RECHARGE 1
AGENT_OPENSITE 2
AGENT_UPDATESITE 3
THINK_START_TIME 1711630730.0286
THINK_START_MEM 824752
EXT .php
DS /
THINK_PATH /www/wwwroot/www.htianh.com/application/
LIB_PATH /www/wwwroot/www.htianh.com/application/library/
CORE_PATH /www/wwwroot/www.htianh.com/application/library/think/
TRAIT_PATH /www/wwwroot/www.htianh.com/application/library/traits/
APP_PATH /www/wwwroot/www.htianh.com/root/
ROOT_PATH /www/wwwroot/www.htianh.com/
EXTEND_PATH /www/wwwroot/www.htianh.com/extend/
VENDOR_PATH /www/wwwroot/www.htianh.com/vendor/
RUNTIME_PATH /www/wwwroot/www.htianh.com/runtime/
LOG_PATH /www/wwwroot/www.htianh.com/runtime/log/
CACHE_PATH /www/wwwroot/www.htianh.com/runtime/cache/
TEMP_PATH /www/wwwroot/www.htianh.com/runtime/temp/
CONF_PATH /www/wwwroot/www.htianh.com/root/
CONF_EXT .php
ENV_PREFIX PHP_
MODULAR_TAG modular