简体   繁体   English

权限被拒绝使用ckeditor图片上传访问服务器文件夹

[英]permission denied to access server folder using ckeditor image upload

Request you please help I hav einstalled ckeditor on core php also instaleed plugin "imagebrowser" and "imageuploader". 要求您提供帮助,我已经在核心php上安装了ckeditor,并且安装了“ imagebrowser”和“ imageuploader”插件。

In config.js added 在config.js中添加

config.extraPlugins ='imageuploader';
config.extraPlugins ='imagebrowser';
config.filebrowserBrowseUrl ='/imagesNew';
config.filebrowserImageBrowseUrl ='/imagesNew';
config.filebrowserUploadUrl ='/imagesNew';
config.filebrowserImageUploadUrl ='/imagesNew';

But browse button comes and error comes Forbidden You don't have permission to access /imagesNew/ on this server. 但是浏览按钮来了,错误也来了禁止您没有访问此服务器上的/ imagesNew /的权限。

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. 此外,在尝试使用ErrorDocument处理请求时遇到403禁止错误。 Please help 请帮忙

Hard to read... but the error message is quite self explanatory: you have a problem with permissions. 很难阅读...但是错误消息很容易解释:您的权限存在问题。 The text of error is telling you even You don't have permission to access /imagesNew/ on this server so the problem is that. 错误文本告诉您,即使You don't have permission to access /imagesNew/ on this server问题You don't have permission to access /imagesNew/ on this server The question why dont you have permissions to access that directory in server? 问题why dont you have permissions to access that directory in server? is the one that matters but we can not know the answer to that. 是重要的问题,但我们不知道答案。 Probably /imagesNew is not inside webroot tree folder and you're trying to access it with a non privileged test user. 可能/ imagesNew不在webroot树文件夹中,并且您正试图以非特权测试用户访问它。

Cheers. 干杯。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM