Hi all,
I just recently decided to take a look at the latest version. All is working ok except the upload directories seem to have had their case changed. In my original install, I had /Uploads/Image, /Uploads/File, etc. And now I am getting /Uploads/image. Not that this is a huge problem, except in order to make everything work, I need to alter all the images on the site.
Is there a way to change the 'image' to 'Image'? I looked through the docs and the code and wasn't able to find it. I also searched the docs and the forum with no luck.
Thanks a bunch,
Rob.
I just recently decided to take a look at the latest version. All is working ok except the upload directories seem to have had their case changed. In my original install, I had /Uploads/Image, /Uploads/File, etc. And now I am getting /Uploads/image. Not that this is a huge problem, except in order to make everything work, I need to alter all the images on the site.
Is there a way to change the 'image' to 'Image'? I looked through the docs and the code and wasn't able to find it. I also searched the docs and the forum with no luck.
Thanks a bunch,
Rob.
Re: Image upload directory case
Re: Image upload directory case
Thanks for the reply. Unfortunately, this didn't take care of the problem. The image dir was still being created as 'image' rather than 'Image'. Actually, any dir I tried to use was being created lower case. I did some more searching and a friend of mine has the answer. I'm posting here for anyone else that might have the same problem.
In:
/editor/filemanager/browser/default/connectors/php/io.php:
and in:
/editor/filemanager/browser/default/connectors/php/io.php:
I just removed the strtolower and voila, no more directory case problems.
Hope that helps someone.
Rob.