Closed iffinland closed 10 months ago
This happens because php does not have write permission for storage
folder.
If this is a test site a quick fix is to run
sudo chmod -R 0777 /var/www/html/storage
replacing the path with vvveb storage folder.
A better fix is to set the owner first and set stricter permissions
sudo chown -R www-data:www-data /var/www/html/storage
sudo chmod -R 0755 /var/www/html/storage
Thank you man, I hadn't used a personal web server in a long time and I had forgotten such a basic thing. I'm sorry for wasting your time
I see this error if i go address http://myremoteVPSipaddress/admin/?module=settings/sites
VVVEB is installed on a VPS server running ubuntu