Problem with PD statistics
Posted: 31 Oct 2011, 10:45
Hi, I'm having PD (v1.3.6) up and running on my Joomla 1.5.23 website. But now I discovered, that when I go into PD to Users (to see who has downloaded which files) I got the error message:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/scholtens/domains/scholtens.eu/public_html/libraries/joomla/database/database/mysql.php on line 344
This is the code on the specific line:
function getNumRows( $cur=null )
{
return mysql_num_rows( $cur ? $cur : $this->_cursor );
}
Can anyone help me please what to do?
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/scholtens/domains/scholtens.eu/public_html/libraries/joomla/database/database/mysql.php on line 344
This is the code on the specific line:
function getNumRows( $cur=null )
{
return mysql_num_rows( $cur ? $cur : $this->_cursor );
}
Can anyone help me please what to do?