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
Hi there,
I got the following errors each time I try to activate the categories and tags taxonomy order on admin settings
Thanks