Ckfinder&;Symfony2中的Ckeditor没有捆绑包


Ckfinder & Ckeditor in Symfony2 with no bundle

我想在Symfony2中简单地将Ckfinder与Ckeditor一起使用,而不需要任何捆绑包。

Ckeditor已经运行良好,并且Ckfinder与我的Ckeditor's textarea相匹配。但是,当我想从服务器添加图片时,我会出现以下错误:"The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file."

我根本没有配置Ckfinder,只是赋予了0777对Ckfinder/userfiles目录的权限。

我下一步要做什么?

附言:已经在网上看了,在http://docs.cksource.com/ckfinder3/#/guide/dev_ckeditor等http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Installation指南。对于普通的PHP网站来说很容易,但对于Symfony2网站来说就不同了。

信息:我只是在Bundle的/Resources/public/js目录中导入ckfinderckeditor目录。

您必须使用本指南配置CKFinder。显示此消息是因为您必须为安装添加某种身份验证。