-
Notifications
You must be signed in to change notification settings - Fork 76
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
Fields clash with Posts 2 Posts #99
Comments
stephenharris
added a commit
that referenced
this issue
Jun 21, 2013
… columns when we're only after one ID/parent ID columns. Append, rather than prepend event columns. Thanks to @simonwheatley. Ref #98, Ref #99
The above fixes resolves this issue for me - could you let me know if it works for you? Should also resolve #98. |
Looks good to me, thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an issue with Events Organiser adding fields to a subquery made by the Posts 2 Posts plugin, this causes a MySQL error.
To replicate the issue:
I setup a connection to go from my "video" post type to an event using the following code:
Then I went to a video and created a connection to an event. Then I went to the event and saw:
The problem seems to be the additional fields in the subquery below:
There is a similar issue reported on the Posts 2 Posts issues here: scribu/wp-posts-to-posts#249. The fix there worked for me.
The text was updated successfully, but these errors were encountered: