[0] HttpException in Module.php line 96

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

  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 96
  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 23

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
REDIRECT_HTTPS on
REDIRECT_STATUS 200
HTTPS on
HTTP_HOST www.ysoto.com
HTTP_REFERER http://www.ysoto.com/index_handan.html
HTTP_X_REAL_IP 44.192.75.131
HTTP_X_FORWARDED_PROTO https
HTTP_CONNECTION close
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
PATH /sbin:/bin:/usr/sbin:/usr/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin
LD_LIBRARY_PATH /usr/local/apache/lib
SERVER_SIGNATURE <address>Apache Server at www.ysoto.com Port 80</address>
SERVER_SOFTWARE Apache
SERVER_NAME www.ysoto.com
SERVER_ADDR 127.0.0.1
SERVER_PORT 80
REMOTE_ADDR 44.192.75.131
DOCUMENT_ROOT /home/wwwroot/www.ysoto.com/public
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /home/wwwroot/www.ysoto.com/public
SERVER_ADMIN webmaster@example.com
SCRIPT_FILENAME /home/wwwroot/www.ysoto.com/public/index.php
REMOTE_PORT 55334
REDIRECT_URL /index_handan.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /index_handan.html
SCRIPT_NAME /index.php
PATH_INFO /index_handan.html
PATH_TRANSLATED redirect:/index.php/index_handan.html
PHP_SELF /index.php/index_handan.html
REQUEST_TIME_FLOAT 1711636053.022
REQUEST_TIME 1711636053
Environment Variablesempty
ThinkPHP Constants
APP_PATH /home/wwwroot/www.ysoto.com/public/../application_0318/
CURR_MODULE index
APP_DEBUG true
PROTOCOL http
SITE_DOMAIN www.kky.local
BASE_URL
SITE_URL
TIME_UTC 1711636053
ADMIN_URL /admin.php
STATUS_SUCCESS 1000
STATUS_FAILED 1001
STATUS_INFO 1002
STATUS_REDIRECT 1005
STATUS_HTML 1006
STATUS_INVALID_PARAM 1011
STATUS_INVALID_OPERATION 1012
STATUS_NOT_LOGIN 1099
ENCRYPT_KEY caiyicaineed
MODEL_ID_ARR { "goods_group": 1, "spot_goods": 2, "price_instance": 3 }
SITE_MARK kyy
RUNTIME_PATH /home/wwwroot/www.ysoto.com/runtime/
FILTER_VALIDATE_BOOL 258