COMPATIBILITY:JOOMLA! 3.5 / 2.5
I just updated joomla to 3.6.5 and the rss feeds are now longer loaded in the module. Do I have to downgrade Joomla or do you have an update of GK5 that is compatible?
My site: http://www.islamnet.no
COMPATIBILITY:JOOMLA! 3.5 / 2.5
$rss = new SimplePie($config['rss_feed'], JPATH_ROOT . DS . 'modules' . DS . 'mod_news_pro_gk5' . DS . 'cache', $config['rss_cache_time'] * 60);
$rss = new SimplePie();
$feed->set_feed_url($config['rss_feed']);
$feed->set_cache_location(JPATH_ROOT . DS . 'modules' . DS . 'mod_news_pro_gk5' . DS . 'cache');
$feed->set_cache_duration($config['rss_cache_time'] * 60);
Your site is running on PHP 5.4.16 which has stopped receiving security updates since Thursday, 03 September 2015. Using this on a live site is dangerous: unpatched security issues can get your site hacked. Moreover, we can only guarantee support for obsolete versions of PHP after nine months since their end-of-life date. Therefore, support for your version of PHP may be dropped any time after Friday, 03 June 2016. We strongly advise you to ask your host to upgrade your site to PHP 5.6 or later.
Deprecated: Passing parameters to the constructor is no longer supported. Please use set_feed_url(), set_cache_location(), and set_cache_location() directly. in /var/www/vhosts/islamnet.no/public_html/libraries/vendor/simplepie/simplepie/library/SimplePie.php on line 640