CException

https://www.sanjavier.es/es/noticia-15523-listado-definitivo-de-la-escuela-de-semana-santa does not seem to be a valid URL

/home/sanjavier/domains/sanjavier.es/public_html/protected/extensions/feed/EFeedItemAbstract.php(113)

101         return $this->tags->itemAt('description');
102     }
103     /**
104      * 
105      * Property link setter
106      * @param string URI $link
107      */
108     public function setLink($link) {
109         $validator = new CUrlValidator();
110         $validator->pattern = '/(((f|ht){1}tp:\/\/)[-a-zA-Z0-9@:%_\+.~#?&\/\/=]+)/i';
111         
112         if(!$validator->validateValue($link))
113             throw new CException( Yii::t('EFeed', $link. ' does not seem to be a valid URL') );
114         $this->addTag('link', $link); 
115     }
116     /**
117      * 
118      * @return link tag
119      */
120     public function getLink(){
121         return $this->tags->itemAt('link');
122     }
123     /**
124      * 
125      * Abstract property setter Ddte

Stack Trace

#0
+
 /home/sanjavier/domains/sanjavier.es/public_html/protected/controllers/front/FeedController.php(37): EFeedItemAbstract->setLink("https://www.sanjavier.es/es/noticia-15523-listado-definitivo-de-...")
32 
33         foreach ($ultimasNoticias as $noticia) 
34         {
35             $item = $feed->createNewItem();
36             $item->title = $noticia->getTituloLang();            
37             $item->setLink($noticia->getUrl());
38             $item->description = CHtml::encode(strip_tags($noticia->getDescripcionLang()));            
39             $item->date = $noticia->fecha_publicacion;
40             $feed->addItem($item);
41         }
42         $feed->generateFeed();            
#8
+
 /home/sanjavier/domains/sanjavier.es/public_html/protected/components/WebApplicationEndBehavior.php(25): CApplication->run()
20         // Attach the changeModulePaths event handler
21         // and raise it.
22         $this->onModuleCreate = array($this, 'changeModulePaths');
23         $this->onModuleCreate(new CEvent($this->owner));
24  
25         $this->owner->run(); // Run application.
26     }
27  
28     // This event should be raised when CWebApplication
29     // or CWebModule instances are being initialized.
30     public function onModuleCreate($event)
#11
+
 /home/sanjavier/domains/sanjavier.es/public_html/index2.php(46): CComponent->__call("runEnd", array("front"))
41     }
42 }
43 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3);
44  
45 require_once($yii);
46 Yii::createWebApplication($config)->runEnd('front');
47 ?>
2024-03-19 04:21:05 Apache/2 Yii Framework/1.1.17