Results 1 to 10 of 955

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by 100asa View Post
    I've installed the latest version, but my feeds don't update. it's updated at the day of installation. why?
    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
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    already work fine with
    UPDATE configuration SET set_function=NULL WHERE configuration_key = 'RSS_CACHE_TIME';
    however I've update as you say. Thanks

  3. #3
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by 100asa View Post
    already work fine with
    UPDATE configuration SET set_function=NULL WHERE configuration_key = 'RSS_CACHE_TIME';
    Bad wrong way

  4. #4
    Join Date
    May 2008
    Posts
    261
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    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) {
    HI, Andrew,

    Very strange problem.

    After editing the file includes/class/rss_feed.php by Notepad, or by Wordpad, or by Dreamwaer.., all the rss can not be open, just a blank page in IE7.

    Any idea on this problem?
    Last edited by Jerry5763837; 11 Feb 2009 at 11:25 AM. Reason: error

  5. #5
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by Jerry5763837 View Post
    HI, Andrew,

    Very strange problem.

    After editing the file includes/class/rss_feed.php by Notepad, or by Wordpad, or by Dreamwaer.., all the rss can not be open, just a blank page in IE7.

    Any idea on this problem?
    UTF-8? Rather, the editors write BOM to beginning of file.

  6. #6
    Join Date
    May 2008
    Posts
    261
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by a_berezin View Post
    UTF-8? Rather, the editors write BOM to beginning of file.
    Hi, Andrew,

    Really appreciated for your quick reply.

    Could you please clarify what is BOM?
    then use what kind of software to successfully edit this file?

    thanks again.

  7. #7
    Join Date
    May 2008
    Posts
    261
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Hi,Andrew,

    Thanks for your idea.
    Have fixed it. When open in Dreamwaver, click the property, found there no BOM.
    but there is something wrong with the coding type: originally it is Chinese.(i downloaded form zen-cart.com and do not know why),
    so after changer to UTF-8, it works well.
    Thanks again.

    Could you please give me more hint on my last question at #527?
    appreciated with many thanks.

 

 

Similar Threads

  1. Rss2 feed & Ultimate SEO URL
    By Jerry5763837 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 1 Feb 2009, 12:42 PM
  2. RSS2 feed contribution support
    By Woodymon in forum All Other Contributions/Addons
    Replies: 73
    Last Post: 26 Sep 2007, 07:38 AM
  3. How to display Price in Rss2.php ( Rss Feed )
    By anand in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 27 Jan 2007, 10:38 PM
  4. rss2.php rss feed contribution - YAHOO picks up only IMAGE URL?
    By gsh in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 Dec 2006, 05:19 AM
  5. Does rss2 mod also do mailing lists?
    By levander in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Sep 2006, 11:15 AM

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