[0] HttpException in App.php line 341

模块不存在:spring-clearance-sale

  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(['spring-clearance-sal...', null, null], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 130
  3. at App::run() in start.php line 18
  4. at require('/usr/share/nginx/htm...') in index.php line 18

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER nginx
HOME /var/lib/nginx
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /usr/share/nginx/html/promotion/public/index.php
QUERY_STRING s=spring-clearance-sale/
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /spring-clearance-sale/
DOCUMENT_URI /index.php
DOCUMENT_ROOT /usr/share/nginx/html/promotion/public
SERVER_PROTOCOL HTTP/1.1
REQUEST_SCHEME http
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.16.1
REMOTE_ADDR 172.70.42.72
REMOTE_PORT 51716
SERVER_ADDR 151.106.40.222
SERVER_PORT 80
SERVER_NAME promotion.doogee.cc
REDIRECT_STATUS 200
HTTP_HOST promotion.doogee.cc
HTTP_CONNECTION Keep-Alive
HTTP_ACCEPT_ENCODING gzip, br
HTTP_X_FORWARDED_FOR 44.213.80.174
HTTP_CF_RAY 8669e6ca88b30583-IAD
HTTP_X_FORWARDED_PROTO https
HTTP_CF_VISITOR {"scheme":"https"}
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_CF_CONNECTING_IP 44.213.80.174
HTTP_CDN_LOOP cloudflare
HTTP_CF_IPCOUNTRY US
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710813969.1917
REQUEST_TIME 1710813969
PATH_INFO spring-clearance-sale/
Environment Variablesempty
ThinkPHP Constants
APP_PATH /usr/share/nginx/html/promotion/public/../app/
THINK_VERSION 5.0.5
THINK_START_TIME 1710813969.1925
THINK_START_MEM 265848
EXT .php
DS /
THINK_PATH /usr/share/nginx/html/promotion/thinkphp/
LIB_PATH /usr/share/nginx/html/promotion/thinkphp/library/
CORE_PATH /usr/share/nginx/html/promotion/thinkphp/library/think/
TRAIT_PATH /usr/share/nginx/html/promotion/thinkphp/library/traits/
ROOT_PATH /usr/share/nginx/html/promotion/
EXTEND_PATH /usr/share/nginx/html/promotion/extend/
VENDOR_PATH /usr/share/nginx/html/promotion/vendor/
RUNTIME_PATH /usr/share/nginx/html/promotion/runtime/
LOG_PATH /usr/share/nginx/html/promotion/runtime/log/
CACHE_PATH /usr/share/nginx/html/promotion/runtime/cache/
TEMP_PATH /usr/share/nginx/html/promotion/runtime/temp/
CONF_PATH /usr/share/nginx/html/promotion/public/../app/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false