File Cache Problem

Permalink
Hello…

I've just migrated a site from test server to the live server and come across certain problems relating to the images and the cached files.

Every image on the site is represented by a question mark. When I copy the image sourcem it takes me to a url ending files/cache/filename and this page access forbidden.

I've cleared the cache, turned off the cache, and deleted the files/cache folder but still the following problem. No matter what i do though, new files are created in the files/cache folder all with 600 rw------ permissions. If i CHMOD these files to 644 then they will appear on the site.

So the problem appears to be that new files written to the cache folder inherit 600 permissions. I've chmoded the whole of the files folder to 777 recursively but still, when a new cache file is created it takes the 600 permission, which does not allow it to be seen.

Any ideas to fix this would most appreciated.

olay