Database error after MySQL upgrade (5.0)
-
Following the upgrade of our hosts server to 5.0, I am no longer able to write to the database and get the following error when publishing a new post or page.
WordPress database error Field ‘sidebar_title’ doesn’t have a default value for query INSERT INTO wp_posts (
post_author
,post_date
,post_date_gmt
,post_content
,post_content_filtered
,post_title
,post_excerpt
,post_status
,post_type
,comment_status
,ping_status
,post_password
,post_name
,to_ping
,pinged
,post_modified
,post_modified_gmt
,post_parent
,menu_order
,guid
) VALUES (‘1′,’2009-05-21 11:26:05′,’2009-05-21 11:26:05′,’test’,”,’test’,”,’publish’,’post’,’open’,’open’,”,’test’,”,”,’2009-05-21 11:26:05′,’2009-05-21 11:26:05′,’0′,’0′,”) made by write_post, wp_write_post, wp_insert_postAny help would be MOST appreciated
- The topic ‘Database error after MySQL upgrade (5.0)’ is closed to new replies.