묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
이 문제좀 풀어주세용..
2011.02.08 10:18
Fatal error: Call to a member function setAct() on a non-object in /web/home/lamborghini/html/xe/classes/module/ModuleHandler.class.php on line 304
}
}
Call to a member function setAct() on a non-object 이거를 네이버에 검색하면 좋은 정보들 많이 나온다고하는데 저는 봐도 잘 모르겠어요..
}
}
$oModule->setAct($this->act);
$this->module_info->module_type = $type;
$oModule->setModuleInfo($this->module_info, $xml_info);
// execute the action, and if failed, set error
if(!$oModule->proc()) $this->error = $oModule->getMessage();
return $oModule;
Call to a member function setAct() on a non-object 이거를 네이버에 검색하면 좋은 정보들 많이 나온다고하는데 저는 봐도 잘 모르겠어요..