[0] HttpException in App.php line 361

模块不存在:video_list

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

Call Stack

  1. in App.php line 361
  2. at App::module() in App.php line 296
  3. at App::exec() in App.php line 124
  4. at App::run() in start.php line 18
  5. at require('/www/wwwroot/avtop10...') in index.php line 19

Environment Variables

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

Server/Request Data

USER
www
HOME
/home/www
HTTP_CL_W_HOST
*.avtop10.com
HTTP_CL_SERVER_PORT
443
HTTP_CL_PROTOCOL
https
HTTP_CL_SITE_UNAME
yazeriza
HTTP_CF_CONNECTING_IP
18.234.202.202
HTTP_CF_IPCOUNTRY
US
HTTP_CL_REAL_IP
18.234.202.202
HTTP_CL_COUNTRY
US
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_HOST
avtop10.com
HTTP_X_FORWARDED_PROTO
https
HTTP_X_FORWARDED_FOR
18.234.202.202
PATH_INFO
/video_list/18/1/index.html
REDIRECT_STATUS
200
SERVER_NAME
avtop10.com
SERVER_PORT
80
SERVER_ADDR
172.31.46.125
REMOTE_PORT
52482
REMOTE_ADDR
202.79.161.117
SERVER_SOFTWARE
nginx/1.21.4
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/avtop10.com
DOCUMENT_URI
/index.php
REQUEST_URI
/video_list/18/1/index.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/video_list/18/1/index.html
SCRIPT_FILENAME
/www/wwwroot/avtop10.com/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711698290.6737
REQUEST_TIME
1711698290
Environment Variables
empty

ThinkPHP Constants

APP_DEBUG
false
CMF_ROOT
/www/wwwroot/avtop10.com/
APP_PATH
/www/wwwroot/avtop10.com/app/
CMF_PATH
/www/wwwroot/avtop10.com/simplewind/cmf/
THINK_VERSION
5.0.11
THINK_START_TIME
1711698290.6738
THINK_START_MEM
359216
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/avtop10.com/thinkphp/
LIB_PATH
/www/wwwroot/avtop10.com/thinkphp/library/
CORE_PATH
/www/wwwroot/avtop10.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/avtop10.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/avtop10.com/
EXTEND_PATH
/www/wwwroot/avtop10.com/extend/
VENDOR_PATH
/www/wwwroot/avtop10.com/vendor/
RUNTIME_PATH
/www/wwwroot/avtop10.com/runtime/
LOG_PATH
/www/wwwroot/avtop10.com/runtime/log/
CACHE_PATH
/www/wwwroot/avtop10.com/runtime/cache/
TEMP_PATH
/www/wwwroot/avtop10.com/runtime/temp/
CONF_PATH
/www/wwwroot/avtop10.com/app/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false