I usually use TinyMCE but thought I would give FCK a run because of its file management. Anyhow, I've come across a weird issue. The php site is located in a directory on my development computer...
C:\Internet\SiteDir\
My filemanager/connectors/php/config.php file has the following parameters...
and the filemanager can see the user images.
But when the image is selected it shows as a broken link in the FCKEditor Image Properties dialog. It seems as though the editor is looking for a different relative path. Any clues where I set this?
C:\Internet\SiteDir\
My filemanager/connectors/php/config.php file has the following parameters...
$Config['Enabled'] = true ; $Config['UserFilesPath'] = '/images/userfiles/' ; $Config['UserFilesAbsolutePath'] = 'C:\\Internet\\SiteDir\\images\\userfiles\\' ;
and the filemanager can see the user images.
But when the image is selected it shows as a broken link in the FCKEditor Image Properties dialog. It seems as though the editor is looking for a different relative path. Any clues where I set this?