problems with calendar...
Posted: Fri Jan 12, 2007 11:22 pm
hi,
i'm using cmsms 1.2 and calendar 0.7.8.
by showing the calendar function i'm getting the following error message:
Fatal error: Call to a member function on a non-object in /home/www/.../modules/Calendar/function.displaycalendar.php on line 120
the code of line 120 is:
if($rs->RecordCount() > 0)
the error only appears when i have more then 1 calendar entry.
so i looked by using
echo var_dump($rs);
what values are in $rs.
effect: bool(false)
so there must be a problem with defining the object.
but i have absolutly no idea how to fix that.
can anybody help?
greets
wolle
i'm using cmsms 1.2 and calendar 0.7.8.
by showing the calendar function i'm getting the following error message:
Fatal error: Call to a member function on a non-object in /home/www/.../modules/Calendar/function.displaycalendar.php on line 120
the code of line 120 is:
if($rs->RecordCount() > 0)
the error only appears when i have more then 1 calendar entry.
so i looked by using
echo var_dump($rs);
what values are in $rs.
effect: bool(false)
so there must be a problem with defining the object.
but i have absolutly no idea how to fix that.
can anybody help?
greets
wolle