[0] HttpException in App.php line 341

模块不存在:meetpub

  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']);
  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 341
  2. at App::module(['meetpub', '100_0_0_0p_4', null], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => true, ...], null) in App.php line 130
  3. at App::run() in start.php line 18
  4. at require('/home/sxh/en/thinkph...') in index.php line 9

Environment Variables

GET Data
/meetpub/100_0_0_0p_4_html
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER apache
HOME /usr/share/httpd
SCRIPT_NAME /en/index.php
REQUEST_URI /en/meetpub/100_0_0_0p_4.html
QUERY_STRING /meetpub/100_0_0_0p_4.html
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING /meetpub/100_0_0_0p_4.html
REDIRECT_URL /en/meetpub/100_0_0_0p_4.html
REMOTE_PORT 35424
SCRIPT_FILENAME /home/sxh/en/index.php
SERVER_ADMIN root@localhost
CONTEXT_DOCUMENT_ROOT /home/sxh
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /home/sxh
REMOTE_ADDR 3.83.81.42
SERVER_PORT 80
SERVER_ADDR 172.26.232.246
SERVER_NAME cms.org.cn
SERVER_SOFTWARE Apache/2.4.37 (centos) OpenSSL/1.1.1k
SERVER_SIGNATURE
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
HTTP_HOST cms.org.cn
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
proxy-nokeepalive 1
UNIQUE_ID ZgW88L3R95HnFIaxIaCL6wAAAc0
REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID ZgW88L3R95HnFIaxIaCL6wAAAc0
FCGI_ROLE RESPONDER
PHP_SELF /en/index.php
REQUEST_TIME_FLOAT 1711652080.9151
REQUEST_TIME 1711652080
PATH_INFO /meetpub/100_0_0_0p_4.html
Environment Variablesempty
ThinkPHP Constants
__ROOT__ /en
APP_PATH /home/sxh/en/application/
THINK_VERSION 5.0.5
THINK_START_TIME 1711652080.9154
THINK_START_MEM 414984
EXT .php
DS /
THINK_PATH /home/sxh/en/thinkphp/
LIB_PATH /home/sxh/en/thinkphp/library/
CORE_PATH /home/sxh/en/thinkphp/library/think/
TRAIT_PATH /home/sxh/en/thinkphp/library/traits/
ROOT_PATH /home/sxh/en/
EXTEND_PATH /home/sxh/en/extend/
VENDOR_PATH /home/sxh/en/vendor/
RUNTIME_PATH /home/sxh/en/runtime/
LOG_PATH /home/sxh/en/runtime/log/
CACHE_PATH /home/sxh/en/runtime/cache/
TEMP_PATH /home/sxh/en/runtime/temp/
CONF_PATH /home/sxh/en/application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false
JINGLING_VERSION 1.0
JINGLING_ADDON_PATH /home/sxh/en//addons/
0.017259s