[0] HttpException in App.php line 362

模块不存在:public

  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 362
  2. at App::module(['public', 'news.php', null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 297
  3. at App::exec(['type' => 'module', 'module' => ['public', 'news.php', null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 125
  4. at App::run() in start.php line 18
  5. at require('D:\wwwroot\houderuny...') in index.php line 16

Environment Variables

GET Data

search
njhcj/ambtu
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

_FCGI_X_PIPE_
\\.\pipe\IISFCGI-3121b32f-1488-4841-bc06-39a963718953
PHPRC
D:\SOFT_PHP_PACKAGE\php5.6
PHP_FCGI_MAX_REQUESTS
10000
ALLUSERSPROFILE
C:\ProgramData
APPDATA
C:\Windows\system32\config\systemprofile\AppData\Roaming
APP_POOL_CONFIG
C:\inetpub\temp\apppools\houderunying\houderunying.config
APP_POOL_ID
houderunying
CommonProgramFiles
C:\Program Files (x86)\Common Files
CommonProgramFiles(x86)
C:\Program Files (x86)\Common Files
CommonProgramW6432
C:\Program Files\Common Files
COMPUTERNAME
EBS-135217
ComSpec
C:\Windows\system32\cmd.exe
LOCALAPPDATA
C:\Windows\system32\config\systemprofile\AppData\Local
NUMBER_OF_PROCESSORS
2
OS
Windows_NT
Path
D:\SOFT_PHP_PACKAGE\mysql5.7\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;D:\SOFT_PHP_PACKAGE\php7.4;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 79 Stepping 1, GenuineIntel
PROCESSOR_LEVEL
6
PROCESSOR_REVISION
4f01
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
PUBLIC
C:\Users\Public
SystemDrive
C:
SystemRoot
C:\Windows
TEMP
C:\Windows\TEMP
TMP
C:\Windows\TEMP
USERDOMAIN
WORKGROUP
USERNAME
EBS-135217$
USERPROFILE
C:\Windows\system32\config\systemprofile
windir
C:\Windows
ORIG_PATH_INFO
/index.php/public/news.php
URL
/index.php
SERVER_SOFTWARE
Microsoft-IIS/10.0
SERVER_PROTOCOL
HTTP/1.1
SERVER_PORT_SECURE
0
SERVER_PORT
80
SERVER_NAME
www.houderunying.com
SCRIPT_NAME
/index.php
SCRIPT_FILENAME
d:\wwwroot\houderunying\wwwroot\index.php
REQUEST_URI
/public/news.php?search=njhcj/ambtu
REQUEST_METHOD
GET
REMOTE_USER
REMOTE_PORT
34650
REMOTE_HOST
3.239.208.72
REMOTE_ADDR
3.239.208.72
QUERY_STRING
search=njhcj/ambtu
PATH_TRANSLATED
d:\wwwroot\houderunying\wwwroot\index.php\public\news.php
PATH_INFO
/public/news.php
LOGON_USER
LOCAL_ADDR
211.149.159.106
INSTANCE_META_PATH
/LM/W3SVC/10004
INSTANCE_NAME
HOUDERUNYING
INSTANCE_ID
10004
HTTPS_SERVER_SUBJECT
HTTPS_SERVER_ISSUER
HTTPS_SECRETKEYSIZE
HTTPS_KEYSIZE
HTTPS
off
GATEWAY_INTERFACE
CGI/1.1
DOCUMENT_ROOT
d:\wwwroot\houderunying\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:\wwwroot\houderunying\wwwroot\
APPL_MD_PATH
/LM/W3SVC/10004/ROOT
IIS_UrlRewriteModule
7,1,1993,2336
UNENCODED_URL
/public/news.php?search=njhcj/ambtu
IIS_WasUrlRewritten
1
HTTP_X_ORIGINAL_URL
/public/news.php?search=njhcj/ambtu
HTTP_USER_AGENT
claudebot
HTTP_HOST
www.houderunying.com
HTTP_ACCEPT
*/*
HTTP_CONTENT_LENGTH
0
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php/public/news.php
REQUEST_TIME_FLOAT
1711718329.0134
REQUEST_TIME
1711718329
Environment Variables
empty

ThinkPHP Constants

APP_PATH
D:\wwwroot\houderunying\wwwroot/app/
RUNTIME_PATH
D:\wwwroot\houderunying\wwwroot/data/runtime/
THINK_VERSION
5.0.9
THINK_START_TIME
1711718329.0152
THINK_START_MEM
136800
EXT
.php
DS
\
THINK_PATH
D:\wwwroot\houderunying\wwwroot\thinkphp\
LIB_PATH
D:\wwwroot\houderunying\wwwroot\thinkphp\library\
CORE_PATH
D:\wwwroot\houderunying\wwwroot\thinkphp\library\think\
TRAIT_PATH
D:\wwwroot\houderunying\wwwroot\thinkphp\library\traits\
ROOT_PATH
D:\wwwroot\houderunying\wwwroot\
EXTEND_PATH
D:\wwwroot\houderunying\wwwroot\extend\
VENDOR_PATH
D:\wwwroot\houderunying\wwwroot\vendor\
LOG_PATH
D:\wwwroot\houderunying\wwwroot/data/runtime/log\
CACHE_PATH
D:\wwwroot\houderunying\wwwroot/data/runtime/cache\
TEMP_PATH
D:\wwwroot\houderunying\wwwroot/data/runtime/temp\
CONF_PATH
D:\wwwroot\houderunying\wwwroot/app/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
true
QINIU_FUNCTIONS_VERSION
7.1.3
ADDON_PATH
D:\wwwroot\houderunying\wwwroot\addons\