Page 1 of 1

Calendar module installation error

Posted: Tue Aug 28, 2007 10:54 pm
by neis
Hi All,

I am using CMS ver 1.0.7 and wanted to use the Calendar module. After downloading ver 0.7.10 of the Calendar module and uploading it to my server, I logged into the admin interface. Here I was faced with a linear look of the pages due to the fact that the CSS files did not load. Since I am using Firefox, I took a peek at the CSS with "view CSS" and found the following error:

Code: Select all

<b>Fatal error</b>:  Call to undefined function:  registermoduleplugin() in <b>/......./modules/Calendar/Calendar.module.php</b> on line <b>117</b><br />
Does someone know what to do short of downloading and installing/upgrading to CMS ver 1.1.1 ?

Thank you,
Laurentiu

Re: Calendar module installation error

Posted: Wed Aug 29, 2007 12:19 am
by calguy1000
Okay, it looks like I need to change one line and re-upload 0.7.10..... Calendar now relies on 1.1

Re: Calendar module installation error

Posted: Wed Aug 29, 2007 2:00 pm
by neis
Thank you. So, do I understand correctly that you will make it compatible with 1.0.* versions as well as 1.1.* versions?

Re: Calendar module installation error

Posted: Fri Sep 07, 2007 3:36 pm
by Jacob B
I got the same error and problem after installing calendar 0.7.10 in CMSMS 1.06 using the module manager.
This resulted in that my admin panel does not load with stylesheet anymore. Besides, the following error appears if i try to go to modules to delete the calender module:

Fatal error: Call to undefined method Calendar::RegisterModulePlugin() in W:\www\CMS\modules\Calendar\Calendar.module.php on line 117

Now I don't know how to get rid of the calendar module.
Can someone please help me. I prefer to delete the calender module first, upgrade cmsms afterwards and install the calender module again.

Hope anybody can help me :-[

Jacob

Re: Calendar module installation error

Posted: Fri Sep 14, 2007 1:42 pm
by nettpar
I had the same problem.  Just go into the modules directory and remove the Calendar directory and its contents.  This allows the styles to be loaded in the admin interface again.

I checked the DB and I am fairly sure there isn't any reference to the module contained in the tables.  Makes sense I guess as the problem is that the module couldn't be registered.

Re: Calendar module installation error

Posted: Fri Sep 14, 2007 4:39 pm
by Jacob B
Thanx nettpar! Removing the Calendar folder worked for me as well!
Jacob