安裝新的模塊后如果出現(xiàn)以下錯誤提示,一般是由于創(chuàng)建數(shù)據(jù)表的時候權限缺失導致沒有對應的數(shù)據(jù)表,解決方法一般是檢查數(shù)據(jù)庫賬號是否有創(chuàng)建表權限然后重新安裝模塊。
Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in www.domain.com\include\mysql.class.php on line 104
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in www.domain.com\include\mysql.class.php on line 134