联系官方销售客服

1835022288

028-61286886

开发框架 版主:迅睿框架研发组
安装好系统后,不能登录后台
类型:迅睿CMS 更新时间:2023-12-20 16:02:29 登录后台

麻烦问一下,安装过程没问题,安装好登录后台直接出来下面提示,是什么问题

Class 'CodeIgniter\View\View' not found

D:\freehost\ai8117821\web\dayrui\CodeIgniter72\System\Config\Services.php at line 541

534         {535             return static::getSharedInstance('renderer', $viewPath, $config);536         }537 538         $viewPath = $viewPath ?: config('Paths')->viewDirectory;539         $config   = $config ?? config('View');540 541         return new View($config, $viewPath, static::locator(), CI_DEBUG, static::logger());542     }