Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.2-1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2008 at 21:07 UTC
Updated:
25 Jun 2008 at 09:43 UTC
Jump to comment: Most recent file
Comments
Comment #1
wwalc commentedBefore 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.
Comment #2
GDI commentedHi, 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.
Comment #3
wwalc commented@ 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?Comment #4
GDI commentedYes 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.Comment #5
Jorrit commentedIf the issue is because of mod_security than I think you should try to fix it yourself.