Since this plugin is active on my site, it keeps flooding the error log with these errors:
[xxx] PHP Warning: Invalid argument supplied for foreach() in /xxx/xxx/wp-content/plugins/wpcu3er/wpcu3er.php on line 1376
[xxx] PHP Warning: Invalid argument supplied for foreach() in /xxx/xxx/wp-content/plugins/wpcu3er/wpcu3er.php on line 1388
[xxx] PHP Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
AND p.ID != 381
AND p.post_status = 'publish'
AND p.post_date_gmt < NOW()
GROU' at line 6 pour la requête
SELECT p.*, count(tr.object_id) as count
FROM wp_28_term_taxonomy AS tt, wp_28_term_relationships AS tr, wp_28_posts AS p
WHERE tt.taxonomy ='post_tag'
AND tt.term_taxonomy_id = tr.term_taxonomy_id
AND tr.object_id = p.ID
AND tt.term_id IN ()
AND p.ID != 381
AND p.post_status = 'publish'
AND p.post_date_gmt < NOW()
GROUP BY tr.object_id
ORDER BY count DESC, p.post_date_gmt DESC
LIMIT 5; made by require, require_once, include, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, related_posts_content_shortcode
What up?!