hijiriworld / intuitive-custom-post-order

WordPress Plugin: Intuitive Custom Post Order
68 stars 34 forks source link

@HRoger wrote #1

Open hijiriworld opened 9 years ago

hijiriworld commented 9 years ago

Hi there,

I got the following errors each time I try to activate the categories and tags taxonomy order on admin settings

Query   Call Stack  Component   Error
SELECT count(*) as cnt, max(term_order) as max, min(term_order) as min 
FROM wp_terms AS terms 
INNER JOIN wp_term_taxonomy AS term_taxonomy
ON ( terms.term_id = term_taxonomy.term_id ) 
WHERE term_taxonomy.taxonomy = 'category'   Hicpo->refresh()
do_action('admin_init') Unknown Unknown column 'term_order' in 'field list'
SELECT count(*) as cnt, max(term_order) as max, min(term_order) as min 
FROM wp_terms AS terms 
INNER JOIN wp_term_taxonomy AS term_taxonomy
ON ( terms.term_id = term_taxonomy.term_id ) 
WHERE term_taxonomy.taxonomy = 'post_tag'   Hicpo->refresh()
do_action('admin_init') Unknown Unknown column 'term_order' in 'field list'
Notice  Undefined offset: 0 1   wp-content/plugins/intuitive-custom-post-order/intuitive-custom-post-order.php:186  

Trying to get property of non-object    1   wp-content/plugins/intuitive-custom-post-order/intuitive-custom-post-order.php:186

Thanks

DevinWalker commented 5 years ago

4 years later... same error.