[0] HttpException in App.php line 535

模块不存在:college

  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(['college', '9241', '108'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['college', '9241', '108']], ['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('/mnt/gkzzd_gw/thinkp...') in index.php line 17

Environment Variables

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

Server/Request Data

USER
www
HOME
/home/www
SCRIPT_NAME
/index.php
REQUEST_URI
/college/9241/108.html
QUERY_STRING
s=/college/9241/108.html
REQUEST_METHOD
GET
SERVER_PROTOCOL
HTTP/1.1
GATEWAY_INTERFACE
CGI/1.1
REDIRECT_QUERY_STRING
s=/college/9241/108.html
REDIRECT_URL
/college/9241/108.html
REMOTE_PORT
60364
SCRIPT_FILENAME
/mnt/gkzzd_gw/public/index.php
SERVER_ADMIN
webmaster@example.com
CONTEXT_DOCUMENT_ROOT
/mnt/gkzzd_gw/public
CONTEXT_PREFIX
REQUEST_SCHEME
http
DOCUMENT_ROOT
/mnt/gkzzd_gw/public
REMOTE_ADDR
3.235.42.157
SERVER_PORT
80
SERVER_ADDR
172.31.245.37
SERVER_NAME
www.gkzzd.com
SERVER_SOFTWARE
Apache
SERVER_SIGNATURE
<address>Apache Server at www.gkzzd.com Port 80</address>
LD_LIBRARY_PATH
/www/server/apache/lib
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
HTTP_HOST
www.gkzzd.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
proxy-nokeepalive
1
REDIRECT_STATUS
200
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1710838985.0784
REQUEST_TIME
1710838985
PATH_INFO
/college/9241/108.html
Environment Variables
empty

ThinkPHP Constants

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