安装及初次使用FAQ
AaronLiu edited this page 2018-08-25 15:29:04 +08:00
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

本页列举出安装过程中及安装后的初次使用可能遇到的一些问题及解决方案。

1.Composer安装Cloudreve时提示The requested PHP extension ext-XXX * is missing from your system

这是PHP扩展未达到要求所致Cloudreve需要curlfileinfogd扩展支持,请先安装并启用这些扩展。

2.安装成功后页面404/No input file specified.

URL重写规则未配置好请检查。

3.安装后首页提示“遇到错误”

请依次检查:

  • application/database.php是否存在,如果不存在请手动创建写入数据库信息
  • runtime及其子目录是否有写入权限
  • 其他原因,编辑application/config.php打开debug模式查看详细报错

4.头像无法显示/本地策略图像无法预览

检查fileinfo扩展是否被安装并启用

5.本地存储策略文件上传到4mb时卡住

public/uploads/chunks目录没有写入权限,请分配写入权限

5.使用云存储策略时回调失败/获取的文件外链URL不对

依次检查:

6.开启二步验证时的二维码无法显示

执行

composer require phpgangsta/googleauthenticator:dev-master
composer require endroid/qrcode