Closed unfulvio closed 2 years ago
just now I tried to use - wpcli-dev
in the tools config but that didn't change the error thrown
tried to update VirtualBox (was on 6.1.3x, moved to 6.1.32) and restarted machine, no difference
VirtualBox and vagrant will only impact this if the VM isn't starting, but your VM has started, this is a provisioning problem
That extension won't help here as that adds a new WP CLI dev environment, the general gist is that the WP CLI doctor package should be removed as you're having trouble updating it. We no longer install this package due to the various issues we had with it.
If you vagrant ssh
then use the wp package
command you can see the packages listed and remove the doctor package:
https://developer.wordpress.org/cli/commands/package/
WordPress Developer ResourcesWP-CLI packages are community-maintained projects built on WP-CLI. They can contain WP-CLI commands, but they can also just extend WP-CLI in…
most likely wp package uninstall wp-cli/doctor-command
that did it! thank you!
do you think it's worth mentioning in the docs? I'd be happy to open a PR to https://github.com/Varying-Vagrant-Vagrants/varyingvagrantvagrants.org for you if it is common enough - I don't think I saw a corresponding section in Troubleshooting
GitHubThe VVV docs and website. Contribute to Varying-Vagrant-Vagrants/varyingvagrantvagrants.org development by creating an account on GitHub.
That's a good idea, a PR would be great :)
I have updated
develop
branch to use 3.9.1 recently (can't remember earlier version but it wasn't much older).I wanted to reprovision my sites after that, but I stumbled into an error and now I'm stuck with all sites not working due not being correctly provisioned.
What was The Command Used To Provision
or
What Kind of VVV Provision Was This
Logs/What Broke
While running the commands above the provisioner always halts with this error:
The logs would then contain the following:
The following is my config yml (note that I have tried disabling customfile will not change outcome - I was using customfile before to allow NFS shares and nothing else).
Provisioning will fail also if I set to skip provisioning for all these sites (basically I provision with just vvv.test and tools).