This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Im using Laravel Homstead Vagrant Box on ubuntu 14
I cant update via the console or the wizard. I get this error. Its driving me mad. My storage folder has write permissions. Zip is installed. Help please!
php artisan october:update Updating October... Found 1 new update! Downloading application files Unpacking application files
[ErrorException]
ZipArchive::extractTo(/home/vagrant/Code/Sites/MyWebsite/modules/backend/ServiceProvider.php): failed to o
pen stream: Operation not permitted
october:update [--force] [--core] [--plugins]
Maybe Flynsarmy meant MyWebsite folder, try to change the permissions for it recursively
cd /home/vagrant/Code/Sites/
sudo chown -R www-data:www-data MyWebsite/
sudo chmod -R ug+w MyWebsite/
1-4 of 4