[SOLVED ]Calender problem

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
bass2u

[SOLVED ]Calender problem

Post 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
Last edited by bass2u on Fri Jun 06, 2008 8:21 pm, edited 1 time in total.
Bob

Re: Calender problem

Post 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
vilkis

Re: Calender problem

Post 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
bass2u

Re: Calender problem

Post by bass2u »

Thnx ALLOT for the quick response.

This did the trick. ;D
dscheff
New Member
New Member
Posts: 4
Joined: Thu May 29, 2008 11:12 pm

Re: Calender problem

Post by dscheff »

Here here!  How great is it when you have an issue and find the exact perfect fix with simplicity.

Thanks!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Calender problem

Post by Dr.CSS »

[[urlhttp://forum.cmsmadesimple.org/index.php/topic,22304.msg108205.html#msg108205]solved[/url]] ?...
Locked

Return to “Modules/Add-Ons”