[0] HttpException in App.php line 535

module not exists:cn

  1. $config = self::init($module);
  2. // 模块请求缓存检查
  3. $request->cache(
  4. $config['request_cache'],
  5. $config['request_cache_expire'],
  6. $config['request_cache_except']
  7. );
  8. } else {
  9. throw new HttpException(404, 'module not exists:' . $module);
  10. }
  11. } else {
  12. // 单一模块部署
  13. $module = '';
  14. $request->module($module);
  15. }
  16. // 设置默认过滤机制
  17. $request->filter($config['default_filter']);

Call Stack

  1. in App.php line 535
  2. at App::module(['cn', 'solu', 'index'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 457
  3. at App::exec(['type' => 'module', 'module' => ['cn', 'solu', 'index']], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/data/www/zmartec_en...') in index.php line 16

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www-data
HOME
/var/www
FCGI_ROLE
RESPONDER
SCRIPT_FILENAME
/data/www/zmartec_energy/public/index.php
PATH_INFO
/cn/solu/index.html
SCRIPT_NAME
/index.php/cn/solu/index.html
QUERY_STRING
REQUEST_METHOD
GET
CONTENT_TYPE
CONTENT_LENGTH
REQUEST_URI
/cn/solu/index.html
DOCUMENT_URI
/index.php/cn/solu/index.html
DOCUMENT_ROOT
/data/www/zmartec_energy/public
SERVER_PROTOCOL
HTTP/1.1
GATEWAY_INTERFACE
CGI/1.1
SERVER_SOFTWARE
nginx/1.4.6
REMOTE_ADDR
3.226.254.255
REMOTE_PORT
41682
SERVER_ADDR
172.18.28.38
SERVER_PORT
443
SERVER_NAME
www.zmartec.com
HTTPS
on
REDIRECT_STATUS
200
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
HTTP_REFERER
http://www.zmartec.com/cn/solu/index.html
HTTP_HOST
www.zmartec.com
ORIG_SCRIPT_FILENAME
/data/www/zmartec_energy/public/index.php/cn/solu/index.html
PATH_TRANSLATED
/data/www/zmartec_energy/public/cn/solu/index.html
PHP_SELF
/index.php/cn/solu/index.html/cn/solu/index.html
REQUEST_TIME_FLOAT
1711646193.8134
REQUEST_TIME
1711646193
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/data/www/zmartec_energy/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1711646193.8136
THINK_START_MEM
234168
EXT
.php
DS
/
THINK_PATH
/data/www/zmartec_energy/thinkphp/
LIB_PATH
/data/www/zmartec_energy/thinkphp/library/
CORE_PATH
/data/www/zmartec_energy/thinkphp/library/think/
TRAIT_PATH
/data/www/zmartec_energy/thinkphp/library/traits/
ROOT_PATH
/data/www/zmartec_energy/
EXTEND_PATH
/data/www/zmartec_energy/extend/
VENDOR_PATH
/data/www/zmartec_energy/vendor/
RUNTIME_PATH
/data/www/zmartec_energy/runtime/
LOG_PATH
/data/www/zmartec_energy/runtime/log/
CACHE_PATH
/data/www/zmartec_energy/runtime/cache/
TEMP_PATH
/data/www/zmartec_energy/runtime/temp/
CONF_PATH
/data/www/zmartec_energy/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false