Error creating post
-
Just upgraded wordpress to 4.4.2 and I’m now getting this error when creating an event:
Your event details are incorrect and cannot be published, please correct these errors first:
Something went wrong saving your event to the index table. Please inform a site administrator about this.
This is what it creates in the php error log
[04-Feb-2016 07:23:49 UTC] WordPress database error Column ‘event_attributes’ specified twice for query INSERT INTO
wp_em_events(event_id,post_id,event_slug,event_owner,event_name,event_start_time,event_end_time,event_all_day,event_start_date,event_end_date,post_content,event_rsvp,event_rsvp_time,location_id,event_status,event_private,event_attributes,group_id,recurrence,recurrence_days,event_private,event_attributes,event_date_created) VALUES (NULL, ‘239’, ‘test-event-4’, ‘1’, ‘Test event 4′, ’00:00:00′, ’00:45:00’, ‘0’, ‘2016-02-05’, ‘2016-02-05’, ‘Some content’, ‘0’, ’00:00:00′, ‘0’, ‘1’, ‘0’, ”, ‘0’, ‘0’, ‘0’, ‘0’, ‘a:11:{s:6:\”Region\”;s:2:\”EU\”;s:6:\”Stream\”;s:11:\”Àaaaaaaaaa\”;s:18:\”wp_review_location\”;s:6:\”bottom\”;s:20:\”wp_review_desc_title\”;s:7:\”Summary\”;s:15:\”wp_review_color\”;s:7:\”#1e73be\”;s:19:\”wp_review_fontcolor\”;s:7:\”#555555\”;s:18:\”wp_review_bgcolor1\”;s:7:\”#e7e7e7\”;s:18:\”wp_review_bgcolor2\”;s:7:\”#ffffff\”;s:21:\”wp_review_bordercolor\”;s:7:\”#e7e7e7\”;s:15:\”aFhfc_head_code\”;s:0:\”\”;s:17:\”aFhfc_footer_code\”;s:0:\”\”;}’, ‘2016-02-04 07:23:49’) made by edit_post, wp_update_post, wp_insert_post, do_action(‘save_post’), call_user_func_array, EM_Event_Post_Admin::save_post, EM_Event->save_metaIt doesn’t seem to be a plugin conflict. Any ideas? I’m not sure why it would be creating the same field entry twice in the sql insert.
The topic ‘Error creating post’ is closed to new replies.