#0 [0]HttpException in Controller.php line 76

controller not exists:app\index\controller\Login

                        
  1. ->setAction($this->actionName);
  2. }
  3. public function exec()
  4. {
  5. try {
  6. // 实例化控制器
  7. $instance = $this->controller($this->controller);
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. // 注册控制器中间件
  12. $this->registerControllerMiddleware($instance);
  13. return $this->app->middleware->pipeline('controller')
  14. ->send($this->request)
  15. ->then(function () use ($instance) {
  16. // 获取当前操作名

Call Stack

  1. in Controller.php line 76
  2. at Controller->exec() in Dispatch.php line 89
  3. at Dispatch->run() in Route.php line 760
  4. at Route->think\{closure}(object(Request)) in Pipeline.php line 59
  5. at Pipeline->think\{closure}(object(Request)) in Library.php line 98
  6. at Library->think\admin\{closure}(object(Request), object(Closure))
  7. at call_user_func(object(Closure), object(Request), object(Closure)) in Middleware.php line 142
  8. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  9. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  10. at Pipeline->then(object(Closure)) in Route.php line 761
  11. at Route->dispatch(object(Request), object(Closure)) in Http.php line 210
  12. at Http->dispatchToRoute(object(Request)) in Http.php line 200
  13. at Http->think\{closure}(object(Request)) in Pipeline.php line 59
  14. at Pipeline->think\{closure}(object(Request)) in App.php line 70
  15. at App->think\admin\multiple\{closure}(object(Request)) in Pipeline.php line 59
  16. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  17. at Pipeline->then(object(Closure)) in App.php line 71
  18. at App->handle(object(Request), object(Closure))
  19. at call_user_func([object(App), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  20. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  21. at Pipeline->think\{closure}(object(Request)) in MultiApp.php line 71
  22. at MultiApp->think\app\{closure}(object(Request)) in Pipeline.php line 59
  23. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  24. at Pipeline->then(object(Closure)) in MultiApp.php line 72
  25. at MultiApp->handle(object(Request), object(Closure))
  26. at call_user_func([object(MultiApp), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  27. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  28. at Pipeline->think\{closure}(object(Request)) in LoadLangPack.php line 59
  29. at LoadLangPack->handle(object(Request), object(Closure))
  30. at call_user_func([object(LoadLangPack), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  31. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  32. at Pipeline->think\{closure}(object(Request)) in SessionInit.php line 67
  33. at SessionInit->handle(object(Request), object(Closure))
  34. at call_user_func([object(SessionInit), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  35. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  36. at Pipeline->think\{closure}(object(Request)) in TraceDebug.php line 71
  37. at TraceDebug->handle(object(Request), object(Closure))
  38. at call_user_func([object(TraceDebug), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  39. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  40. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  41. at Pipeline->then(object(Closure)) in Http.php line 201
  42. at Http->runWithRequest(object(Request)) in Http.php line 162
  43. at Http->run() in SystemService.php line 335
  44. at SystemService->doInit(object(App)) in index.php line 18

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
_FCGI_X_PIPE_ \\.\pipe\IISFCGI-20c47b82-f07b-491a-8843-134b364cd9ad
PHPRC D:\php\php-7.1.6-nts\
PHP_FCGI_MAX_REQUESTS 10000
ALLUSERSPROFILE C:\ProgramData
APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming
APP_POOL_CONFIG C:\inetpub\temp\apppools\fx\fx.config
APP_POOL_ID fx
CommonProgramFiles C:\Program Files\Common Files
CommonProgramFiles(x86) C:\Program Files (x86)\Common Files
CommonProgramW6432 C:\Program Files\Common Files
COMPUTERNAME SERVER-CCB6B5D7
ComSpec C:\Windows\system32\cmd.exe
FP_NO_HOST_CHECK NO
LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local
NUMBER_OF_PROCESSORS 4
OS Windows_NT
Path D:\php\php-7.1.6-nts;C:\Windows;C:\Windows\system32;C:\Windows\System32\Wbem;
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:\Windows\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files\Intel\Wired Networking\
PUBLIC C:\Users\Public
SystemDrive C:
SystemRoot C:\Windows
TEMP C:\Windows\TEMP
TMP C:\Windows\TEMP
USERDOMAIN WORKGROUP
USERNAME SERVER-CCB6B5D7$
USERPROFILE C:\Windows\system32\config\systemprofile
windir C:\Windows
ORIG_PATH_INFO /index.php/login/2/103.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.057wan.com
SCRIPT_NAME /index.php
SCRIPT_FILENAME D:\web\fenxiao\public\index.php
REQUEST_URI /login/2/103.html
REQUEST_METHOD GET
REMOTE_USER
REMOTE_PORT 50274
REMOTE_HOST 112.74.96.93
REMOTE_ADDR 112.74.96.93
QUERY_STRING
PATH_TRANSLATED D:\web\fenxiao\public\index.php\login\2\103.html
PATH_INFO /login/2/103.html
LOGON_USER
LOCAL_ADDR 192.168.0.127
INSTANCE_META_PATH /LM/W3SVC/3
INSTANCE_NAME FENXIAO
INSTANCE_ID 3
HTTPS_SERVER_SUBJECT
HTTPS_SERVER_ISSUER
HTTPS_SECRETKEYSIZE
HTTPS_KEYSIZE
HTTPS off
GATEWAY_INTERFACE CGI/1.1
DOCUMENT_ROOT D:\web\fenxiao\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:\web\fenxiao\public\
APPL_MD_PATH /LM/W3SVC/3/ROOT
IIS_UrlRewriteModule 7.1.0871.0
UNENCODED_URL /login/2/103.html
IIS_WasUrlRewritten 1
HTTP_X_ORIGINAL_URL /login/2/103.html
HTTP_ALI_CDN_REAL_IP 3.90.33.254
HTTP_X_CLIENT_SCHEME http
HTTP_X_FORWARDED_FOR 3.90.33.254
HTTP_ALI_SWIFT_STAT_HOST level2.www.057wan.com
HTTP_ALI_SWIFT_LOG_HOST www.057wan.com
HTTP_EAGLEEYE_TRACEID 3da0c01117116502852205024e
HTTP_USER_AGENT claudebot
HTTP_HOST www.057wan.com
HTTP_ACCEPT */*
HTTP_CONTENT_LENGTH 0
HTTP_VIA cn6425.l1, kunlun10.cn6425, l2cn3160.l2, cache66.l2cn3160
FCGI_ROLE RESPONDER
PHP_SELF /index.php/login/2/103.html
REQUEST_TIME_FLOAT 1711650285.3129
REQUEST_TIME 1711650285