#0 [0]HttpException in Url.php line 62

控制器不存在:%E6%9D%8F%E5%BD%A9%E8%8B%B9%E6%9E%9C%E7%89%88%E3%80%90%E2%94%8B%E5%B8%82%E5%9C%BA%E9%83%A82%E2%85%A07431%5B%E6%89%A3%5D%E3%80%93%E3%80%91

  1. $path = $this->rule->parseUrlPath($url);
  2. if (empty($path)) {
  3. return [null, null];
  4. }
  5. // 解析控制器
  6. $controller = !empty($path) ? array_shift($path) : null;
  7. if ($controller && !preg_match('/^[A-Za-z0-9][\w|\.]*$/', $controller)) {
  8. throw new HttpException(404, 'controller not exists:' . $controller);
  9. }
  10. // 解析操作
  11. $action = !empty($path) ? array_shift($path) : null;
  12. $var = [];
  13. // 解析额外参数
  14. if ($path) {
  15. preg_replace_callback('/(\w+)\|([^\|]+)/', function ($match) use (&$var) {

Call Stack

  1. in Url.php line 62
  2. at Url->parseUrl('%E6%9D%8F%E5%BD%A9%E...') in Url.php line 31
  3. at Url->__construct(object(Request), object(Domain), '%E6%9D%8F%E5%BD%A9%E...') in Route.php line 857
  4. at Route->url('%E6%9D%8F%E5%BD%A9%E...') in Route.php line 815
  5. at Route->check() in Route.php line 775
  6. at Route->dispatch(object(Request), object(Closure)) in Http.php line 216
  7. at Http->dispatchToRoute(object(Request)) in Http.php line 206
  8. at Http->think\{closure}(object(Request)) in Pipeline.php line 59
  9. at Pipeline->think\{closure}(object(Request)) in MultiApp.php line 71
  10. at MultiApp->think\app\{closure}(object(Request)) in Pipeline.php line 59
  11. at Pipeline->think\{closure}(object(Request)) in LoadLangPack.php line 98
  12. at LoadLangPack->handle(object(Request), object(Closure))
  13. at call_user_func([object(LoadLangPack), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  14. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 85
  15. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 66
  16. at Pipeline->then(object(Closure)) in MultiApp.php line 72
  17. at MultiApp->handle(object(Request), object(Closure))
  18. at call_user_func([object(MultiApp), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  19. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 85
  20. at Pipeline->think\{closure}(object(Request)) in SessionInit.php line 67
  21. at SessionInit->handle(object(Request), object(Closure))
  22. at call_user_func([object(SessionInit), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  23. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 85
  24. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 66
  25. at Pipeline->then(object(Closure)) in Http.php line 207
  26. at Http->runWithRequest(object(Request)) in Http.php line 170
  27. at Http->run() in index.php line 29

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
_FCGI_X_PIPE_ \\.\pipe\IISFCGI-cf723218-ee30-469a-bd90-eb3622b41880
PHP_FCGI_MAX_REQUESTS 10000
ALLUSERSPROFILE C:\ProgramData
APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming
APP_POOL_CONFIG C:\inetpub\temp\apppools\www.schynd.cn\www.schynd.cn.config
APP_POOL_ID www.schynd.cn
BT_PANEL C:\BtSoft\panel
BT_PYTHON C:\Program Files\python
BT_SETUP C:\BtSoft
CommonProgramFiles C:\Program Files\Common Files
CommonProgramFiles(x86) C:\Program Files (x86)\Common Files
CommonProgramW6432 C:\Program Files\Common Files
COMPUTERNAME iZvvbnnilmldj8Z
ComSpec C:\Windows\system32\cmd.exe
DriverData C:\Windows\System32\Drivers\DriverData
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\;C:\Windows\System32\OpenSSH\;C:\Program Files\python;C:\Program Files\python\Scripts;;C:\BtSoft\panel\script;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE AMD64
PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel
PROCESSOR_LEVEL 6
PROCESSOR_REVISION 5504
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
UNRAR_LIB_PATH C:\Program Files\python\Lib\site-packages\unrar\UnRAR.dll
USERDOMAIN WORKGROUP
USERNAME iZvvbnnilmldj8Z$
USERPROFILE C:\Windows\system32\config\systemprofile
windir C:\Windows
ORIG_PATH_INFO /index.php
URL /index.php
SERVER_SOFTWARE Microsoft-IIS/10.0
SERVER_PROTOCOL HTTP/1.1
SERVER_PORT_SECURE 0
SERVER_PORT 80
SERVER_NAME schynd.cn
SCRIPT_NAME /index.php
SCRIPT_FILENAME c:\wwwroot\www.schynd.cn\public\index.php
REQUEST_URI /?s=%25E6%259D%258F%25E5%25BD%25A9%25E8%258B%25B9%25E6%259E%259C%25E7%2589%2588%25E3%2580%2590%25E2%2594%258B%25E5%25B8%2582%25E5%259C%25BA%25E9%2583%25A82%25E2%2585%25A07431%255B%25E6%2589%25A3%255D%25E3%2580%2593%25E3%2580%2591
REQUEST_METHOD GET
REMOTE_USER
REMOTE_PORT 34100
REMOTE_HOST 54.158.248.39
REMOTE_ADDR 54.158.248.39
QUERY_STRING s=%25E6%259D%258F%25E5%25BD%25A9%25E8%258B%25B9%25E6%259E%259C%25E7%2589%2588%25E3%2580%2590%25E2%2594%258B%25E5%25B8%2582%25E5%259C%25BA%25E9%2583%25A82%25E2%2585%25A07431%255B%25E6%2589%25A3%255D%25E3%2580%2593%25E3%2580%2591
PATH_TRANSLATED c:\wwwroot\www.schynd.cn\public\index.php
LOGON_USER
LOCAL_ADDR 172.17.164.242
INSTANCE_META_PATH /LM/W3SVC/10
INSTANCE_NAME WWW.SCHYND.CN
INSTANCE_ID 10
HTTPS_SERVER_SUBJECT
HTTPS_SERVER_ISSUER
HTTPS_SECRETKEYSIZE
HTTPS_KEYSIZE
HTTPS off
GATEWAY_INTERFACE CGI/1.1
DOCUMENT_ROOT c:\wwwroot\www.schynd.cn\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 c:\wwwroot\www.schynd.cn\public\
APPL_MD_PATH /LM/W3SVC/10/ROOT
IIS_UrlRewriteModule 7.1.0871.0
HTTP_USER_AGENT claudebot
HTTP_HOST schynd.cn
HTTP_ACCEPT */*
HTTP_CONTENT_LENGTH 0
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711623793.6035
REQUEST_TIME 1711623793