게시판 설치후.. 그룹생성을 하려고 하니 mysql_real_escape_string() 오류가 발생합니다. 정보
게시판 설치후.. 그룹생성을 하려고 하니 mysql_real_escape_string() 오류가 발생합니다.
본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : hyojong.es.kr
방화벽으로 인하여 외부에서 접속이 안되는 관계로 문제에 대한 내용만 적습니다.
설치환경 : euc-kr
설치버전 : 4.22.00
관리자로그인후 그룹생성버튼 클릭하면 아래와 같이 에러 발생
오류페이지: /gnuboard/adm/boardgroup_form_update.php
Fatal error: Call to undefined function: mysql_real_escape_string() in /home/hyojong/public_html/gnuboard/common.php on line 215
common.php 의 215라인의 내용은
if (isset($sfl)) {
$sfl = mysql_real_escape_string($sfl); <<== 215라인
$qstr .= '&sfl=' . urlencode($sfl); // search field (검색 필드)
}
오류 주소 : hyojong.es.kr
방화벽으로 인하여 외부에서 접속이 안되는 관계로 문제에 대한 내용만 적습니다.
설치환경 : euc-kr
설치버전 : 4.22.00
관리자로그인후 그룹생성버튼 클릭하면 아래와 같이 에러 발생
오류페이지: /gnuboard/adm/boardgroup_form_update.php
Fatal error: Call to undefined function: mysql_real_escape_string() in /home/hyojong/public_html/gnuboard/common.php on line 215
common.php 의 215라인의 내용은
if (isset($sfl)) {
$sfl = mysql_real_escape_string($sfl); <<== 215라인
$qstr .= '&sfl=' . urlencode($sfl); // search field (검색 필드)
}
댓글 전체

php 4.2.2 가 서버에 설치되어 있습니다.

참고: http://kr.php.net/manual/kr/function.mysql-real-escape-string.ph
mysql_real_escape_string
(PHP 4 >= 4.3.0, PHP 5, PECL mysql:1.0) 에서사용이 가능하다고 하네요....
mysql_real_escape_string
(PHP 4 >= 4.3.0, PHP 5, PECL mysql:1.0) 에서사용이 가능하다고 하네요....