묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원관리메뉴에 이상이 있습니다.
2011.01.13 21:03
Fatal error: Call to a member function getNextPage() on a non-object in /iweb/iq0500/wwwhome/xe/classes/template/TemplateHandler.class.php(220) : eval()'d code on line 95
라는데.
저기 써있는 line 95는 if문인데, 당최 무슨소린질 모르겠네요. 내용은 이렇습니다.
if($oCacheHandler->isSupport()){
$cache_key = 'template:'.$this->file;
$this->buff = $oCacheHandler->get($cache_key, $latest_mtime);
} else {
if(file_exists($this->compiled_file) && filemtime($this->compiled_file)>$latest_mtime) {
$this->buff = FileHandler::readFile($this->compiled_file);
}
}
회원관리 잘 켜지다가 갑자기 오류가 생기니 어리둥절하네요;
무엇이 문제인가요?
번거롭게 해드려서 죄송합니다! =ㅂ=