[0] HttpException in App.php line 349

模块不存在:content

  1. $available = true;
  2. }
  3. // 模块初始化
  4. if ($module && $available) {
  5. // 初始化模块
  6. $request->module($module);
  7. $config = self::init($module);
  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 349
  2. at App::module(['content', 'index', 'pid'], ['app_namespace' => 'wstmart', 'app_debug' => '1', 'app_trace' => false, ...], null) in App.php line 140
  3. at App::run() in start.php line 18
  4. at require('/www/wwwroot/szccoe....') in index.php line 28

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
PATH_TRANSLATED redirect:/index.php/index/pid/37/cid/299.html
PATH_INFO /content/index/pid/37/cid/299.html
SCRIPT_NAME /index.php
REQUEST_URI /index.php/content/index/pid/37/cid/299.html
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/2.0
GATEWAY_INTERFACE CGI/1.1
REMOTE_PORT 23130
SCRIPT_FILENAME /www/wwwroot/szccoe.com/index.php
SERVER_ADMIN webmaster@example.com
CONTEXT_DOCUMENT_ROOT /www/wwwroot/szccoe.com/
CONTEXT_PREFIX
REQUEST_SCHEME https
DOCUMENT_ROOT /www/wwwroot/szccoe.com/
REMOTE_ADDR 3.141.31.209
SERVER_PORT 443
SERVER_ADDR 172.26.237.192
SERVER_NAME www.szccoe.com
SERVER_SOFTWARE Apache
SERVER_SIGNATURE <address>Apache Server at www.szccoe.com Port 443</address>
LD_LIBRARY_PATH /www/server/apache/lib
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
HTTP_HOST www.szccoe.com
HTTP_REFERER http://www.szccoe.com/index.php/content/index/pid/37/cid/299.html
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
proxy-nokeepalive 1
H2_STREAM_TAG 126299-245-3
H2_STREAM_ID 3
H2_PUSHED_ON
H2_PUSHED
H2_PUSH off
H2PUSH off
HTTP2 on
SSL_TLS_SNI www.szccoe.com
HTTPS on
FCGI_ROLE RESPONDER
PHP_SELF /index.php/content/index/pid/37/cid/299.html
REQUEST_TIME_FLOAT 1713455725.341
REQUEST_TIME 1713455725
Environment Variablesempty
ThinkPHP Constants
APP_PATH /www/wwwroot/szccoe.com/wstmart/
CONF_PATH /www/wwwroot/szccoe.com/wstmart/common/conf/
WST_COMM /www/wwwroot/szccoe.com/wstmart/common/common/
WST_HOME_COMM /www/wwwroot/szccoe.com/wstmart/home/common/
WST_ADMIN_COMM /www/wwwroot/szccoe.com/wstmart/admin/common/
APP_HOOK true
WST_WECHAT_COMM /www/wwwroot/szccoe.com/wstmart/wechat/common/
THINK_VERSION 5.0.3
THINK_START_TIME 1713455725.3414
THINK_START_MEM 386256
EXT .php
DS /
THINK_PATH /www/wwwroot/szccoe.com/thinkphp/
LIB_PATH /www/wwwroot/szccoe.com/thinkphp/library/
CORE_PATH /www/wwwroot/szccoe.com/thinkphp/library/think/
TRAIT_PATH /www/wwwroot/szccoe.com/thinkphp/library/traits/
ROOT_PATH /www/wwwroot/szccoe.com/
EXTEND_PATH /www/wwwroot/szccoe.com/extend/
VENDOR_PATH /www/wwwroot/szccoe.com/vendor/
RUNTIME_PATH /www/wwwroot/szccoe.com/runtime/
LOG_PATH /www/wwwroot/szccoe.com/runtime/log/
CACHE_PATH /www/wwwroot/szccoe.com/runtime/cache/
TEMP_PATH /www/wwwroot/szccoe.com/runtime/temp/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false
ADDON_PATH /www/wwwroot/szccoe.com/addons/
WST_ADDON_PATH ./addons/