[0] HttpException in App.php line 360

模块不存在:lx.htm

  1. // 模块初始化
  2. if ($module && $available) {
  3. // 初始化模块
  4. $request->module($module);
  5. $config = self::init($module);
  6. // 模块请求缓存检查
  7. $request->cache($config['request_cache'], $config['request_cache_expire'], $config['request_cache_except']);
  8. } else {
  9. throw new HttpException(404, 'module not exists:' . $module);
  10. }
  11. } else {
  12. // 单一模块部署
  13. $module = '';
  14. $request->module($module);
  15. }
  16. // 当前模块路径
  17. App::$modulePath = APP_PATH . ($module ? $module . DS : '');

Call Stack

  1. in App.php line 360
  2. at App::module(['lx.htm', null, null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 295
  3. at App::exec(['type' => 'module', 'module' => ['lx.htm', null, null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 123
  4. at App::run() in start.php line 18
  5. at require('/var/www/html/Securi...') in index.php line 17

Environment Variables

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

Server/Request Data

UNIQUE_ID
ZgZYtmakfMkqhT4fAFeTGgAAAAY
HTTPS
on
SSL_TLS_SNI
www.ironyii.com
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
HTTP_HOST
www.ironyii.com
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
SERVER_SIGNATURE
SERVER_SOFTWARE
Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.0.19
SERVER_NAME
www.ironyii.com
SERVER_ADDR
172.19.86.1
SERVER_PORT
443
REMOTE_ADDR
54.158.138.161
DOCUMENT_ROOT
/var/www/html/SecurityExperience/public
REQUEST_SCHEME
https
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT
/var/www/html/SecurityExperience/public
SERVER_ADMIN
878706036@qq.com
SCRIPT_FILENAME
/var/www/html/SecurityExperience/public/index.php
REMOTE_PORT
55202
GATEWAY_INTERFACE
CGI/1.1
SERVER_PROTOCOL
HTTP/1.1
REQUEST_METHOD
GET
QUERY_STRING
REQUEST_URI
/index.php/lx.htm
SCRIPT_NAME
/index.php
PATH_INFO
/lx.htm
PATH_TRANSLATED
redirect:/index.php/lx.htm
PHP_SELF
/index.php/lx.htm
REQUEST_TIME_FLOAT
1711691958.75
REQUEST_TIME
1711691958
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/var/www/html/SecurityExperience/public/../application/
THINK_VERSION
5.0.10
THINK_START_TIME
1711691958.7513
THINK_START_MEM
356560
EXT
.php
DS
/
THINK_PATH
/var/www/html/SecurityExperience/thinkphp/
LIB_PATH
/var/www/html/SecurityExperience/thinkphp/library/
CORE_PATH
/var/www/html/SecurityExperience/thinkphp/library/think/
TRAIT_PATH
/var/www/html/SecurityExperience/thinkphp/library/traits/
ROOT_PATH
/var/www/html/SecurityExperience/
EXTEND_PATH
/var/www/html/SecurityExperience/extend/
VENDOR_PATH
/var/www/html/SecurityExperience/vendor/
RUNTIME_PATH
/var/www/html/SecurityExperience/runtime/
LOG_PATH
/var/www/html/SecurityExperience/runtime/log/
CACHE_PATH
/var/www/html/SecurityExperience/runtime/cache/
TEMP_PATH
/var/www/html/SecurityExperience/runtime/temp/
CONF_PATH
/var/www/html/SecurityExperience/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false