I am in the process of moving my site to a new server and during the course of trying to move the image files that have been uploaded through the PHPRunner created application, I ran into an issue with the ownership of the fullsized images. When the images are uploaded and the thumbnails created, they get two different sets of permissions, thumbnails get 644 and full size get 600.
When I try to copy my files from the old server to the new (or any other location for that matter), I get a permission denied error for the full sized images. The thumbnails copy just fine however. Any suggestions on how I am going to get my data from the old server to my new one?
And is there any specific reason for having the FS images have a different security setting? I understand that most times people wouldn't be moving the files around from server to server, but this is kind of a bummer of an issue to not be able to copy my images.
Also, I have tried to chmod the files to 644 and since they are owned by apache, and not my user ID, I again get a permission denied message.
Thanks for any suggestions you can offer.
I believe I built this project most recently with 3.1 build 207.