Notice!
ErrorException [ Notice ]: Trying to get property of non-object
APPPATH/classes/model/frontend/generator.php @ line 172:
171: 'where' => array( 172: 'parent' => $first->id, 173: 'url_title' => $replace_html($uri[2])
APPPATH/classes/model/frontend/generator.php @ line 398:
397: 'where' => array( 398: 'parent' => $navi->id, 399: 'url_title'=>$replace_html($uri[2]),
APPPATH/classes/model/frontend/generator.php @ line 405:
404: $page = model_cms_site::find('first',array( 405: 'where' => array('cms_navi_id'=>$sub_navi->id) 406: ));