[0] HttpException in App.php line 317

模块不存在:project

  1. $available = true;
  2. }
  3. // 模块初始化
  4. if ($module && $available) {
  5. // 初始化模块
  6. $request->module($module);
  7. $config = self::init($module);
  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 317
  2. at App::module(['project', '201405093', null], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 134
  3. at App::run() in start.php line 18
  4. at require('/www/wwwroot/gxhongg...') in index.php line 18

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
FCGI_ROLE RESPONDER
REDIRECT_STATUS 200
proxy-nokeepalive 1
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST gxhonggang.com
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
LD_LIBRARY_PATH /www/server/apache/lib
SERVER_SIGNATURE <address>Apache Server at gxhonggang.com Port 80</address>
SERVER_SOFTWARE Apache
SERVER_NAME gxhonggang.com
SERVER_ADDR 172.18.55.132
SERVER_PORT 80
REMOTE_ADDR 54.197.64.207
DOCUMENT_ROOT /www/wwwroot/gxhonggang.com/public
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /www/wwwroot/gxhonggang.com/public
SERVER_ADMIN webmaster@example.com
SCRIPT_FILENAME /www/wwwroot/gxhonggang.com/public/index.php
REMOTE_PORT 52240
REDIRECT_URL /project/201405093.html
REDIRECT_QUERY_STRING s=project/201405093.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING s=project/201405093.html
REQUEST_URI /project/201405093.html
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711656315.894
REQUEST_TIME 1711656315
PATH_INFO project/201405093.html
Environment Variablesempty
ThinkPHP Constants
APP_PATH /www/wwwroot/gxhonggang.com/public/../application/
THINK_VERSION 5.0.0
THINK_START_TIME 1711656315.9161
THINK_START_MEM 262592
EXT .php
DS /
THINK_PATH /www/wwwroot/gxhonggang.com/thinkphp/
LIB_PATH /www/wwwroot/gxhonggang.com/thinkphp/library/
CORE_PATH /www/wwwroot/gxhonggang.com/thinkphp/library/think/
TRAIT_PATH /www/wwwroot/gxhonggang.com/thinkphp/library/traits/
ROOT_PATH /www/wwwroot/gxhonggang.com/public/../
EXTEND_PATH /www/wwwroot/gxhonggang.com/public/../extend/
VENDOR_PATH /www/wwwroot/gxhonggang.com/public/../vendor/
RUNTIME_PATH /www/wwwroot/gxhonggang.com/public/../runtime/
LOG_PATH /www/wwwroot/gxhonggang.com/public/../runtime/log/
CACHE_PATH /www/wwwroot/gxhonggang.com/public/../runtime/cache/
TEMP_PATH /www/wwwroot/gxhonggang.com/public/../runtime/temp/
CONF_PATH /www/wwwroot/gxhonggang.com/public/../application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false
siteUrl https://mini.netcx.cn