• I’m getting constant Warnings on my website with the plugin:
    Undefined array key 0
    wp-content/plugins/simple-custom-post-order/simple-custom-post-order.php:343

    Attempt to read property “cnt” on null
    wp-content/plugins/simple-custom-post-order/simple-custom-post-order.php:343

    Can you fix that please? it’s slowing my /wp-admin/ pages.
    Thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter huckster

    (@huckster)

    and it also generates the database error:
    SELECT COUNT(*) AS cnt, MAX(term_order) AS max, MIN(term_order) AS min
    FROM infin_terms AS terms
    INNER JOIN infin_term_taxonomy AS term_taxonomy
    ON ( terms.term_id = term_taxonomy.term_id )
    WHERE term_taxonomy.taxonomy = ‘jtm_perspective’

    Caller: SCPO_Engine->refresh()
    Component: Plugin: simple-custom-post-order
    Error Message: Plugin: simple-custom-post-order Unknown column ‘term_order’ in ‘field list’

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.