[0] HttpException in App.php line 360

模块不存在:default

  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 360
  2. at App::module(['default', 'index.action', null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 295
  3. at App::exec(['type' => 'module', 'module' => ['default', 'index.action', null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 123
  4. at App::run() in start.php line 18
  5. at require('/www/wwwroot/www.liz...') in index.php line 24

Environment Variables

GET Data

/default/index_action
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
SCRIPT_NAME
/index.php
REQUEST_URI
/default/index.action
QUERY_STRING
/default/index.action
REQUEST_METHOD
GET
SERVER_PROTOCOL
HTTP/1.1
GATEWAY_INTERFACE
CGI/1.1
REDIRECT_QUERY_STRING
/default/index.action
REDIRECT_URL
/default/index.action
REMOTE_PORT
36688
SCRIPT_FILENAME
/www/wwwroot/www.lizhifilm.com/public/index.php
SERVER_ADMIN
webmaster@example.com
CONTEXT_DOCUMENT_ROOT
/www/wwwroot/www.lizhifilm.com/public
CONTEXT_PREFIX
REQUEST_SCHEME
http
DOCUMENT_ROOT
/www/wwwroot/www.lizhifilm.com/public
REMOTE_ADDR
54.224.52.210
SERVER_PORT
80
SERVER_ADDR
172.25.207.196
SERVER_NAME
lizhifilm.com
SERVER_SOFTWARE
Apache
SERVER_SIGNATURE
<address>Apache Server at lizhifilm.com Port 80</address>
LD_LIBRARY_PATH
/www/server/apache/lib
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
HTTP_HOST
lizhifilm.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
proxy-nokeepalive
1
REDIRECT_STATUS
200
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1710833842.0113
REQUEST_TIME
1710833842
PATH_INFO
/default/index.action
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/www.lizhifilm.com/public/../application/
RUNTIME_PATH
/www/wwwroot/www.lizhifilm.com/public/../runtime/
APP_DEBUG
true
THINK_VERSION
5.0.10
THINK_START_TIME
1710833842.0116
THINK_START_MEM
367432
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/www.lizhifilm.com/thinkphp/
LIB_PATH
/www/wwwroot/www.lizhifilm.com/thinkphp/library/
CORE_PATH
/www/wwwroot/www.lizhifilm.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/www.lizhifilm.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/www.lizhifilm.com/
EXTEND_PATH
/www/wwwroot/www.lizhifilm.com/extend/
VENDOR_PATH
/www/wwwroot/www.lizhifilm.com/vendor/
LOG_PATH
/www/wwwroot/www.lizhifilm.com/public/../runtime/log/
CACHE_PATH
/www/wwwroot/www.lizhifilm.com/public/../runtime/cache/
TEMP_PATH
/www/wwwroot/www.lizhifilm.com/public/../runtime/temp/
CONF_PATH
/www/wwwroot/www.lizhifilm.com/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false