[0] HttpException in App.php line 360

模块不存在:news

  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(['news', null, null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 295
  3. at App::exec(['type' => 'module', 'module' => ['news', null, 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('/data/work/html/9fan...') in index.php line 17

Environment Variables

GET Data

newsTypeID
3128411678475200
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

REDIRECT_PATH_INFO
news.html
REDIRECT_HTTPS
on
REDIRECT_SSL_TLS_SNI
www.9-fang.com
REDIRECT_STATUS
200
HTTPS
on
SSL_TLS_SNI
www.9-fang.com
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
HTTP_HOST
www.9-fang.com
PATH
/sbin:/usr/sbin:/bin:/usr/bin
SERVER_SIGNATURE
<address>Apache Server at www.9-fang.com Port 443</address>
SERVER_SOFTWARE
Apache
SERVER_NAME
www.9-fang.com
SERVER_ADDR
172.18.104.89
SERVER_PORT
443
REMOTE_ADDR
34.230.66.177
DOCUMENT_ROOT
/data/work/html/9fangcom
SERVER_ADMIN
root@localhost
SCRIPT_FILENAME
/data/work/html/9fangcom/index.php
REMOTE_PORT
47412
REDIRECT_QUERY_STRING
newsTypeID=3128411678475200
REDIRECT_URL
/news.html
GATEWAY_INTERFACE
CGI/1.1
SERVER_PROTOCOL
HTTP/1.1
REQUEST_METHOD
GET
QUERY_STRING
newsTypeID=3128411678475200
REQUEST_URI
/news.html?newsTypeID=3128411678475200
SCRIPT_NAME
/index.php
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1710821741.846
REQUEST_TIME
1710821741
PATH_INFO
news.html
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/data/work/html/9fangcom/application/
THINK_VERSION
5.0.10
THINK_START_TIME
1710821741.8469
THINK_START_MEM
257104
EXT
.php
DS
/
THINK_PATH
/data/work/html/9fangcom/thinkphp/
LIB_PATH
/data/work/html/9fangcom/thinkphp/library/
CORE_PATH
/data/work/html/9fangcom/thinkphp/library/think/
TRAIT_PATH
/data/work/html/9fangcom/thinkphp/library/traits/
ROOT_PATH
/data/work/html/9fangcom/
EXTEND_PATH
/data/work/html/9fangcom/extend/
VENDOR_PATH
/data/work/html/9fangcom/vendor/
RUNTIME_PATH
/data/work/html/9fangcom/runtime/
LOG_PATH
/data/work/html/9fangcom/runtime/log/
CACHE_PATH
/data/work/html/9fangcom/runtime/cache/
TEMP_PATH
/data/work/html/9fangcom/runtime/temp/
CONF_PATH
/data/work/html/9fangcom/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false