CKFinder3 无效请求错误

CKFinder3 Invalid Request Error

大家好! 我想使用 CKFinder 3 PHP 版本。

我从官方网站下载了 CKFinder zip 文件。

然后我安装 XAMPP 7.2.4 来部署 CKFinder。

我在端口 80 启动 Apache Web 服务器。

然后我将 CKFinder 文件复制到 /XAMPP/htdocs/

为了保证PHP环境正确,我按照官网创建了一个test.php,其中包含以下代码:

我也关注官网更新config.php文件:

$config['authentication'] = function () {
return true;
};

现在一切正常,但是当我尝试在 http://localhost/ckfinder/ckfinder.html 访问 ckfinder.html 时,出现了一些错误。

我可以看到错误日志:

[04-May-2018 10:29:57 Europe/Berlin] PHP Fatal error:  Uncaught CKSource\CKFinder\Exception\InvalidConfigException:
 The temporary folder is not writable for CKFinder in 
 /Applications/XAMPP/xamppfiles/htdocs/ckfinder/core/connector/php/vendor/cksource/ckfinder/src/CKSource/CKFinder/Config.php:331

test.php 文件似乎已过时,请确保您的系统满足以下要求:

  • PHP 5.6+ 注意:PHPDropbox 后端需要 7.0+。
  • 为缩略图支持和任何图像操作启用 GD 扩展(大多数安装的默认设置)。
  • 已启用 FileInfo 扩展。注意:默认情况下在 XAMPP 上禁用,请阅读快速入门了解更多信息。
  • JSON 支持 MIME 类型。注意:默认情况下在 IIS Express 上禁用,请阅读快速入门了解更多信息。

检查服务器上的错误日志,它应该有关于问题根源的更多详细信息。