Opened 18 years ago
Closed 18 years ago
#941 closed Bug (duplicate)
Error with Upload Folder Names
Reported by: | twn0001 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I just upgraded to the latest version of FCKeditor (2.4.3) and I'm experiencing an error using the File Manager Browser and uploading files and images.
Instead of using the existing /userfiles/File and /userfiles/Image folders, the newest version of FCKeditor keeps trying to create and use /userfiles/file and userfiles/image. (It's just trying to lower-case the first letter of the directories.)
This is a problem for me, since my entire website is integrated around the FCKeditor program, and pulls files out of the "File" and "Image" folders. Since there's a lot of PHP code on many pages in my site, it would be a pain to go through and change all the "File" to "file" and "Image" to "image."
Where in the actual FCKeditor code can I go through and change it so that it will use the "File" and "Image" folders again, instead of trying to create "file" and "image" folders?
This will be easier to change with #454. Closing as dup.