1042 Posts in 378 Topics by 372 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 865 Views |
-
Event Calendar Fails with upgrade to SS 2.3.2rc1

22 May 2009 at 4:30am
Upgrading to the last SS beta (2.3.2rc1) gives the following error:
[User Error] DataObjectDecorator->setOwner(): Trying to decorate an object of class 'CMSMain' with 'CalendarScriptInit', only Dataobject subclasses are supported.
-
Re: Event Calendar Fails with upgrade to SS 2.3.2rc1

22 May 2009 at 5:01pm
the solution to this is change CalendarScriptInit.php to;
<?php
class CalendarScriptInit extends LeftAndMainDecorator
{
public function init(){
Requirements::javascript('event_calendar/javascript/calendar_interface.js');
Requirements::css('event_calendar/css/calendar_cms.css');
}
}
| 865 Views | ||
|
Page:
1
|
Go to Top |

