By roeball on
I'm using the FCKeditor module and it installed fine. I cannot get images into the text box. I get this error message when I click the "Browse Server" button to locate the file that I would like to put into the text...
This connector is disabled. Please check the
"editor/filemanager/browser/default/connectors/php/config.php" file
I also have a problem changing the color of the text in the final and preview of the text. Anyone know a way around this in just changing certain words to a different color?
Comments
looks like you stopped short
looks like you stopped short reading the readme.txt
were these instructions followed ?
I'm confused to where I
I'm confused to where I would upload the picture files to so that I can retrieve them with the editor. If I remove "//$Config['UserFilesPath'] = '/UserFiles/' ; will I be able to search any directory?
yes
Yes, these settings are set by the module to the default drupal files directory
--
I work for Ontwerpwerk
Images loaded a directory too high??
I have tried this locally using MAMP (drupal 5.0 beta 1) and on a sandbox site - both with the same issue.
I use the FCKeditor and all works well. Images upload fine, are visible when input format set to html, etc.
What the problem is, is that the FCKeditor uploads the files a directory higher than the drupal install. Site is installed at:
http://sandbox.mysite.com/drupal
So the files/images folder should be:
http://sandbox.mysite.com/drupal/files/images
What actually happens is FCKeditory loads the files here:
http://sandbox.mysite.com/files/images
Anyone else having this problem and/or have a solution??
FYI it makes using IMCE a problem as it uplods to the correct path. FCKeditor will not allow pointing to this path to insert images from the directory...
avolve designs | ethical by design
are you using the private
are you using the private file system or public ? maybe this should be turned into an issue on the fckeditors project page.