Getting this error when writing a new post... In fact, I can't post at all... None of the blogs can.. This is using the 11/21 build... I did upgrade everything after the install of the new files. Also checked permissions on everything just in case the upgrade didn't work correctly because of that.
WordPress database error: [Unknown column 'post_mime_type' in 'where clause']
SELECT count(ID) FROM wp_1_posts WHERE post_status = 'attachment' AND left(post_mime_type, 5) = 'image'
I would just add the column, but the thing I am worried about is having to do this with EVERY DB that I have on this box... I dare say I would have to kill myself... I know I could write a SQL statement that did it, but again, it would still have to run every time I got a new blog, and I would like to avoid that.
If anyone has any suggestions, I am more than open to them... Thanks!