当前位置:首页>>问题

短剧系统搭建问题集中贴

1、nginx,php7.3,mgsql5.7,后台搭建好后,后台打开正常,前台api调用全部404,什么原因?答:可能后台搭建有问题,我重新搭建了一次,恢复正常了2、后台登录后马上退出?答:电脑设置的问题(开了梯子),可以使用手机登录试试3、后台上传提示:file size error答:首先修改upload文件,路径在application/extra/upload.

admin

1、nginx,php7.3,mgsql5.7,后台搭建好后,后台打开正常,前台api调用全部404,什么原因?

答:可能后台搭建有问题,我重新搭建了一次,恢复正常了

2、后台登录后马上退出?

答:电脑设置的问题(开了梯子),可以使用手机登录试试

3、后台上传提示:file size error

答:首先修改upload文件,路径在application/extra/upload.php,再修改php.ini,upload_max_filesize,最后修改addons\alioss\config.php里面的“最大可上传”那里

4、上传失败

答:\addons\alioss\controller\index.php,upload函数,$this->error("上传失败1,".$url); 这一句注释掉,改成$this->success("上传成功", '', ['url' => $url, 'fullurl' => cdnurl($url, true)]);

这么改的原因就是实际上已经上传成功,只是提示错误,改成提示成功即可。



返回顶部