Well, I just recently discovered the wonders of error_log so I've been checking it regularly to see whats up. So, I just checked it and I have 4 database errors for today since I upgraded last night.
The error shows up like this:
[23-Jun-2007 16:46:01] 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 'AND comment_approved = '1' ORDER BY comment_date_gmt DESC LIMIT 10' at line 1]
SELECT wp_83_comments.* FROM wp_83_comments WHERE comment_post_ID = AND comment_approved = '1' ORDER BY comment_date_gmt DESC LIMIT 10
And they are all the same, but from different wp_blogid sources. I have no idea what file is doing that, maybe a theme that is not compatible? How can I find out, and most importantly, fix it?
Thanks.