-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
there's an error during vagrant up for a new environment. php5.conf modified #31
Comments
I have exactly the same problem! Also with updated VMs which worked before... |
Same here. |
Same here with a fresh install of VB, Vagrant, and ChefDK. Has anyone been able to resolve it? |
same here :( |
Same here... |
Possible fix. In this serverfault post someone recommends re-ordering the recipes in their cookbook. I tried editing the web_server.rb recipe and moved mod_php5 to after the php recipe. I needed to destroy and recreate the vagrant instance before this worked. I also manually set the MySQL version in the Berksfile to get around the other issue that stopped install on MySQL. I also specified a version for PHP as well. However I don't think either of those fixed this particular issue. Here is the git diff for the web_server.rb recipe.
|
The text was updated successfully, but these errors were encountered: