Page 1 of 1
Calendar: Fatal Error
Posted: Sat Nov 19, 2011 7:05 pm
by Alfonso
I'm using the standard Calendar in my site. I call it via {cms_module module="Calendar" display="upcominglist"}
After upgrade to 1.10.1 the page is broken with following error:
Fatal error: Cannot assign by reference to overloaded object in /homepages/3/d22222221/htdocs/jmstest/lib/classes/module_support/modlang.inc.php on line 129
What can I do?
bye
Alfonso
Re: Calendar: Fatal Error
Posted: Tue Nov 29, 2011 3:38 pm
by janaf
This may not be much help but I'm using the CGcalendar, which is by the same developers, as Calendar, without problems on 1.10.1...
Re: Calendar: Fatal Error
Posted: Tue Dec 20, 2011 2:52 am
by beattie
If you have upgraded to CMSMS v1.10.2 and it has broken your Calendar module this is because Calendar is no longer supported in the more recent core upgrades.
If you are desperate, you can move your events from Calendar module to CGCalendar module fairly easily via the database. FIRST: backup your database and site files before making any changes. The table structures for both modules are very similar. Obviously compare the two very carefully, add some rows and rename tables where necessary.
You will then need to update the module call in your pages e.g. from {cms_module module="Calendar"} to {cms_module module="CGCalendar"} and also update the CGmodule templates if they are not the default ones.
Finally, you will need to remove the Calendar module for CGCalendar to work.
I have succeeded in moving hundreds of my clients' events in this way. If anyone needs further explanation feel free to PM me.