How to replicate the issue:
- Clone chassis into a new folder
vagrant up --provision
- Go into
config.yaml make multisite: subdomains
- clone an extension that has uses
wp::plugin or even create a custom one that uses it. I just cloned the debugging one, - this isn’t the steps in the debugging one I know however it replicates the issue easily - git clone [email protected]:Chassis/Debugging.git extensions/debugging
vagrant provision
- wait and
vagrant provision again (I don’t go to the site at all in between the two provisions` (I think the second provision must activate the plugins via network or some shit and returns a bunch of errors)
vagrant ssh > cd /vagrant/wp/ > wp site list --field=url will return a bunch of errors.