我从官方网站下载CKFinder zip文件。
我在端口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
答案 0 :(得分:1)
test.php文件似乎已过时,请确保您的系统符合以下要求:
检查服务器上的错误日志,它应该有关于问题根源的更多详细信息。