Heathenmagic,
Try this one:
File /includes/classes/rss_feed.php
Find
Add afterCode:function rss_feed_out() { if($this->rssFeedCahcheFrom == false) { $this->rssFeedContent = $this->rss_feed_content(); $this->rssFeedTimeCreated = time(); if($this->rssFeedCahcheFlag == true) { if (($f = fopen($this->rssFeedCahcheFileName, 'w'))) { fwrite($f, $this->rssFeedContent, strlen($this->rssFeedContent)); fclose($f); } } }
Code:@flush(); @ob_clean();
Bookmarks