Calendar: Fatal Error

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Alfonso
Forum Members
Forum Members
Posts: 12
Joined: Tue Jul 22, 2008 10:05 am

Calendar: Fatal Error

Post 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
janaf
Forum Members
Forum Members
Posts: 183
Joined: Sun Jan 10, 2010 7:02 pm

Re: Calendar: Fatal Error

Post 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...
beattie
Forum Members
Forum Members
Posts: 98
Joined: Sun Dec 21, 2008 11:35 pm

Re: Calendar: Fatal Error

Post 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.
Post Reply

Return to “Modules/Add-Ons”