[0] HttpException in Module.php line 97

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

  1. $this->app['hook']->listen('module_init');
  2. try {
  3. // 实例化控制器
  4. $instance = $this->app->controller($this->controller,
  5. $this->rule->getConfig('url_controller_layer'),
  6. $this->rule->getConfig('controller_suffix'),
  7. $this->rule->getConfig('empty_controller'));
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. $this->app['middleware']->controller(function (Request $request, $next) use ($instance) {
  12. // 获取当前操作名
  13. $action = $this->actionName . $this->rule->getConfig('action_suffix');
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in Module.php line 97
  2. at Module->exec() in Dispatch.php line 168
  3. at Dispatch->run() in App.php line 432
  4. at App->think\{closure}(object(Request), object(Closure), null)
  5. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  6. at Middleware->think\{closure}(object(Request))
  7. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  8. at Middleware->dispatch(object(Request)) in App.php line 435
  9. at App->run() in index.php line 42

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
FCGI_ROLE RESPONDER
REDIRECT_HTTPS on
REDIRECT_SSL_TLS_SNI m.zhuwang.cc
REDIRECT_STATUS 200
HTTPS on
SSL_TLS_SNI m.zhuwang.cc
proxy-nokeepalive 1
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST m.zhuwang.cc
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
LD_LIBRARY_PATH /www/server/apache/lib
SERVER_SIGNATURE <address>Apache Server at m.zhuwang.cc Port 443</address>
SERVER_SOFTWARE Apache
SERVER_NAME m.zhuwang.cc
SERVER_ADDR 38.49.56.23
SERVER_PORT 443
REMOTE_ADDR 3.235.42.157
DOCUMENT_ROOT /www/wwwroot/zt_zhuwang_cc/public
REQUEST_SCHEME https
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /www/wwwroot/zt_zhuwang_cc/public
SERVER_ADMIN webmaster@example.com
SCRIPT_FILENAME /www/wwwroot/zt_zhuwang_cc/public/index.php
REMOTE_PORT 47452
REDIRECT_URL /kangjiu/home.html
REDIRECT_QUERY_STRING s=/kangjiu/home.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING s=/kangjiu/home.html
REQUEST_URI /kangjiu/home.html
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710833580.4628
REQUEST_TIME 1710833580
Environment Variablesempty
ThinkPHP Constants
APP_PATH /www/wwwroot/zt_zhuwang_cc/public/../application/
IS_HTTPS 0
SITE_DOMAIN m.zhuwang.cc
SITE_URL http://m.zhuwang.cc/
STATIC_URL http://m.zhuwang.cc/static/
ZHUJIA_PATH https://zhujia.zhuwang.cc
M_PATH https://m.zhuwang.cc
ZT_PATH https://zt.zhuwang.cc
ADMIN_PATH https://admin.zhuwang.cc
API_PATH https://api.zhuwang.cc
PIC_PATH https://pic.zhuwang.cc
CDNIMG_PATH https://img.zhuwang.cc
ZW_PATH https://www.zhuwang.cc
ATTACH_PATH /www/wwwroot/zt_zhuwang_cc/public/attachment_/
ATTACH_URL http://m.zhuwang.cc/attachment_/
EXTEND_PATH /www/wwwroot/zt_zhuwang_cc/public/../extend/
PIC_ZHUWANG https://pic.zhuwang.cc/uploads/
PC_PATH /www/wwwroot/www_zhuwang_cc/phpcms/
CHARSET utf-8