10379 Posts in 2194 Topics by 1710 members
| Go to End | ||
| Author | Topic: | 1389 Views |
-
Re: Problem installing Event_Calendar

6 May 2010 at 12:45pm
I had that error too.
This is how I fixed it:
http://www.silverstripe.org/all-other-modules/show/282832#post282835open \event_calendar\code\CalendarUI.class.php
go to line 117
replace:public function setAnchorEnd($date)
protectedwith:
public function setAnchorEnd($date)
{
$this->anchor_end = new sfDate(CalendarUtil::getDateToString($date));
} -
Re: Problem installing Event_Calendar

6 May 2010 at 1:12pm
Thank you so much. I'm relatively new to Silverstripe but REALLY like it so far. Trying to learn the "Silverstripe way of doing things" right now.
Appreciate the help.
-
Re: Problem installing Event_Calendar

6 May 2010 at 1:39pm
Where did you guys get this distribution of EventCalendar? That bug was fixed a really long time ago.
-
Re: Problem installing Event_Calendar

6 May 2010 at 1:47pm
I got mine back in April from:
http://bluehousegroup.svn.beanstalkapp.com/modules/branches/2.3/event_calendar/
| 1389 Views | ||
| Go to Top |


