[0] HttpException in Module.php line 100

controller not exists:app\controller\Wp-includes

  1. $instance = $this->app->controller($this->controller,
  2. $this->rule->getConfig('url_controller_layer'),
  3. $this->rule->getConfig('controller_suffix'),
  4. $this->rule->getConfig('empty_controller'));
  5. if ($instance instanceof Controller) {
  6. $instance->registerMiddleware();
  7. }
  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 100
  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 21

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER seasons
HOME /home/seasons
FCGI_ROLE RESPONDER
REDIRECT_UNIQUE_ID ZgaNmP8Z2x1wr1s15_SSNAAAAA8
REDIRECT_HTTPS on
REDIRECT_SSL_TLS_SNI seasonslee.net
REDIRECT_STATUS 200
UNIQUE_ID ZgaNmP8Z2x1wr1s15_SSNAAAAA8
HTTPS on
SSL_TLS_SNI seasonslee.net
proxy-nokeepalive 1
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_REFERER http://seasonslee.net/wp-includes/index.html
HTTP_HOST seasonslee.net
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
SERVER_SIGNATURE
SERVER_SOFTWARE Apache/2
SERVER_NAME seasonslee.net
SERVER_ADDR 103.11.103.114
SERVER_PORT 443
REMOTE_ADDR 44.192.247.144
DOCUMENT_ROOT /home/seasons/domains/seasonslee.net/private_html
REQUEST_SCHEME https
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /home/seasons/domains/seasonslee.net/private_html
SERVER_ADMIN webmaster@seasonslee.net
SCRIPT_FILENAME /home/seasons/domains/seasonslee.net/private_html/index.php
REMOTE_PORT 59244
REDIRECT_URL /wp-includes/index.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /wp-includes/index.html
SCRIPT_NAME /index.php
PATH_INFO /wp-includes/index.html
PATH_TRANSLATED redirect:/index.php/wp-includes/index.html/index.html
PHP_SELF /index.php/wp-includes/index.html
REQUEST_TIME_FLOAT 1711705496.4746
REQUEST_TIME 1711705496
Environment Variablesempty
ThinkPHP Constantsempty