Problems with directory permissions on 'files/cache' - pages not loading.

Permalink
I am migrating a site over to a VPS (Host is Heart Internet UK - not my choice...) and I am having problems with directory permissions.

Everything was set as 755, which is normally fine. Any page that tries to call an image from 'files/cache' does not load properly - the page stops loading at the point where the image is called.

I have tried changing the permissions on the files directory to 777, but this does not fix the issue.

I am using 5.5.2.1.

I can provide access to the site if anyone thinks they may be able to help.

Cheers.

drbiskit
 
drbiskit replied on at Permalink Best Answer Reply
drbiskit
Turns out I actually just needed to do 2 things:

Change the permissions to 755 on:
/concrete/libraries/3rdparty/htmldiff.py

and

a GD library update on the server - as outlined here:
http://www.concrete5.org/community/forums/installation/how-to-do-a-...

all working fine now.