게시판 생성후 다음과 같은 에러가 뜹니다
Warning: mysqli_free_result() expects parameter 1 to be mysqli_result, boolean given in /home/homigotpension08/www/lib/common.lib.php on line 1530 Warning: mysqli_free_result() expects parameter 1 to be mysqli_result, boolean given in /home/homigotpension08/www/lib/common.lib.php on line 1530
Warning: mysqli_free_result() expects parameter 1 to be mysqli_result, boolean given in /home/homigotpension08/www/lib/common.lib.php on line 1530 Warning: mysqli_free_result() expects parameter 1 to be mysqli_result, boolean given in /home/homigotpension08/www/lib/common.lib.php on line 1530
|
답변 1개
채택된 답변
+20 포인트
9년 전
/config.php 파일에서 이 부분 false 로 변경해보세요.
// MySQLi 사용여부를 설정합니다.
define('G5_MYSQLI_USE', false);
답변을 작성하려면 로그인이 필요합니다.