AgriLife / College-2013

AgriFlex 2 Child Theme
1 stars 2 forks source link

Ai1ec Plugin .ics feed imports #3

Closed travisward closed 10 years ago

travisward commented 11 years ago

Here's the error the may be causing the calendar.tamu.edu feeds to fail import to all in one calendar:

[Fri Feb 22 12:44:53 2013] [error] [client ::1] WordPress database error Column 'start' cannot be null for query INSERT INTO wp_9_ai1ec_events ( post_id, start, end, allday, recurrence_rules, exception_rules, recurrence_dates, exception_dates, venue, country, address, city, province, postal_code, show_map, contact_name, contact_phone, contact_email, cost, ical_feed_url, ical_source_url, ical_uid ) VALUES ( 108, FROM_UNIXTIME( -64800 ), FROM_UNIXTIME( 21600 ), 1, '', '', '', '', 'Rudder Tower (RDER)', '', '', '', '', '', 0, '', '', '', '', 'http://calendar.tamu.edu/?calendar_id=9&upcoming=upcoming&format=ics', ' http://calendar.tamu.edu/?calendar_id=9&y=2013&m=04&d=14&eventdatetime_id=14838&', '14838@calendar.tamu.edu' ) made by do_action_ref_array, call_user_func_array, Ai1ec_Importer_Controller->cron, Ai1ec_Importer_Helper->parse_ics_feed, Ai1ec_Event->save [Fri Feb 22 12:44:53 2013] [error] [client ::1] WordPress database error Column 'start' cannot be null for query INSERT INTO wp_9_ai1ec_event_instances ( post_id, start, end ) VALUES ( 108, FROM_UNIXTIME( -64800 ), FROM_UNIXTIME( 21600 ) ) made by do_action_ref_array, call_user_func_array, Ai1ec_Importer_Controller->cron, Ai1ec_Importer_Helper->parse_ics_feed, Ai1ec_Events_Helper->cache_event, Ai1ec_Events_Helper->insert_event_in_cache_table

aaroneaton commented 10 years ago

Not using AI1EC anymore.