Page 1 of 1

Warnings and errors appearing all over my site

Posted: Mon Jul 06, 2015 12:11 am
by kaysboutique
My site is running on a EC2 Amazon server under Ubuntu/Apache2.

My site was running fine until I changed the permissions for user 'ubuntu' by doing this command:

Code: Select all

chown -R ubuntu /var/www/html
Now my site is spitting out warning messages and errors :(

www.kaysboutique.co.uk

Re: Warnings and errors appearing all over my site

Posted: Mon Jul 06, 2015 12:52 am
by kaysboutique
Fixed by running these:

sudo chown www-data -R /var/www/html/system/library/cache/

If that doesn't fix all your error messages please run sudo chown -R www-data /var/www/html/system