Help - Warning
Posted: 20 Sep 2012, 23:37

Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/allau/public_html/greenhousecleaningcompany.com.au/cms/libraries/joomla/database/database/mysqli.php
In this folder on my admin server control panel on line 263 – it says return mysqli_num_rows($cursor ? $cursor : $this->cursor);
Do I change this to read mysqli_result($cursor ? $cursor : $this->cursor);
