when doing dev/build/?flush=1 i get a fatal error
Fatal error: Class 'Database' not found in /home/jam/public_html/event_calendar/code/RecurringDayOfMonth.php on line 42
which is this line
Database::alteration_message("Recurring Days of Month added.","created");
I commented that line out and the dev/build went all ok.
but when i added a calendar in the SiteTree on the left of Admin i get the following error
Class 'CalendarDateField' not found in /home/jam/public_html/event_calendar/code/CalendarDateTime.php on line 224
which is this line
new CalendarDateField('StartDate',_t('CalendarEvent.STARTDATE','Start Date')),
Maybe I should be using Silverstripe version 2.3 and not 2.4?