AKSW / site.ontowiki

HTML Content Publishing system on top of Linked Data
6 stars 7 forks source link

fixed php fatal error call to unknown function getComponentHelper() #51

Open FTeichmann opened 8 years ago

FTeichmann commented 8 years ago

getComponentHelper was unknown to php, $this->getComponentRoot() correctly displays root;

correct ontowiki exception is now printed on debug mode when no model is selected.

white-gecko commented 8 years ago

Please don't remove the slash between $this->_relativeTemplatePath and $site. Better make sure, that $this->_relativeTemplatePath in init() has no trailing slash.