[0] HttpException in Module.php line 63

模块不存在:showpro.asp

  1. $available = true;
  2. }
  3. // 模块初始化
  4. if ($module && $available) {
  5. // 初始化模块
  6. $this->request->setModule($module);
  7. $this->app->init($module);
  8. } else {
  9. throw new HttpException(404, 'module not exists:' . $module);
  10. }
  11. }
  12. // 是否自动转换控制器和操作名
  13. $convert = is_bool($this->convert) ? $this->convert : $this->rule->getConfig('url_convert');
  14. // 获取控制器名
  15. $controller = strip_tags($result[1] ?: $this->rule->getConfig('default_controller'));
  16. $this->controller = $convert ? strtolower($controller) : $controller;

Call Stack

  1. in Module.php line 63
  2. at Module->init() in Url.php line 25
  3. at Url->init() in App.php line 402
  4. at App->run() in index.php line 23

Environment Variables

GET Data
bigID 215
smallID 259
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
PHPRC C:\php7\
PHP_FCGI_MAX_REQUESTS 10000
ALLUSERSPROFILE C:\ProgramData
APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming
APP_POOL_ID Normal_(i)_7
CommonProgramFiles C:\Program Files\Common Files
COMPUTERNAME WIN-NLRTEOW2ILZ
ComSpec C:\Windows\system32\cmd.exe
FP_NO_HOST_CHECK NO
LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local
OS Windows_NT
Path C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\php5;C:\Program Files\WinRAR;C:\Windows\System32\inetsrv;C:\salt
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE x86
PROCESSOR_IDENTIFIER x86 Family 6 Model 45 Stepping 6, GenuineIntel
PROCESSOR_LEVEL 6
PROCESSOR_REVISION 2d06
ProgramData C:\ProgramData
ProgramFiles C:\Program Files
PSModulePath C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files\Microsoft Security Client\MpProvider\
PUBLIC C:\Users\Public
SystemDrive C:
SystemRoot C:\Windows
TEMP C:\Windows\TEMP
TMP C:\Windows\TEMP
USERDOMAIN WORKGROUP
USERNAME WIN-NLRTEOW2ILZ$
USERPROFILE C:\Windows\system32\config\systemprofile
windir C:\Windows
ORIG_PATH_INFO /index.php/showpro.asp
URL /index.php
SERVER_SOFTWARE Microsoft-IIS/7.0
SERVER_PROTOCOL HTTP/1.1
SERVER_PORT_SECURE 0
SERVER_PORT 80
SERVER_NAME www.imvchina.com
SCRIPT_NAME /index.php
REQUEST_METHOD GET
REMOTE_USER
REMOTE_PORT 50778
REMOTE_HOST 52.205.159.48
REMOTE_ADDR 52.205.159.48
QUERY_STRING bigID=215&smallID=259
PATH_TRANSLATED D:\wwwroot\ksimvchina\wwwroot\index.php\showpro.asp
PATH_INFO /showpro.asp
LOGON_USER
LOCAL_ADDR 114.80.215.239
INSTANCE_META_PATH /LM/W3SVC/90
INSTANCE_ID 90
HTTPS_SERVER_SUBJECT
HTTPS_SERVER_ISSUER
HTTPS_SECRETKEYSIZE
HTTPS_KEYSIZE
HTTPS off
GATEWAY_INTERFACE CGI/1.1
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\ksimvchina\wwwroot\
APPL_MD_PATH /LM/W3SVC/90/ROOT
IIS_UrlRewriteModule 7.1.0761.0
UNENCODED_URL /showpro.asp?bigID=215&smallID=259
IIS_WasUrlRewritten 1
SCRIPT_FILENAME D:\wwwroot\ksimvchina\wwwroot\index.php
REQUEST_URI /showpro.asp?bigID=215&smallID=259
DOCUMENT_ROOT D:\wwwroot\ksimvchina\wwwroot
HTTP_X_ORIGINAL_URL /showpro.asp?bigID=215&smallID=259
HTTP_USER_AGENT claudebot
HTTP_HOST www.imvchina.com
HTTP_ACCEPT */*
HTTP_CONTENT_LENGTH 0
FCGI_ROLE RESPONDER
PHP_SELF /index.php/showpro.asp
REQUEST_TIME_FLOAT 1711641827.3744
REQUEST_TIME 1711641827
Environment Variablesempty
ThinkPHP Constantsempty