I was using TinyMCE and the IMCE image uploader but was having formatting problems. I switched to FCKeditor and it works fine except the file browser keeps spitting out this error when I click browse server:

The server didn't send back a proper XML response. Please contact your system administrator.

XML request error: Not Found (404)

Request URL:
http://www.url.com/modules/fckeditor/fckeditor/editor/filemanager/browse...

I followed the directions to enable File uploading but for some reason its still not working?

Anyone else had this problem?

CommentFileSizeAuthor
#2 error.JPG40.99 KBGDI

Comments

wwalc’s picture

Priority: Critical » Normal

Before trying to investigate it further, try to install FCKeditor 2.4.3 instead of 2.5 or 2.6 series.
Path to server connectors has changed as of FCKeditor 2.5 and the FCKeditor module 4.x is probably not able to browse the server because of that reason.

GDI’s picture

Version: 4.7.x-1.0 » 6.x-1.2-1
Component: Miscellaneous » Code
StatusFileSize
new40.99 KB

Hi, a have the same problem with Drupal 6.2 and FCKeditor 2.6 (see attachment).
But if I set the
$Config['Enabled'] = true;
in the sites/all/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/config.php I shell decide the issue, but this is not good because in this case I will no
check autentification.

wwalc’s picture

@ GDI: I guess that your problem is not the same because you're receiving HTTP 500 code. Are you using Apache web server or IIS?
Perhaps it is mod_security which blocks this URL? Check your server logs, maybe you can something interesting there.
Does setting $Config['Enabled'] = true; solve your issue and HTTP 500 is gone?

GDI’s picture

Yes the setting $Config['Enabled'] = true; is solve my issue and HTTP 500 is gone, but in this case I can't manage the permissions for users.

Jorrit’s picture

Status: Active » Closed (fixed)

If the issue is because of mod_security than I think you should try to fix it yourself.