[0] HttpException in App.php line 361

模块不存在:index_83

  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 361
  2. at App::module(['index_83', null, null], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...], null) in App.php line 296
  3. at App::exec(['type' => 'module', 'module' => ['index_83', null, null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...]) in App.php line 124
  4. at App::run() in start.php line 18
  5. at require('D:\suxuantech\www\ap...') in index.php line 17

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

_FCGI_X_PIPE_
\\.\pipe\IISFCGI-5ba9c908-0fb0-48cb-af41-0b031593e10c
ALLUSERSPROFILE
C:\ProgramData
APPDATA
C:\Windows\system32\config\systemprofile\AppData\Roaming
APP_POOL_CONFIG
C:\inetpub\temp\apppools\sg_neworder\sg_neworder.config
APP_POOL_ID
sg_neworder
CommonProgramFiles
C:\Program Files\Common Files
CommonProgramFiles(x86)
C:\Program Files (x86)\Common Files
CommonProgramW6432
C:\Program Files\Common Files
COMPUTERNAME
iZ9iy8xdmfxl6tZ
ComSpec
C:\Windows\system32\cmd.exe
FP_NO_HOST_CHECK
NO
LOCALAPPDATA
C:\Windows\system32\config\systemprofile\AppData\Local
NUMBER_OF_PROCESSORS
2
OS
Windows_NT
Path
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;
PATHEXT
.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE
AMD64
PROCESSOR_IDENTIFIER
Intel64 Family 6 Model 85 Stepping 7, GenuineIntel
PROCESSOR_LEVEL
6
PROCESSOR_REVISION
5507
ProgramData
C:\ProgramData
ProgramFiles
C:\Program Files
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
iZ9iy8xdmfxl6tZ$
USERPROFILE
C:\Windows\system32\config\systemprofile
windir
C:\Windows
ORIG_PATH_INFO
/index.php/index_83.html
URL
/index.php
SERVER_SOFTWARE
Microsoft-IIS/8.5
SERVER_PROTOCOL
HTTP/1.1
SERVER_PORT_SECURE
0
SERVER_PORT
80
SERVER_NAME
www.ambx.com.cn
SCRIPT_NAME
/index.php
SCRIPT_FILENAME
D:\suxuantech\www\apps\SGneworder\public\index.php
REQUEST_URI
/index_83.html
REQUEST_METHOD
GET
REMOTE_USER
REMOTE_PORT
41026
REMOTE_HOST
3.238.233.189
REMOTE_ADDR
3.238.233.189
QUERY_STRING
PATH_TRANSLATED
D:\suxuantech\www\apps\SGneworder\public\index.php\index_83.html
PATH_INFO
/index_83.html
LOGON_USER
LOCAL_ADDR
172.17.5.89
INSTANCE_META_PATH
/LM/W3SVC/13
INSTANCE_NAME
SG_NEWORDER
INSTANCE_ID
13
HTTPS_SERVER_SUBJECT
HTTPS_SERVER_ISSUER
HTTPS_SECRETKEYSIZE
HTTPS_KEYSIZE
HTTPS
off
GATEWAY_INTERFACE
CGI/1.1
DOCUMENT_ROOT
D:\suxuantech\www\apps\SGneworder\public
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:\suxuantech\www\apps\SGneworder\public\
APPL_MD_PATH
/LM/W3SVC/13/ROOT
IIS_UrlRewriteModule
7.1.1980.0
UNENCODED_URL
/index_83.html
IIS_WasUrlRewritten
1
HTTP_X_ORIGINAL_URL
/index_83.html
HTTP_USER_AGENT
claudebot
HTTP_HOST
www.ambx.com.cn
HTTP_ACCEPT
*/*
HTTP_CONTENT_LENGTH
0
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php/index_83.html
REQUEST_TIME_FLOAT
1711635166.9352
REQUEST_TIME
1711635166
Environment Variables
empty

ThinkPHP Constants

APP_PATH
D:\suxuantech\www\apps\SGneworder\public/../application/
THINK_VERSION
5.0.11
THINK_START_TIME
1711635166.9373
THINK_START_MEM
277784
EXT
.php
DS
\
THINK_PATH
D:\suxuantech\www\apps\SGneworder\thinkphp\
LIB_PATH
D:\suxuantech\www\apps\SGneworder\thinkphp\library\
CORE_PATH
D:\suxuantech\www\apps\SGneworder\thinkphp\library\think\
TRAIT_PATH
D:\suxuantech\www\apps\SGneworder\thinkphp\library\traits\
ROOT_PATH
D:\suxuantech\www\apps\SGneworder\
EXTEND_PATH
D:\suxuantech\www\apps\SGneworder\extend\
VENDOR_PATH
D:\suxuantech\www\apps\SGneworder\vendor\
RUNTIME_PATH
D:\suxuantech\www\apps\SGneworder\runtime\
LOG_PATH
D:\suxuantech\www\apps\SGneworder\runtime\log\
CACHE_PATH
D:\suxuantech\www\apps\SGneworder\runtime\cache\
TEMP_PATH
D:\suxuantech\www\apps\SGneworder\runtime\temp\
CONF_PATH
D:\suxuantech\www\apps\SGneworder\public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
true
APP_VERSION
0.0.3
ERR_LOGIN_EXPIRED
-1
ERR_LOGIN_UNLOGIN
-2
SYSTEM_ADMIN
22
SYSTEM_OTHER
26
WX_GETOPENID_TYPE_USER
1
WX_GETOPENID_TYPE_STAFF
2
IS_POST
false
MS_WORK_TYPE
1
HW_WORK_TYPE
21
抱歉!您访问的页面已经离开地球......
页面自动 跳转 等待时间: 3
0.040859s