Brand new install of silverstripe
Uploaded the blog module, did db/build?flush=1 and everything was OK.
Uploaded the event calendar module (modules-event_calendar-r82) and when attempting to rebuild the db or load any page I get
Warning: require_once(/home2/mybigsite/public_html/cms/event_calendar/code/sfTime.class.php) [function.require-once]: failed to open stream: No such file or directory in /home2/*****/public_html/cms/modules-event_calendar-r82/_config.php on line 2
Fatal error: require_once() [function.require]: Failed opening required '/home2/mybigsite/public_html/cms/event_calendar/code/sfTime.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/mybigsite/public_html/cms/modules-event_calendar-r82/_config.php on line 2
The "missing" file is in place. What should I do?