DB error in wp582: Column ‘term_order’ in order clause is ambiguous
-
Hi, after upgrading to wp582, in admin, custom term edit page, I get this error:
[Column 'term_order' in order clause is ambiguous] SELECT t.term_id, tt.parent, tt.count, tt.taxonomy FROM mydb_terms AS t INNER JOIN mydb_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN mydb_term_relationships AS pll_tr ON pll_tr.object_id = t.term_id WHERE tt.taxonomy IN ('product_categories') AND pll_tr.term_taxonomy_id = 3 ORDER BY term_order ASC
Currently using v3.3.0 of your plugin. By deactivating the plugin, the error disappear. When reactivating, the error comes back.
So probably there’s a need of some little fix.
Could you take a look please?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘DB error in wp582: Column ‘term_order’ in order clause is ambiguous’ is closed to new replies.