[0] HttpException in Module.php line 63

模块不存在:products.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 21

Environment Variables

GET Data
id 162
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
_FCGI_X_PIPE_ \\.\pipe\IISFCGI-801cbd9a-1c3b-4a39-8afe-589e06422e3b
PHP_FCGI_MAX_REQUESTS 1000
PHPRC C:\php_56
ALLUSERSPROFILE C:\ProgramData
APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming
APP_POOL_CONFIG C:\inetpub\temp\apppools\cxlanlingcn\cxlanlingcn.config
APP_POOL_ID cxlanlingcn
CommonProgramFiles C:\Program Files (x86)\Common Files
CommonProgramFiles(x86) C:\Program Files (x86)\Common Files
CommonProgramW6432 C:\Program Files\Common Files
COMPUTERNAME EBS-34871
ComSpec C:\Windows\system32\cmd.exe
DriverData C:\Windows\System32\Drivers\DriverData
LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local
NUMBER_OF_PROCESSORS 12
OS Windows_NT
Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\php_52;D:\mysql\bin;c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files\dotnet\;C:\Program Files (x86)\dotnet\;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 85 Stepping 4, GenuineIntel
PROCESSOR_LEVEL 6
PROCESSOR_REVISION 5504
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-34871$
USERPROFILE C:\Windows\system32\config\systemprofile
windir C:\Windows
ORIG_PATH_INFO /index.php/products.asp
URL /index.php
SERVER_SOFTWARE Microsoft-IIS/10.0
SERVER_PROTOCOL HTTP/1.1
SERVER_PORT_SECURE 0
SERVER_PORT 80
SERVER_NAME www.cxlanling.com
SCRIPT_NAME /index.php
SCRIPT_FILENAME D:\wwwroot\cxlanlingcn\wwwroot\index.php
REQUEST_URI /products.asp?id=162
REQUEST_METHOD GET
REMOTE_USER
REMOTE_PORT 62801
REMOTE_HOST 127.0.0.1
REMOTE_ADDR 127.0.0.1
QUERY_STRING id=162
PATH_TRANSLATED D:\wwwroot\cxlanlingcn\wwwroot\index.php\products.asp
PATH_INFO /products.asp
LOGON_USER
LOCAL_ADDR 127.0.0.1
INSTANCE_META_PATH /LM/W3SVC/10773
INSTANCE_NAME CXLANLINGCN
INSTANCE_ID 10773
HTTPS_SERVER_SUBJECT
HTTPS_SERVER_ISSUER
HTTPS_SECRETKEYSIZE
HTTPS_KEYSIZE
HTTPS off
GATEWAY_INTERFACE CGI/1.1
DOCUMENT_ROOT D:\wwwroot\cxlanlingcn\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\cxlanlingcn\wwwroot\
APPL_MD_PATH /LM/W3SVC/10773/ROOT
IIS_UrlRewriteModule 7,1,1993,2336
WEBSOCKET_VERSION 13
UNENCODED_URL /products.asp?id=162
IIS_WasUrlRewritten 1
HTTP_X_ORIGINAL_URL /products.asp?id=162
HTTP_X_REAL_IP 54.224.52.210
HTTP_X_FORWARDED_FOR 54.224.52.210
HTTP_USER_AGENT claudebot
HTTP_HOST www.cxlanling.com
HTTP_ACCEPT */*
HTTP_CONTENT_LENGTH 0
HTTP_CONNECTION close
FCGI_ROLE RESPONDER
PHP_SELF /index.php/products.asp
REQUEST_TIME_FLOAT 1710480291.3962
REQUEST_TIME 1710480291
Environment Variablesempty
ThinkPHP Constantsempty