[0] HttpException in App.php line 360

模块不存在:service

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

Call Stack

  1. in App.php line 360
  2. at App::module(['service', null, null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 296
  3. at App::exec(['type' => 'module', 'module' => ['service', null, null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 124
  4. at App::run() in start.php line 18
  5. at require('/www/wwwroot/CargoCm...') in index.php line 70

Environment Variables

GET Data

id
30
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_CF_IPCOUNTRY
US
HTTP_CDN_LOOP
cloudflare
HTTP_CF_CONNECTING_IP
44.220.251.57
HTTP_REFERER
http://en.feeair.com/service?id=30
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_CF_VISITOR
{"scheme":"https"}
HTTP_X_FORWARDED_PROTO
https
HTTP_CF_RAY
86bea017cc7d82ae-IAD
HTTP_X_FORWARDED_FOR
44.220.251.57
HTTP_ACCEPT_ENCODING
gzip, br
HTTP_CONNECTION
Keep-Alive
HTTP_HOST
en.feeair.com
PATH_INFO
/service
REDIRECT_STATUS
200
SERVER_NAME
en.feeair.com
SERVER_PORT
80
SERVER_ADDR
172.16.190.210
REMOTE_PORT
39630
REMOTE_ADDR
172.70.174.175
SERVER_SOFTWARE
nginx/1.17.10
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/CargoCmsPts/public
DOCUMENT_URI
/index.php
REQUEST_URI
/service?id=30
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/service&id=30
SCRIPT_FILENAME
/www/wwwroot/CargoCmsPts/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711702363.3987
REQUEST_TIME
1711702363
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/CargoCmsPts/public/../application/
BOOT_PATH
/www/wwwroot/CargoCmsPts/public
BOOT_PATH1
/www/wwwroot/CargoCmsPts
BOOT_DIR
/
INDEX
index.php
BOOT_DIR1
THINK_VERSION
5.0.12
THINK_START_TIME
1711702363.3988
THINK_START_MEM
398512
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/CargoCmsPts/thinkphp/
LIB_PATH
/www/wwwroot/CargoCmsPts/thinkphp/library/
CORE_PATH
/www/wwwroot/CargoCmsPts/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/CargoCmsPts/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/CargoCmsPts/
EXTEND_PATH
/www/wwwroot/CargoCmsPts/extend/
VENDOR_PATH
/www/wwwroot/CargoCmsPts/vendor/
RUNTIME_PATH
/www/wwwroot/CargoCmsPts/runtime/
LOG_PATH
/www/wwwroot/CargoCmsPts/runtime/log/
CACHE_PATH
/www/wwwroot/CargoCmsPts/runtime/cache/
TEMP_PATH
/www/wwwroot/CargoCmsPts/runtime/temp/
CONF_PATH
/www/wwwroot/CargoCmsPts/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
PINYIN_DEFAULT
4096
PINYIN_TONE
2
PINYIN_NO_TONE
4
PINYIN_ASCII_TONE
8
PINYIN_NAME
16
PINYIN_KEEP_NUMBER
32
PINYIN_KEEP_ENGLISH
64
PINYIN_UMLAUT_V
128
PINYIN_KEEP_PUNCTUATION
256