[wp-trac] [WordPress Trac] #39129: get_the_terms seems to be broken after upgrading to version 4.7
WordPress Trac
noreply at wordpress.org
Thu Dec 8 03:51:29 UTC 2016
#39129: get_the_terms seems to be broken after upgrading to version 4.7
-------------------------------------+------------------------------
Reporter: kuphd1 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Taxonomy | Version: 4.7
Severity: normal | Resolution:
Keywords: reporter-feedback close | Focuses:
-------------------------------------+------------------------------
Comment (by boonebgorges):
@kuphd1 - Thanks for reporting back. I've had a look at Anything Order and
I reproduced some SQL errors, which I assume is what's causing your
problem. It doesn't look like that plugin is maintained anymore. As a
workaround, you can probably fix the issue by changing the table alias
that the plugin uses for the term relationships table (it's a clash with
WP that's causing the error). Open anything-
order/modules/taxonomy/class.php and change all instances of "tr." to
"tr2.".
@jonathan176 When you get a chance to look into the root cause of your
issue, please let us know in this thread.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/39129#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list