[0] HttpException in App.php line 317

模块不存在:about

  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(['about', 'jytd', 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('D:\www\fanerxin\wwwr...') in index.php line 17

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
_FCGI_X_PIPE_ \\.\pipe\IISFCGI-65f89ded-77c7-466c-869a-5530b0b7e36a
PHP_FCGI_MAX_REQUESTS 10000
PHPRC D:\Server\PHP\5.6\
ALLUSERSPROFILE C:\ProgramData
APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming
APP_POOL_CONFIG C:\inetpub\temp\apppools\8_609\8_609.config
APP_POOL_ID 8_609
CommonProgramFiles C:\Program Files (x86)\Common Files
CommonProgramFiles(x86) C:\Program Files (x86)\Common Files
CommonProgramW6432 C:\Program Files\Common Files
COMPUTERNAME SERIDC-HOST-80
ComSpec C:\Windows\system32\cmd.exe
DriverData C:\Windows\System32\Drivers\DriverData
LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local
MSMPI_BIN C:\Program Files\Microsoft MPI\Bin\
NUMBER_OF_PROCESSORS 24
OS Windows_NT
Path C:\Program Files\Microsoft MPI\Bin\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;D:\Server\MySQL\5.6\bin;C:\Program Files (x86)\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files\Azure Data Studio\bin;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE x86
PROCESSOR_ARCHITEW6432 AMD64
PROCESSOR_IDENTIFIER Intel64 Family 6 Model 45 Stepping 7, GenuineIntel
PROCESSOR_LEVEL 6
PROCESSOR_REVISION 2d07
ProgramData C:\ProgramData
ProgramFiles C:\Program Files (x86)
ProgramFiles(x86) C:\Program Files (x86)
ProgramW6432 C:\Program Files
PSModulePath C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\PowerShell\Modules\
PUBLIC C:\Users\Public
SystemDrive C:
SystemRoot C:\Windows
TEMP C:\Windows\TEMP
TMP C:\Windows\TEMP
USERDOMAIN WORKGROUP
USERNAME SERIDC-HOST-80$
USERPROFILE C:\Windows\system32\config\systemprofile
windir C:\Windows
ORIG_PATH_INFO /index.php/about/jytd/
URL /index.php
SERVER_SOFTWARE Microsoft-IIS/10.0
SERVER_PROTOCOL HTTP/1.1
SERVER_PORT_SECURE 0
SERVER_PORT 80
SERVER_NAME www.fanret.com
SCRIPT_NAME /index.php
SCRIPT_FILENAME d:\www\fanerxin\wwwroot\index.php
REQUEST_URI /about/jytd/
REQUEST_METHOD GET
REMOTE_USER
REMOTE_PORT 35936
REMOTE_HOST 3.85.63.190
REMOTE_ADDR 3.85.63.190
QUERY_STRING
PATH_TRANSLATED d:\www\fanerxin\wwwroot\index.php\about\jytd\
PATH_INFO /about/jytd/
LOGON_USER
LOCAL_ADDR 117.34.92.80
INSTANCE_META_PATH /LM/W3SVC/130
INSTANCE_NAME FANERXIN
INSTANCE_ID 130
HTTPS_SERVER_SUBJECT
HTTPS_SERVER_ISSUER
HTTPS_SECRETKEYSIZE
HTTPS_KEYSIZE
HTTPS off
GATEWAY_INTERFACE CGI/1.1
DOCUMENT_ROOT d:\www\fanerxin\wwwroot
CONTENT_TYPE
CONTENT_LENGTH 0
CERT_SUBJECT
CERT_SERIALNUMBER
CERT_ISSUER
CERT_FLAGS
CERT_COOKIE
AUTH_USER
AUTH_PASSWORD
AUTH_TYPE
APPL_PHYSICAL_PATH d:\www\fanerxin\wwwroot\
APPL_MD_PATH /LM/W3SVC/130/ROOT
IIS_UrlRewriteModule 7,1,1993,2336
WEBSOCKET_VERSION 13
UNENCODED_URL /about/jytd/
IIS_WasUrlRewritten 1
HTTP_X_ORIGINAL_URL /about/jytd/
HTTP_USER_AGENT claudebot
HTTP_HOST www.fanret.com
HTTP_ACCEPT */*
HTTP_CONTENT_LENGTH 0
FCGI_ROLE RESPONDER
PHP_SELF /index.php/about/jytd/
REQUEST_TIME_FLOAT 1710827011.4735
REQUEST_TIME 1710827011
Environment Variablesempty
ThinkPHP Constants
APP_PATH D:\www\fanerxin\wwwroot./application/
THINK_VERSION 5.0.0
THINK_START_TIME 1710827011.4767
THINK_START_MEM 137120
EXT .php
DS \
THINK_PATH D:\www\fanerxin\wwwroot\thinkphp\
LIB_PATH D:\www\fanerxin\wwwroot\thinkphp\library\
CORE_PATH D:\www\fanerxin\wwwroot\thinkphp\library\think\
TRAIT_PATH D:\www\fanerxin\wwwroot\thinkphp\library\traits\
ROOT_PATH D:\www\fanerxin\wwwroot.\
EXTEND_PATH D:\www\fanerxin\wwwroot.\extend\
VENDOR_PATH D:\www\fanerxin\wwwroot.\vendor\
RUNTIME_PATH D:\www\fanerxin\wwwroot.\runtime\
LOG_PATH D:\www\fanerxin\wwwroot.\runtime\log\
CACHE_PATH D:\www\fanerxin\wwwroot.\runtime\cache\
TEMP_PATH D:\www\fanerxin\wwwroot.\runtime\temp\
CONF_PATH D:\www\fanerxin\wwwroot./application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN true