This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

registration2258
registration2258

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]

Flynsarmy
Flynsarmy

Sounds like you need to chmod 777 your installation directory.

registration2258
registration2258

I dont have an installation directory. I did install via CLI with Git Any Ideas?

d.negativa
d.negativa

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

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.