Cherie, fwiw I've gotten fckeditor working w/o wysiwyg and image upload's working with it. IIRC this required installing the image module as well.
hth, Marty
At 12:02 PM 11/19/2009, you wrote:
Still attempting to get the WYSIWYG module to work with fckeditor.
When I go to upload an image I get the following:
error message: This file uploader is disabled. Please check the "editor/filemanager/connectors/php/config.php" file
and if I go to the config.php file, I cannot change it.
// 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'] = false ;
So, if I can't just set it to true, how do I enable this? Is there a setting somewhere in WYSIWYG that I have missed?