Page 1 of 1

CMSMS module call on page

Posted: Tue Feb 06, 2018 6:17 am
by rahulu
Hi Everyone,

I am upgrading the cmsms version from cmsms 1.11.7 to cmsms 2.
I am facing a issue when we call the calendar module in page like,

{cms_module module="Calendar" display='list'}

Is their any other way to call module on page in cmsms 2.

Please suggest if there any other way to call module on page.

Thank you in advance.

Re: CMSMS module call on page

Posted: Tue Feb 06, 2018 12:17 pm
by velden
Better describe the problem. Seems the call is fine.

Note that modules can have dependencies too on version of CMSMS. And perhaps you need to upgrade some before upgrading CMSMS.

Re: CMSMS module call on page

Posted: Wed Feb 07, 2018 10:13 am
by rahulu
Thank you for the reply velden,

I checked and found the below error, may be the reason the call in frontend but in backend it's works properly.

Warning: Parameter module is not known by module Calendar dropped in D:\wamp\www\new_upgrade\lib\classes\class.CMSModule.php

Please suggest.

Re: CMSMS module call on page

Posted: Wed Feb 07, 2018 1:52 pm
by paulbaker
Do you mean module="Calendar"? This module is very old and doesn't feature in the modules website any more, as far as I can see.

You might mean module="CGCalendar"?

Re: CMSMS module call on page

Posted: Thu Feb 08, 2018 7:20 am
by rahulu
Hi paulbaker,

Thank you for the reply.
Yes I also checked that the module not in the updated list.

I will try to use the same module in the current version or use the another module.

Thank you all for the suggestions.