Error in SQL for non wp_ table prefixes
-
in lin 573 of includes/Sitemap.php, you are referencing wp_posts
If a site is not using the default “wp_” prefix, the query doesn’t work.
It “wp_posts” should be replaced “%s” and $wpdb->prefix added to the parameters.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Error in SQL for non wp_ table prefixes’ is closed to new replies.