Help - Warning
Posted: 20 Sep 2012, 23:37
Hi, PHoca has finally loaded into the joomla site but when I try to add phoca category (already added joomla category - background), it won't let me put in parent category or save it - this warning is showing -
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);
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);