| Project: | Event Repeat |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Whenever I fill out an event to repeat and submit it, I get this error listed twice:
user warning: Unknown column 'date' in 'field list' query: SELECT date FROM event_repeat_calendar_map WHERE (day_of_week IN('MO') OR day_in_month IN('MO') OR day_in_month_R IN('MO')) AND date <= '2009' AND date > '2009' ORDER BY date in includes/database.mysql.inc on line 174.
When I go to edit the event and check it, the repeat data isn't saved.
I've tried tracking it down, but it's stumping me, at the moment (probably lack of sleep).
I'm running Drupal 5.16, Event 5.x-2.x-dev, Event Repeat 5.x-2.x-dev, CCK, Date + Date API. I've disabled Date + Date API, but I'm still getting the error(s).
Any help would be appreciated.