Muut
February 18, 2017, 8:27pm
1
Hello,
I have a Grav install on local, running on wamp, version v1.1.16.
I tried to update my install via the command :
php bin/gpm selfupgrade -f
It downloaded successfuly the files, then I got this message :
[RuntimeException]
rmdir(C:/wamp/www/grav/vendor): Directory not empty
And if I try to go on my website, I got this message
Please run: bin/grav install
What should I do ?
Should I install it from fresh ?
I’m a bit lost…
Thank you for your help,
Amaury
Muut
February 19, 2017, 10:02am
2
Might be a permission issue. Try removing the vendor/
folder and run bin/grav install
Muut
February 19, 2017, 12:27pm
3
Well, it worked !
I was scared that it could erase my theme and my pages, but it didn’t.
Thank you very much !
Muut
February 19, 2017, 3:32pm
4
The vendor
folder contains some libraries used by Grav.
All the site-specific stuff (theme, plugins, pages, configuration…) lives under the user
folder.
Muut
February 19, 2017, 5:57pm
5
Thank you for taking the time to explain to me !
So, to make a long story short, if I update or re-install Grav, it won’t, never, touch the user
folder ?