ParseError

Unclosed '{' on line 4

/home/tfnmbjkoz2b0/public_html/protected/views/links/links.php(27)

Stack Trace

#3
+
 /home/tfnmbjkoz2b0/public_html/protected/controllers/LinksController.php(33): CController->render()
28         $links = new HomeLinks;
29         $links = $links->find(array("condition"=>"link_url=:term","params"=>array(":term"=>$term)));
30         $this->pageTitle = $links['meta_title'];
31         $this->meta_keywords = $links['meta_keywords'];
32         $this->meta_description = $links['meta_description'];
33         $this->render("links", array("links"=>$links) );
34     }
35     public function actionSearch()
36     {
37         $model = new HomeLinks;
38         $articles = new Articles;
#11
+
 /home/tfnmbjkoz2b0/public_html/index.php(11): CApplication->run()
06 
07 // remove the following line when in production mode
08  defined('YII_DEBUG') or define('YII_DEBUG',true);
09 
10 require_once($yii);
11 Yii::createWebApplication($config)->run();
2024-03-28 16:31:59 Apache Yii Framework/1.1.14