I disabled strict, and still get this error on the homepage (though I get no errors on install):
WordPress database error: [Unknown column ‘publish’ in ‘where clause’]
SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND post_date_gmt <= ‘2005-12-09 14:33:59’ AND (post_status = “publish” OR post_author = 1 AND post_status != ‘draft’ AND post_status != ‘static’) GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 10
Any ideas?