• Resolved Thomas Dubois

    (@thomasfromwood)


    Hello there. Just to know if it’s a bug. I’m having this error with 2.5.4 in debug.log when the plugin is activated :

    Unknown column 'term_order' in 'field list' pour la requête 
                        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 = 'xxx'
                     faite par require_once('wp-admin/network/admin.php'), require_once('wp-admin/admin.php'), do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, SCPO_Engine->refresh

    Then get_terms on front side is NULL (working before). The only solution was to desactivate the plugin and all is ok.

    Thanks for your help !

Viewing 1 replies (of 1 total)
  • Hi @thomasfromwood,

    Please go to your database and in the wp_options table search for option key scporder_install and remove it.
    Then reactivate the plugin and it will fix the issue.

    Warmly,
    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘SQL error on front side’ is closed to new replies.