[0] HttpException in App.php line 535

模块不存在:user

  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(['User', 'User_Favorite.asp', null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['User', 'User_Favorite.asp', null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/www/wwwroot/127.0.0...') in index.php line 17

Environment Variables

GET Data

Action
Add
ChannelID
1
InfoID
2130
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_HOST
www.anxinwan.cn
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
/User/User_Favorite.asp
REDIRECT_STATUS
200
SERVER_NAME
111.67.195.62
SERVER_PORT
80
SERVER_ADDR
111.67.195.62
REMOTE_PORT
54286
REMOTE_ADDR
18.205.114.205
SERVER_SOFTWARE
nginx/1.15.10
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/127.0.0.1/public
DOCUMENT_URI
/index.php
REQUEST_URI
/User/User_Favorite.asp?Action=Add&ChannelID=1&InfoID=2130
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/User/User_Favorite.asp&Action=Add&ChannelID=1&InfoID=2130
SCRIPT_FILENAME
/www/wwwroot/127.0.0.1/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1710847701.5253
REQUEST_TIME
1710847701
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/127.0.0.1/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1710847701.5265
THINK_START_MEM
404072
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/127.0.0.1/thinkphp/
LIB_PATH
/www/wwwroot/127.0.0.1/thinkphp/library/
CORE_PATH
/www/wwwroot/127.0.0.1/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/127.0.0.1/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/127.0.0.1/
EXTEND_PATH
/www/wwwroot/127.0.0.1/extend/
VENDOR_PATH
/www/wwwroot/127.0.0.1/vendor/
RUNTIME_PATH
/www/wwwroot/127.0.0.1/runtime/
LOG_PATH
/www/wwwroot/127.0.0.1/runtime/log/
CACHE_PATH
/www/wwwroot/127.0.0.1/runtime/cache/
TEMP_PATH
/www/wwwroot/127.0.0.1/runtime/temp/
CONF_PATH
/www/wwwroot/127.0.0.1/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false