[Plugin: Latest edits] appears to be broken
-
I was looking forward to this one, but when i go to inspect the widget I have this error:
SELECT DISTINCT p.ID, p.post_title, p.post_author, u.display_name, p.post_modified, p.post_type FROM wp_1_posts p INNER JOIN wp_1_users u ON u.ID = p.post_author WHERE (p.post_type = ‘post’ OR p.post_type = ‘page’) ORDER BY p.post_modified DESC LIMIT 0, 10
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/abc/public_html/xyz/wp-content/plugins/latest-edits/latest-edits.php on line 38
BTW, I echo’d out the SQL just to see if something jumped out at me… it didn’t!
The topic ‘[Plugin: Latest edits] appears to be broken’ is closed to new replies.