• Hello. I see this error in my WordPress debug log:

    WordPress database error Unknown column ‘score’ in ‘order clause’ for query

              SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID

              FROM wp_posts

    ? ? ? ? ? WHERE 1=1 ?AND wp_posts.ID in (xxxx,xxxx,xxx) AND wp_posts.post_type = ‘xyz’

              ORDER BY score DESC, wp_posts.ID ASC

               LIMIT 50

             made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’),…,yarpp_get_related, YARPP->get_related, WP_Query->query, WP_Query->get_posts

    (WordPress 6.3.1, PHP 7.4)

    • This topic was modified 1 year, 2 months ago by zayeer.
  • The topic ‘Database error’ is closed to new replies.