Page 1 of 1

[SOLVED ]Calender problem

Posted: Sun May 18, 2008 12:11 pm
by bass2u
Hi All,

I'm really loving CMSMS, but i'm having a problem with the calender module..... ???

Whenever i click on the date of a event i get the following error:
Fatal error: Call to a member function on a non-object in /var/www/html/cms/modules/Calendar/function.displaylist.php on line 170

What went wrong? i already tried to delete the whole calender and then reinstalled it......

Thanks in advance for any help
Bas

Re: Calender problem

Posted: Mon May 19, 2008 10:57 pm
by Bob
bass2u wrote: Hi All,

I'm really loving CMSMS, but i'm having a problem with the calender module..... ???

Whenever i click on the date of a event i get the following error:
Fatal error: Call to a member function on a non-object in /var/www/html/cms/modules/Calendar/function.displaylist.php on line 170

What went wrong? i already tried to delete the whole calender and then reinstalled it......

Thanks in advance for any help
Bas
I got the same problem since I upgraded to Calendar .8.1

Re: Calender problem

Posted: Wed May 21, 2008 11:51 pm
by vilkis
Change line 170 in that file:

Now there is

Code: Select all

$crs = $fieldDb->Execute($sql,array($row['event_id'])); // Get the field values
Change it to

Code: Select all

$crs = $categoryDb->Execute($sql,array($row['event_id'])); // Get the field values
That's it then.

Vilkis

Re: Calender problem

Posted: Tue May 27, 2008 8:54 pm
by bass2u
Thnx ALLOT for the quick response.

This did the trick. ;D

Re: Calender problem

Posted: Thu Jun 05, 2008 2:15 pm
by dscheff
Here here!  How great is it when you have an issue and find the exact perfect fix with simplicity.

Thanks!

Re: Calender problem

Posted: Fri Jun 06, 2008 12:06 am
by Dr.CSS
[[urlhttp://forum.cmsmadesimple.org/index.php/topic,22304.msg108205.html#msg108205]solved[/url]] ?...