[0] HttpException in App.php line 535

模块不存在:message

  1. $config = self::init($module);
  2. // 模块请求缓存检查
  3. $request->cache(
  4. $config['request_cache'],
  5. $config['request_cache_expire'],
  6. $config['request_cache_except']
  7. );
  8. } else {
  9. throw new HttpException(404, 'module not exists:' . $module);
  10. }
  11. } else {
  12. // 单一模块部署
  13. $module = '';
  14. $request->module($module);
  15. }
  16. // 设置默认过滤机制
  17. $request->filter($config['default_filter']);

Call Stack

  1. in App.php line 535
  2. at App::module(['message', 'receive', null], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...], null) in App.php line 457
  3. at App::exec(['type' => 'module', 'module' => ['message', 'receive', null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...]) in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/home/www/wwwroot/op...') in index.php line 31

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
FCGI_ROLE
RESPONDER
SCRIPT_FILENAME
/www/wwwroot/openauth.thd99.com/public/index.php
QUERY_STRING
s=/message/receive/
REQUEST_METHOD
GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME
/index.php
REQUEST_URI
/message/receive/
DOCUMENT_URI
/index.php
DOCUMENT_ROOT
/www/wwwroot/openauth.thd99.com/public
SERVER_PROTOCOL
HTTP/1.1
REQUEST_SCHEME
http
GATEWAY_INTERFACE
CGI/1.1
SERVER_SOFTWARE
nginx/1.18.0
REMOTE_ADDR
3.218.247.159
REMOTE_PORT
58464
SERVER_ADDR
192.168.2.110
SERVER_PORT
80
SERVER_NAME
openauth.thd99.com
REDIRECT_STATUS
200
PATH_INFO
/message/receive/
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
HTTP_HOST
openauth.thd99.com
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711721547.2468
REQUEST_TIME
1711721547
Environment Variables
empty

ThinkPHP Constants

APP_ENV
product
APP_PATH
/home/www/wwwroot/openauth.thd99.com/public/../application/
WEB_DOMAIN
https://zhuangqi.thd99.com
THD_DOMAIN
https://www.thd99.com
IMAGE_DOMAIN
https://image.thd99.com
THUMB_DOMAIN
https://thumb.thd99.com
H5_DOMAIN
https://m.thd99.com
WX_PAY_NOTIFY_URL
https://zhuangqi.thd99.com/trade/PayNotify/wx_pay_notify
OPENAUTH_DOMAIN
https://openauth.thd99.com
COMPONENT_APPID
wx39afe78d2c6d56c0
COMPONENT_APPSECRET
c4890b14d74164895842d1d2cdda04d2
ENCODING_AES_KEY
AQB77kzjBi4yVYUaWVr9vRw6ebYyq3YOG2GkUqyIJv4
TOKEN
I2YxEhuJTjUBDZBECZFkmbrqoxA3IJGajvF
UPLOAD_TEMPLATE_TOKEN
AAccBB321DDffeeHH
DELEGATE_SEND_RED_PACKET_APPID
wx6b05b846547ac5a9
APP_VERSION
v1.0002
THINK_VERSION
5.0.24
THINK_START_TIME
1711721547.2472
THINK_START_MEM
233408
EXT
.php
DS
/
THINK_PATH
/home/www/wwwroot/openauth.thd99.com/thinkphp/
LIB_PATH
/home/www/wwwroot/openauth.thd99.com/thinkphp/library/
CORE_PATH
/home/www/wwwroot/openauth.thd99.com/thinkphp/library/think/
TRAIT_PATH
/home/www/wwwroot/openauth.thd99.com/thinkphp/library/traits/
ROOT_PATH
/home/www/wwwroot/openauth.thd99.com/
EXTEND_PATH
/home/www/wwwroot/openauth.thd99.com/extend/
VENDOR_PATH
/home/www/wwwroot/openauth.thd99.com/vendor/
RUNTIME_PATH
/home/www/wwwroot/openauth.thd99.com/runtime/
LOG_PATH
/home/www/wwwroot/openauth.thd99.com/runtime/log/
CACHE_PATH
/home/www/wwwroot/openauth.thd99.com/runtime/cache/
TEMP_PATH
/home/www/wwwroot/openauth.thd99.com/runtime/temp/
CONF_PATH
/home/www/wwwroot/openauth.thd99.com/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
0.010624s