Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

SOLVED: EventManagement: method 'getstarttimestamp' does not exist


Go to End


1427 Views

Avatar
darien

Community Member, 3 Posts

6 April 2011 at 5:30pm

Edited: 06/04/2011 5:41pm

Using the latest SilverStripe 2.4.5 and tried both the production and HEAD eventmanagement module, this error prevents accessing the detail view of a Registerable Event page.

[User Error] Uncaught Exception: Object->__call(): the method 'getstarttimestamp' does not exist on 'RegisterableDateTime'

It was suggested by someone on IRC that perhaps this function existed in an earlier version of the core, or a dependency, but no longer does. Would anyone have an idea what this function used to look like, or how to gracefully bypass this error?

SOLUTION: Download the latest EventCalendar module from github, as the production file linked from the website does not contain the required function.