[0] HttpException in App.php line 355

模块不存在:plus

  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 355
  2. at App::module(['plus', 'list.php', null], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 142
  3. at App::run() in start.php line 20
  4. at require('/home/website/star2....') in index.php line 7

Environment Variables

GET Data
/plus/list_php
tid 35
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
REDIRECT_STATUS 200
HTTP_HOST www.hopestarcpa.com
HTTP_X_REAL_IP 54.147.110.47
HTTP_X_FORWARDED_PROTO http
HTTP_CONNECTION close
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
LD_LIBRARY_PATH /usr/local/apache/lib
SERVER_SIGNATURE <address>Apache Server at www.hopestarcpa.com Port 80</address>
SERVER_SOFTWARE Apache
SERVER_NAME www.hopestarcpa.com
SERVER_ADDR 127.0.0.1
SERVER_PORT 80
REMOTE_ADDR 54.147.110.47
DOCUMENT_ROOT /home/website/star2.jzhit.com
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /home/website/star2.jzhit.com
SERVER_ADMIN lazytortoise@163.com
SCRIPT_FILENAME /home/website/star2.jzhit.com/index.php
REMOTE_PORT 43408
REDIRECT_URL /plus/list.php
REDIRECT_QUERY_STRING /plus/list.php&tid=35
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING /plus/list.php&tid=35
REQUEST_URI /plus/list.php?tid=35
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711703280.108
REQUEST_TIME 1711703280
PATH_INFO /plus/list.php
Environment Variablesempty
ThinkPHP Constants
APP_PATH /home/website/star2.jzhit.com/application/
THINK_VERSION 5.0.4
THINK_START_TIME 1711703280.1094
THINK_START_MEM 267632
EXT .php
DS /
THINK_PATH /home/website/star2.jzhit.com/core/
LIB_PATH /home/website/star2.jzhit.com/core/library/
CORE_PATH /home/website/star2.jzhit.com/core/library/think/
TRAIT_PATH /home/website/star2.jzhit.com/core/library/traits/
ROOT_PATH /home/website/star2.jzhit.com/
EXTEND_PATH /home/website/star2.jzhit.com/extend/
VENDOR_PATH /home/website/star2.jzhit.com/vendor/
RUNTIME_PATH /home/website/star2.jzhit.com/runtime/
LOG_PATH /home/website/star2.jzhit.com/runtime/log/
CACHE_PATH /home/website/star2.jzhit.com/runtime/cache/
TEMP_PATH /home/website/star2.jzhit.com/runtime/temp/
CONF_PATH /home/website/star2.jzhit.com/application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false