/var/www/web15/web/tmp/templates_c is not writable, exiting !
It has appeared when I uploaded the files to the server to instal
http://cms.rapidpe.co.uk/install/
Thanks
Jane
Anyone know what this means....? [Solved]
-
- Forum Members
- Posts: 69
- Joined: Wed Apr 18, 2007 9:57 am
Anyone know what this means....? [Solved]
Last edited by Metal Beryl on Mon Dec 31, 2007 1:53 pm, edited 1 time in total.
Re: Anyone know what this means....?
it means that the php user doesn't have sufficient rights to tmp/templates_c
say
chmod 777 tmp
chmod 777 tmp/templates_c
(just an example, you should tighten the security to a level that still works, maybe 755 or on some installations even 600)
say
chmod 777 tmp
chmod 777 tmp/templates_c
(just an example, you should tighten the security to a level that still works, maybe 755 or on some installations even 600)
-
- Forum Members
- Posts: 69
- Joined: Wed Apr 18, 2007 9:57 am
Re: Anyone know what this means....?
Thank you all sorted now.