CException

https://ekloges.pdm.gov.gr/ekloges/20190526dimo/index.php?r=report/syndiasmoi does not seem to be a valid URL

/var/www/html/ekloges/20190526dimo/protected/controllers/RssController.php(19)

07     public $pageTitle = '';
08     public $opts = array();
09 //--------------------------------------------------------------------------------------------------------------//
10 //MAIN ACTION
11 //--------------------------------------------------------------------------------------------------------------//
12     public function actionFeed(){
13         $this->opts['hasRss'] = Yii::app()->params['hasRss'];
14 
15         if($this->opts['hasRss']) {
16             Yii::import('ext.feed.*');
17             $feed = new EFeed(EFeed::ATOM);
18             $feed->title = CT::txt('title');
19             $feed->link = $this->createAbsoluteUrl('report/syndiasmoi');
20             $feed->addChannelTag('updated', date(DATE_ATOM, time()));
21             $feed->addChannelTag('author', array('name'=>CT::txt('copyright')));
22 
23             $strRSS = array();
24 
25                 $command = Yii::app()->db->createCommand(DBUtils::QryGetLastUpdateTimeForRss());
26                 $command->bindValue(':id_diexagogiEklogon', Yii::app()->params['id_diexagogiEklogon'] , PDO::PARAM_INT);
27                 $updTime = $command->queryScalar();
28                 if(!is_null($updTime)) {
29                         $command = Yii::app()->db->createCommand(DBUtils::QryGetETDataForRSS());
30                         $command->bindValue(':id_diexagogiEklogon', Yii::app()->params['id_diexagogiEklogon'] , PDO::PARAM_INT);
31                         $command->bindValue(':LIMIT', Yii::app()->params['limitRSS'] , PDO::PARAM_INT);

Stack Trace

#1
+
 /var/www/html/ekloges/20190526dimo/protected/controllers/RssController.php(19): CComponent->__set()
14 
15         if($this->opts['hasRss']) {
16             Yii::import('ext.feed.*');
17             $feed = new EFeed(EFeed::ATOM);
18             $feed->title = CT::txt('title');
19             $feed->link = $this->createAbsoluteUrl('report/syndiasmoi');
20             $feed->addChannelTag('updated', date(DATE_ATOM, time()));
21             $feed->addChannelTag('author', array('name'=>CT::txt('copyright')));
22 
23             $strRSS = array();
24 
#9
+
 /var/www/html/ekloges/20190526dimo/index.php(12): CApplication->run()
07 defined('YII_DEBUG') or define('YII_DEBUG',TRUE);
08 // specify how many levels of call stack should be shown in each log message
09 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
10 
11 require_once($yii);
12 Yii::createWebApplication($config)->run();
2024-03-28 22:22:20 Apache Yii Framework/1.1.28