묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
다시 올립니다 ㅠㅠ (코어업데이트 후 오류)
2014.02.06 20:29
코어 업데이트 후
Fatal error: Call to undefined method Object::executeQuery() in /home/hosting_users/emlab/www/config/func.inc.php on line 221
이러한 오류가 발생하였으며
해당 경로를 통해 func.inc.php 파일을 확인해 본 결과
221번째 줄의 내용이
return $oDB->executeQuery($query_id, $args, $arg_columns); 이고,
이 명령이 포함된 전체 문장은
function executeQuery($query_id, $args = NULL, $arg_columns = NULL)
{
$oDB = DB::getInstance();
return $oDB->executeQuery($query_id, $args, $arg_columns);
}
입니다.
왜 이런 오류가 발생하는지 알려주시면 감사하겠습니다 ...ㅠㅠ
하루종일 봐도 헤결은 못하겠고, 똑같은 행동만 반복하게 되네요...ㅠ