Fix:case sensitivity problem in resource manager
The previous version of FCKeditor for wordpress(version1.x-2.0) upload images to /uploads/Image directory(the first letter of ‘Image" is upcase).the newer version changes the directory to /uploads/image(all lowercase).
this change will not cause any problem on windows server.
if your wordpress is hosted on a UNIX-LIKE system.you can’t browse old image files through resources browser after you upgrade from version 1.x to version 2.2. that’s because the unix operating system,by contrast,is full case sensitivity.if it’s really a problem for you,you can download and run this fix to correct image links in your posts.
how to use it:
- download this fix here.
- move all image files from /uploads/Image to /uploads/image by using your ftp software.
- upload imagefix.php to your fckeditor for wordpress plugin directory.for example:/wp-content/plugins/fckeditor_for_wordpress/imagefix.php
- open your browser and in the address bar,type http://yourdomain.com/wp-content/plugins/fckeditor_for_wordpress/imagefix.php and press enter.(replace yourdomain.com with your domain name)
- done,delete imagefix.php from your server.
Make sure you back up your database before updating.
Related posts:
Hi Dean,
Using Dotclear, I would like to use fckeditor and I can’t find any fix to change the images path. Maybe you don’t know DC, but maybe you can help me find where I’ve to change the images path. Actually, when I want to upload or insert an image, fckeditor creates a “Image” folder while I’ve got a “images” folder. So, do you know the files and lines where I’ve to change the path to make understand fckeditor that my folder is “images” and not “Image”?
Thank you very much
thy