CHttpException

Die Seite wurde nicht gefunden

/home/containr/public_html/lignapool_live/protected/modules/containr/components/CtFrontendController.php(71)

59 
60     // Build page tree for navigation.
61     $this->pageTreeNavigation = CtcorePage::getPageTreeNavigation(1);
62   }
63 
64   /**
65    * This is the default 'index' action that is invoked
66    * when an action is not explicitly requested by users.
67    */
68   public function actionPage() {
69 
70     if(empty($this->pageData)) {
71       throw new CHttpException(404, t('i18n', 'error.page-not-found'));
72     }
73 
74     $templateStructure = $this->flattenStructureArray($this->themeSettings['templates'][$this->pageData->template]['structure']);
75 
76     foreach ($templateStructure as $area) {
77       $dynamicContent[$area] = '';
78 
79       // Get elements.
80       $elements = CtcoreElementPageRef::model()->sorted()->findAll('page_id = :pageid AND column_id = :area', array(
81         ':pageid' => $this->pageData->id,
82         ':area' => $area
83       ));

Stack Trace

#7
+
 /home/containr/public_html/lignapool_live/index.php(22): CApplication->run()
17 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3);
18 
19 require_once $yii;
20 require_once $globals;
21 
22 Yii::createWebApplication($config)->run();
2024-03-29 16:29:56 LiteSpeed Yii Framework/1.1.29