系统发生错误
发布时间:2026-08-11 | 浏览:12
[0] HttpException in Module.php line 96
$this->app['hook']->listen('module_init');
$instance = $this->app->controller($this->controller,
$this->rule->getConfig('url_controller_layer'),
$this->rule->getConfig('controller_suffix'),
$this->rule->getConfig('empty_controller'));
} catch (ClassNotFoundException $e) {
throw new HttpException(404, 'controller not exists:' . $e->getClass());
$this->app['middleware']->controller(function (Request $request, $next) use ($instance) {
$action = $this->actionName . $this->rule->getConfig('action_suffix');
if (is_callable([$instance, $action])) {
$call = [$instance, $action];
in Module.php line 96
at Module ->exec() in Dispatch.php line 168
at Dispatch ->run() in App.php line 432
at App ->think\{closure}( object ( Request ), object ( Closure ), null )
at call_user_func_array( object ( Closure ), [ object ( Request ), object ( Closure ), null ]) in Middleware.php line 185
at Middleware ->think\{closure}( object ( Request ))
at call_user_func( object ( Closure ), object ( Request )) in Middleware.php line 130
at Middleware ->dispatch( object ( Request )) in App.php line 435
at App ->run() in index.php line 36
Environment Variables