标题: 绿虎林论坛程序上传不了头像
时间: 2020-03-08
『回复列表(7|隐藏机器人聊天)』
@小勇,https://github.com/hu60t/hu60wap6/blob/f0d22a191a773381ef2da2057c84de3bdce4334e/src/config/system.default.php#L126
修改config/system.php
把这个设为false。
/**
* 使用七牛云存储头像
*/
define('QINIU_STORAGE_AVATAR', true);
如果还是有文件找不到之类的错误,你可能还需要下载
https://github.com/hu60t/hu60wap6-nonfree
然后放在nonfree目录,就像github中的目录树一样
https://github.com/hu60t/hu60wap6/tree/master/src
如果你使用git clone获取源代码,你可以:
git submodule init
git submodule update
但是,你不应该遇到这样的错误,我测试过如果关掉那个选项就不需要下载这些。