当前位置:论坛首页 > Linux面板 > 求助

thinkphp做的网站突然就成这样了

发表在 Linux面板2024-12-19 20:52 [复制链接] 0 179

为了能快速了解并处理您的问题,请提供以下基础信息:
面板、插件版本:
9.2
系统版本:
CentOS8
问题描述:
PHP Warning:  Unexpected character in input:  '' (ASCII=22) state=0 in /www/wwwroot
[0] HttpException in [url=]Module.php line 97[/url]
控制器不存在:app\index\controller\Index


  •         $this->app['hook']->listen('module_init');
  •         try {
  •             // 实例化控制器
  •             $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];

Call Stack
  • in [url=]Module.php line 97[/url]
  • at Module->exec() in [url=]Dispatch.php line 168[/url]
  • at Dispatch->run() in [url=]App.php line 432[/url]
  • at App->think\{closure}(object(Request), object(Closure), null)
  • at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in [url=]Middleware.php line 185[/url]
  • at Middleware->think\{closure}(object(Request))
  • at call_user_func(object(Closure), object(Request)) in [url=]Middleware.php line 130[/url]
  • at Middleware->dispatch(object(Request)) in [url=]App.php line 435[/url]
  • at App->run() in [url=]index.php line 42[/url]



相关截图(日志、错误):


使用道具 举报 只看该作者 回复
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急运维服务

响应时间:3分钟

问题处理方式:宝塔专家1对1服务

工作时间:工作日:9:00 - 18:30

宝塔专业团队为您解决服务器疑难问题

立即付费处理

工作时间:09:00至24:00

快速回复 返回顶部 返回列表