서버 이전 오류 채택완료
서버 이전하면서 생긴 오류입니다. common.lib.php 파일을 수정하면 될 것같은데 어떻게 작업해야할지 모르겠습니다. 아시는 분은 답변주시면 감사하겠습니다.
Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given in /asd/www/lib/common.lib.php on line 1564 no_site
1564번째 줄
function sql_num_rows($result)
{
if(function_exists('mysqli_num_rows') && G5_MYSQLI_USE)
return mysqli_num_rows($result);
else
return mysql_num_rows($result);
}
답변 2개
답변을 작성하려면 로그인이 필요합니다.
로그인