// SECURITY: You must explicitly enable this "connector". (Set it to "true").
// WARNING: don't just set "$Config['Enabled'] = true ;", you must be sure that only
// authenticated users can access this file or use some kind of session checking.
$Config['Enabled'] = true ;
I seem to be having the same problem. I also do not have that directory structure. Under FCKeditor/fckeditor/editor/filemanager I only have a browser folder, I cannot find a connector folder anywhere.
Re: FCK Editor Problem
FCKeditor/editor/filemanager/connectors/php/config.php
The line to edit is:
(changed "false" to "true")
Re: FCK Editor Problem