1
Hi,
I get this error message:
PHP Fatal error: Cannot access empty property in XXX/xoops/modules/piCal/class/piCal_xoops.php on line 163
this line is just:
while( $event = mysql_fetch_object( $rs ) ) {
and
$rs is just defined as
$rs = mysql_query( $sql , $this->conn ) ;
so nothing special here, or?
This happens when I click on a user, which is not really realted to that, I guess. I don't get this error on other pages atm. So very weird.
I am using php 5.0.5 an I am not sure if the error happened before (on older php versions), because I just started to build a new site.
piCal Version: 0.76
Any hints?