[Thu Feb 14 22:04:26 2008] [error] [client 64.122.164.5] File does not exist: /home/campfire/public_html/404.shtml, referer: http://members.campusfiresafety.org/members/sites/all/modules/fckeditor/fckeditor/editor/fckeditor.html?InstanceName=oFCK_1&Toolbar=DrupalFull [Thu Feb 14 22:04:26 2008] [error] [client 64.122.164.5] File does not exist: /home/campfire/public_html/files/apache_pb22.png, referer: http://members.campusfiresafety.org/members/sites/all/modules/fckeditor/fckeditor/editor/fckeditor.html?InstanceName=oFCK_1&Toolbar=DrupalFull
Thu, 02/14/2008 - 23:23
#1

Re: Page looking for image file in wrong location
$Config['Enabled'] = true ;
// Path to user files relative to the document root
$Config['UserFilesPath'] = '/members/' ;
'UserFilesPath' is the base (root) URL not the server path...
You need to reinsert the image to your document too as the path hardcoded during insert...
Hope this help. I am using FCKeditor v2.5.1 with Coldfusion 5.