i have the ‘events’-plugin installed but we’ve been never using it and when de-activating i do get another error so left it activated. on the mainpage i just saw this error-message within the never-used-events-section:
WordPress database 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 ‘ORDER BY post_date LIMIT 5’ at line 12]
SELECT p.id AS id, post_title, post_date, u.user_nickname AS author FROM wp_posts p, wp_post2cat p2c, wp_users u WHERE post_status = ‘publish’ AND post_date_gmt > ‘2006-06-15 00:00:00’ AND p.id = post_id AND p.post_author = u.id AND category_id = ORDER BY post_date LIMIT 5