YYC松鼠短视频V2.5版本bug 后端 数据不显示的问题
YYC松鼠短视频V2.5版本bug 后端 数据不显示的问题
最近安装国际服务器较多,可能会遇到类似问题有两点确认下:
1,服务器3306端口是数据库默认端口请务必打开
2,在songshu-video-admin目录的文件中 [size=1em] application/admin/controller/Admin.php 文件
这个部分 修复个错误代码 $controller = strtolower($request->controller())
// $module = $request->module();//模块名 | 40 | 40 | | 41 | | $controller = strtolower($request->controller());//控制器名 | | 41 | $controller = $request->controller();//控制器名 | 42 | 42 | | 43 | | $action = $request->action();//方法名 | | 43 | $action = strtolower($request->action());//方法名 | 44 | 44 | $authGroup = [ | 45 | 45 | 0=>[ | 46 | 46 | //广告模块 |
|
|
|
|
|