best365官网登录-首页(欢迎您)

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

控制器不存在:app\index\controller\Service

  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 96
  3. at Dispatch->run() in Route.php line 747
  4. at Route->think\{closure}(object(Request)) in Pipeline.php line 59
  5. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  6. at Pipeline->then(object(Closure)) in Route.php line 748
  7. at Route->dispatch(object(Request), object(Closure)) in Http.php line 213
  8. at Http->dispatchToRoute(object(Request)) in Http.php line 203
  9. at Http->think\{closure}(object(Request)) in Pipeline.php line 59
  10. at Pipeline->think\{closure}(object(Request)) in SessionInit.php line 67
  11. at SessionInit->handle(object(Request), object(Closure))
  12. at call_user_func([object(SessionInit), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  13. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  14. at Pipeline->think\{closure}(object(Request)) in TraceDebug.php line 71
  15. at TraceDebug->handle(object(Request), object(Closure))
  16. at call_user_func([object(TraceDebug), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  17. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  18. at Pipeline->think\{closure}(object(Request)) in MultiApp.php line 71
  19. at MultiApp->think\app\{closure}(object(Request)) in Pipeline.php line 59
  20. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  21. at Pipeline->then(object(Closure)) in MultiApp.php line 72
  22. at MultiApp->handle(object(Request), object(Closure))
  23. at call_user_func([object(MultiApp), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  24. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 84
  25. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 65
  26. at Pipeline->then(object(Closure)) in Http.php line 204
  27. at Http->runWithRequest(object(Request)) in Http.php line 162
  28. at Http->run() in index.php line 20

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookies
PHPSESSID bfdf0791ca3d32f15b517e70e59d5886
Sessionempty
Server/Request Data
DOCUMENT_ROOT /usr/home/wh-ax9mqhlb4j6vgxgnkqx/htdocs
GATEWAY_INTERFACE CGI/1.1
HTTP_ACCEPT */*
HTTP_ACCEPT_ENCODING gzip
HTTP_COOKIE PHPSESSID=bfdf0791ca3d32f15b517e70e59d5886
HTTP_HOST www.sanfengkj.com
HTTP_USER_AGENT CCBot/2.0 (https://commoncrawl.org/faq/)
PATH /bin
PATH_INFO /index/service/protein_interaction_testings.html
PATH_TRANSLATED /usr/home/wh-ax9mqhlb4j6vgxgnkqx/htdocs/index.php
PHPRC /var/www/php72/hichina_ini/wh-ax9mqhlb4j6vgxgnkqx
QUERY_STRING
REDIRECT_STATUS 200
REMOTE_ADDR 104.206.95.22
REMOTE_PORT 48668
REQUEST_METHOD GET
REQUEST_URI /index.php/index/service/protein_interaction_testings.html
SCRIPT_FILENAME /usr/home/wh-ax9mqhlb4j6vgxgnkqx/htdocs/index.php
SCRIPT_NAME /index.php
SCRIPT_URI /index.php/index/service/protein_interaction_testings.html
SCRIPT_URL /index.php/index/service/protein_interaction_testings.html
SERVER_ADDR 10.19.178.76
SERVER_ADMIN webmaster@wh-ax9mqhlb4j6vgxgnkqx.my3w.com
SERVER_NAME www.sanfengkj.com
SERVER_PORT 80
SERVER_PROTOCOL HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
TZ Asia/Shanghai
UNIQUE_ID ZCE@MAoTskwACGQ4WZgAAAAI
PHP_SELF /index.php/index/service/protein_interaction_testings.html
REQUEST_TIME_FLOAT 1679900208.3219
REQUEST_TIME 1679900208
Environment Variables
APP_DEBUG 1
APP_TRACE
APP_DEFAULT_TIMEZONE Asia/Shanghai
LANG_DEFAULT_LANG zh-cn
ThinkPHP Constantsempty
0.063663s