-
-
Notifications
You must be signed in to change notification settings - Fork 606
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
Trellis setup doesn't work with WP 4.6 #639
Comments
I am also getting this error (it only shows up for websites that are running WP 4.6, earlier versions work as expected). Here is one of the error outputs:
|
@kikandrew Updating WP_CLI on the server to the latest version fixed that error for me. |
@arashohadi Ahh thanks! I had checked my wp-cli version on the host, but not the virtual machine. Updating it on the virtual machine fixed it for me. |
Fix #639 - WP 4.6 compat: update WP-CLI to 0.24.1
While this fixes @kikandrew 's issue, it does not resolve @runofthemill 's EDIT: |
Still getting this error. Here is the error output:
WP-CLI, Vagrant and Ansible are up to date:
|
Solved this by downgrading my Ansible version from 2.1.1.0 to 2.0.2.0. On Mac:
Vagrant: 1.8.5 |
Downgraded my Ansible to 2.0.2.0. Still getting this error.
|
For reference, I had this issue, updated WP-CLI on the VM. Fixed it. So, can't tell if the fixes are fixes, or red herrings. OSX |
@swalkinshaw Could you reopen this please? I'm having the exact same issue so it seems that your commit hadn't fix anything. |
Changing wordpress version to 4.5 in composer.json before running |
See #645 for the real problem. Anything related to this issue will happen over there. |
Submit a feature request or bug report
What is the current behavior?
If you follow the exact docs from https://roots.io/trellis/docs/installing-trellis/, running
vagrant up
to set up local development fails with the following error:What is the expected or desired behavior?
vagrant up
should complete with no errorsBug report
Run through documentation steps; it works if you use a bedrock commit prior to 662e149
Please describe your local environment:
Ansible version: 2.0.2.0
OS: 10.11.6
Vagrant version: 1.8.5
Where did the bug happen? Development or remote servers?
Development
Please provide a repository or your
wordpress_sites
config (if possible):N/A
Is there a related Discourse thread or were any utilized (please link them)?
Potentially related to #533
The text was updated successfully, but these errors were encountered: