Database error: [Got error 28 from table handler]
SELECT DISTINCT * FROM wordpress_posts WHERE 1=1 AND post_date_gmt <= ‘2005-02-06 04:23:59’ AND (post_status = “publish”) GROUP BY wordpress_posts.ID ORDER BY post_date DESC LIMIT 5
instead of
Database error: [Got error -1 from table handler]
SELECT DISTINCT * FROM wordpress_posts WHERE 1=1 AND post_date_gmt <= ‘2005-02-06 04:20:59’ AND (post_status = “publish”) GROUP BY wordpress_posts.ID ORDER BY post_date DESC LIMIT 5
TechGnome, except for the ”, ‘Please, no more comments.’ part, that is EXACTLY what my coding looks like right there.
podz, I’ve been trying to compare the original WP file, but I can’t find any differences when it comes to the comments section.