ErrorException [ Error ]: Class 'Simplepie\SimplePie' not found
PKGPATH/SIMPLEPIE/CLASSES/SIMPLEPIE/CORE.PHP @ LINE 2675
$this->data['items'] = static::merge_items($this->multifeed_objects, $start, $end, $this->item_limit);but then it said:
ErrorException [ User Warning ]: Arguments must be SimplePie objects
PKGPATH/SIMPLEPIE/CLASSES/SIMPLEPIE/CORE.PHP @ LINE 2793
$feed = new \Simplepie\Factory();
$feed->set_feed_url('http://datamapper.wanwizard.eu/rss.xml');
$feed->set_cache_location('/tmp');
$feed->init() and $this->view->set('news', $feed->get_items(), false);
if (!empty($this->multifeed_objects))
{
$this->data['items'] = SimplePie::merge_items($this->multifeed_objects, $start, $end, $this->item_limit);
}
It looks like you're new here. If you want to get involved, click one of these buttons!