我想在没有任何捆绑的情况下在Symfony2中使用Ckfinder和Ckeditor。
Ckeditor已经运作良好,Ckfinder与我的Ckeditor的textarea匹配。但是,当我想从服务器添加图片时,我有这个错误:"The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file."
我没有配置所有Ckfinder,只给了ckfinder / userfiles目录的0777权限。
接下来要做什么?
PS:已经在http://docs.cksource.com/ckfinder3/#!/guide/dev_ckeditor和http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Installation指南上查看了互联网。对于普通的PHP网站来说很容易,但对于Symfony2网站则不同。
信息:我只是导入我的Bundle的ckfinder
目录中的ckeditor
和/Resources/public/js
目录。