[0] HttpException in App.php line 535

模块不存在:c.asp

  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() in App.php line 456
  3. at App::exec() in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/xp/www/oubite_en/zm...') in index.php line 18

Environment Variables

GET Data

id
4
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_ACCEPT_ENCODING
gzip, deflate, br, zstd, identity;q=0.9
HTTP_ACCEPT_LANGUAGE
zh, en, *
HTTP_ACCEPT
text/html,image/png,image/jpeg,image/pjpeg,image/x-xbitmap,image/svg+xml,image/gif;q=0.9,*/*;q=0.1
HTTP_USER_AGENT
Mozilla/5.0 (compatible; HTTrack; +https://www.httrack.com/)
HTTP_CONNECTION
keep-alive
HTTP_REFERER
http://en.teikonbearings.com/About.html
HTTP_HOST
en.teikonbearings.com
PATH_INFO
/c.asp
REDIRECT_STATUS
200
SERVER_NAME
en.teikonbearings.com
SERVER_PORT
443
SERVER_ADDR
98.142.241.24
REMOTE_PORT
56822
REMOTE_ADDR
112.239.213.18
SERVER_SOFTWARE
nginx/1.31.1
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/xp/www/oubite_en
DOCUMENT_URI
/index.php
REQUEST_URI
/c.asp?id=4
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/c.asp&id=4
SCRIPT_FILENAME
/xp/www/oubite_en/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1789179777.7903
REQUEST_TIME
1789179777
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/xp/www/oubite_en/zmapp/
ROOTDIR
/xp/www/oubite_en/
THINK_VERSION
5.0.24
THINK_START_TIME
1789179777.7908
THINK_START_MEM
408216
EXT
.php
DS
/
THINK_PATH
/xp/www/oubite_en/zmphp/
LIB_PATH
/xp/www/oubite_en/zmphp/library/
CORE_PATH
/xp/www/oubite_en/zmphp/library/think/
TRAIT_PATH
/xp/www/oubite_en/zmphp/library/traits/
ROOT_PATH
/xp/www/oubite_en/
EXTEND_PATH
/xp/www/oubite_en/extend/
VENDOR_PATH
/xp/www/oubite_en/vendor/
RUNTIME_PATH
/xp/www/oubite_en/./data/runtime/
LOG_PATH
/xp/www/oubite_en/./data/runtime/log/
CACHE_PATH
/xp/www/oubite_en/./data/runtime/cache/
TEMP_PATH
/xp/www/oubite_en/./data/runtime/temp/
CONF_PATH
/xp/www/oubite_en/zmapp/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false