Thread: RSS feed issue

Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Dec 2009
    Posts
    204
    Plugin Contributions
    0

    Default Re: RSS feed issue

    Try this fix:
    Quote Originally Posted by a_berezin View Post
    My bug
    includes/class/rss_feed.php
    Find (line ~383):
    Code:
    if ($time == false || (time() - filemtime(DIR_FS_RSSFEED_CACHE . '/' . $zv_file)) < $time) {
    Replace by
    Code:
    if ($time == false || (time() - filemtime(DIR_FS_RSSFEED_CACHE . '/' . $zv_file)) > $time) {

  2. #2
    Join Date
    Aug 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: RSS feed issue

    Quote Originally Posted by andreitero View Post
    Try this fix:
    This worked perfectly, refreshed the feed and everything showed up just fine.

 

 

Similar Threads

  1. v151 RSS Feed XML and Link Issue
    By akyeame in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 4 Jan 2017, 04:58 PM
  2. v150 Rss Feed
    By stitchnkitty in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Sep 2014, 02:05 PM
  3. RSS feed issue
    By JohnBoyCR in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Nov 2009, 02:19 AM
  4. rss feed external link in the feed?
    By Kitty in forum General Questions
    Replies: 11
    Last Post: 26 Jan 2008, 09:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg