When I upload images (version 2.4.3 of fckeditor) (coldfusion), the file list updates and the upload completes without error but the image is not in the specified directory (shared server). Because the file is nowhere to be found in my account directory it has to be uploading into a higher level directory. Can someone please tell me why this is happening?
cfapplication.cfm contains:
<cfset request.FCKeditor = StructNew()>
<cfset request.FCKeditor.userFilesPath = "/events/">
Fckeditor is in /admin/fckeditor
userfiles are in /events/
I've enabled the browser and upload connectors and specified the userfiles directory:
config.userFilesPath = "/events/";
config.serverPath = "/web/my_account/events/";
This was working when I completed the install of fckeditor three or four months ago. How it breaks without any assistance is a mystery to me.
To recap... when I upload images using the image manager browser or uploader the files do not go into /events/Images like they should. I can't even find them in my account directory, but they appear in the image file list with no errors. Selecting an image to include on a page inserts /events/Image/file.jpg which is correct, but the actual image does not appear because it resides in an unknown location.
Can anyone help?
cfapplication.cfm contains:
<cfset request.FCKeditor = StructNew()>
<cfset request.FCKeditor.userFilesPath = "/events/">
Fckeditor is in /admin/fckeditor
userfiles are in /events/
I've enabled the browser and upload connectors and specified the userfiles directory:
config.userFilesPath = "/events/";
config.serverPath = "/web/my_account/events/";
This was working when I completed the install of fckeditor three or four months ago. How it breaks without any assistance is a mystery to me.
To recap... when I upload images using the image manager browser or uploader the files do not go into /events/Images like they should. I can't even find them in my account directory, but they appear in the image file list with no errors. Selecting an image to include on a page inserts /events/Image/file.jpg which is correct, but the actual image does not appear because it resides in an unknown location.
Can anyone help?