ParseError

syntax error, unexpected end of file, expecting elseif (T_ELSEIF) or else (T_ELSE) or endif (T_ENDIF)

/root/Dropbox/manesht_usa/protected/views/course/book.php(298)

Stack Trace

#3
+
 /root/Dropbox/manesht_usa/protected/controllers/CourseController.php(264): CController->render("book", array("model" => Book, "issend" => "false", "resmodel" => ExternalLink))
259                 $model->update();
260             }
261             $this->render('book', array(
262                 'model' => $model,
263                 'issend' => $issend,
264                 'resmodel' => $resmodel
265             ));
266         }
267     }
268 
269     public function actionIndex() {
#18
+
 /root/Dropbox/manesht_usa/index.php(16): CApplication->run()
11 
12 require_once($yii);
13 //require dirname(__FILE__).'/protected/vendor/autoload.php';
14 
15 
16 Yii::createWebApplication($config)->run();
2024-03-19 03:49:37 nginx/1.25.4 Yii Framework/1.1.20