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

控制器不存在:app\Index\controller\IndexController

  1. foreach ($services as $service) {
  2. $this->app->register($service);
  3. }
  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 102
  2. at Controller->exec() in Dispatch.php line 90
  3. at Dispatch->run() in Route.php line 772
  4. at Route->think\{closure}() in Pipeline.php line 59
  5. at Pipeline->think\{closure}() in Pipeline.php line 66
  6. at Pipeline->then() in Route.php line 773
  7. at Route->dispatch() in Http.php line 217
  8. at Http->dispatchToRoute() in Http.php line 207
  9. at Http->think\{closure}() in Pipeline.php line 59
  10. at Pipeline->think\{closure}() in SessionInit.php line 67
  11. at SessionInit->handle()
  12. at call_user_func() in Middleware.php line 142
  13. at Middleware->think\{closure}() in Pipeline.php line 85
  14. at Pipeline->think\{closure}() in TraceDebug.php line 71
  15. at TraceDebug->handle()
  16. at call_user_func() in Middleware.php line 142
  17. at Middleware->think\{closure}() in Pipeline.php line 85
  18. at Pipeline->think\{closure}() in Pipeline.php line 66
  19. at Pipeline->then() in Http.php line 208
  20. at Http->runWithRequest() in Http.php line 171
  21. at Http->run() in index.php line 32

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookies
$Version 1
PHPSESSID 7994928f46a09f1782e0b9614cf83b63
$Path /
Session
last_time 1707231815
Server/Request Data
TEMP /tmp
TMPDIR /tmp
TMP /tmp
PATH /usr/local/bin:/usr/bin:/bin
USER www
HOME /home/www
HTTP_ACCEPT_ENCODING gzip, identity;q=0.9
HTTP_ACCEPT_LANGUAGE en, *
HTTP_ACCEPT text/html,image/png,image/jpeg,image/pjpeg,image/x-xbitmap,image/svg+xml,image/gif;q=0.9,*/*;q=0.1
HTTP_USER_AGENT Mozilla/4.5 (compatible; 3.0x; Windows 98)
HTTP_COOKIE $Version=1; PHPSESSID=7994928f46a09f1782e0b9614cf83b63; $Path=/
HTTP_REFERER http://www.igupu.com/
HTTP_CONNECTION close
HTTP_X_FORWARDED_FOR 38.207.248.66
HTTP_HOST www.igupu.com
PATH_INFO /Index/index.html
REDIRECT_STATUS 200
SERVER_NAME 192.168.10.173
SERVER_PORT 8080
SERVER_ADDR 192.168.10.173
REMOTE_PORT 62831
REMOTE_ADDR 192.168.10.115
SERVER_PROTOCOL HTTP/1.0
DOCUMENT_ROOT /data/httpd/kaihenggw/public
DOCUMENT_URI /index.php/Index/index.html
REQUEST_URI /Index/index.html
SCRIPT_NAME /index.php
SCRIPT_FILENAME /data/httpd/kaihenggw/public/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING
SERVER_SOFTWARE nginx
GATEWAY_INTERFACE CGI/1.1
FCGI_ROLE RESPONDER
PHP_SELF /index.php/Index/index.html
REQUEST_TIME_FLOAT 1707232039.1465
REQUEST_TIME 1707232039
z6尊龙·凯时(中国区)官方网站
0.041088s
z6尊龙·凯时(中国区)官方网站_活动8784
友情链接:凯发旗舰厅(中国区)官方网站  凯发AG·(中国区)官方网站  k8凯发(中国)天生赢家·一触即发  k8凯发(中国)天生赢家·一触即发  k8凯发(中国)天生赢家·一触即发  凯发APP·(中国区)官方网站  尊龙凯时人生就是博·官方(中国)  k8·凯发(中国)天生赢家·一触即发  AG真人(官网)平台-AG真人官方网站-APP STORE  星空体育.(中国)官方网站  
z6尊龙·凯时(中国区)官方网站
TYPE html> z6尊龙·凯时(中国区)官方网站

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

控制器不存在:app\Index\controller\IndexController

z6尊龙·凯时(中国区)官方网站
  1. foreach ($services as $service) {
  2. $this->app->register($service);
  3. }
  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 102
  2. at Controller->exec() in Dispatch.php line 90
  3. at Dispatch->run() in Route.php line 772
  4. at Route->think\{closure}() in Pipeline.php line 59
  5. at Pipeline->think\{closure}() in Pipeline.php line 66
  6. at Pipeline->then() in Route.php line 773
  7. at Route->dispatch() in Http.php line 217
  8. at Http->dispatchToRoute() in Http.php line 207
  9. at Http->think\{closure}() in Pipeline.php line 59
  10. at Pipeline->think\{closure}() in SessionInit.php line 67
  11. at SessionInit->handle()
  12. at call_user_func() in Middleware.php line 142
  13. at Middleware->think\{closure}() in Pipeline.php line 85
  14. at Pipeline->think\{closure}() in TraceDebug.php line 71
  15. at TraceDebug->handle()
  16. at call_user_func() in Middleware.php line 142
  17. at Middleware->think\{closure}() in Pipeline.php line 85
  18. at Pipeline->think\{closure}() in Pipeline.php line 66
  19. at Pipeline->then() in Http.php line 208
  20. at Http->runWithRequest() in Http.php line 171
  21. at Http->run() in index.php line 32

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookies
$Version 1
PHPSESSID 7994928f46a09f1782e0b9614cf83b63
$Path /
Session
last_time 1707231815
Server/Request Data
TEMP /tmp
TMPDIR /tmp
TMP /tmp
PATH /usr/local/bin:/usr/bin:/bin
USER www
HOME /home/www
HTTP_ACCEPT_ENCODING gzip, identity;q=0.9
HTTP_ACCEPT_LANGUAGE en, *
HTTP_ACCEPT text/html,image/png,image/jpeg,image/pjpeg,image/x-xbitmap,image/svg+xml,image/gif;q=0.9,*/*;q=0.1
HTTP_USER_AGENT Mozilla/4.5 (compatible; 3.0x; Windows 98)
HTTP_COOKIE $Version=1; PHPSESSID=7994928f46a09f1782e0b9614cf83b63; $Path=/
HTTP_REFERER http://www.igupu.com/
HTTP_CONNECTION close
HTTP_X_FORWARDED_FOR 38.207.248.66
HTTP_HOST www.igupu.com
PATH_INFO /Index/index.html
REDIRECT_STATUS 200
SERVER_NAME 192.168.10.173
SERVER_PORT 8080
SERVER_ADDR 192.168.10.173
REMOTE_PORT 62831
REMOTE_ADDR 192.168.10.115
SERVER_PROTOCOL HTTP/1.0
DOCUMENT_ROOT /data/httpd/kaihenggw/public
DOCUMENT_URI /index.php/Index/index.html
REQUEST_URI /Index/index.html
SCRIPT_NAME /index.php
SCRIPT_FILENAME /data/httpd/kaihenggw/public/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING
SERVER_SOFTWARE nginx
GATEWAY_INTERFACE CGI/1.1
FCGI_ROLE RESPONDER
PHP_SELF /index.php/Index/index.html
REQUEST_TIME_FLOAT 1707232039.1465
REQUEST_TIME 1707232039
z6尊龙·凯时(中国区)官方网站
z6尊龙·凯时(中国区)官方网站
0.041088s
z6尊龙·凯时(中国区)官方网站_活动8784