Page 1 of 1
Search found 4 matches
Re: Warnings and errors appearing all over my site
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
- Mon Jul 06, 2015 12:52 am
- Replies 1
- Views 194
Warnings and errors appearing all over my site
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

www.kaysboutique.co.uk Jump to post
- Mon Jul 06, 2015 12:11 am
- Replies 1
- Views 194
Re: Undefined variable: requireSSL
I removed the undefined variable from that line to get it working.
Jump to post- Sat Jul 04, 2015 5:01 pm
- Replies 4
- Views 596
Undefined variable: requireSSL
When loading my website - http://www.kaysboutique.co.uk, in apache2 error logs, I can see this error constantly appearing: Undefined variable: requireSSL in /var/www/html/index.php on line 50 Code snippet for above error from index.php: // If page requires SSL, and we're not in SSL mode, // redirect...
Jump to post- Fri Jul 03, 2015 7:18 pm
- Replies 4
- Views 596
Search found 4 matches