Results 1 to 10 of 955

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Posts
    62
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    BTW, I found two bugs in the includes/classes/rss_feed.php file:
    lines 406-407 are:
    #
    $in[] = '@&(mdash);@i'; $out[] = '?;
    #
    $in[] = '@&(reg);@i'; $out[] = '?';
    but they should be:
    #
    $in[] = '@&(mdash);@i'; $out[] = '?';
    #
    $in[] = '@&(reg);@i'; $out[] = '?';

    and lines 429-430 are:
    #
    $st_in[] = '@<li>@i'; $st_out[] = "\n?.chr(160);
    #
    $st_in[] = '@<h\d>@i'; $st_out[] = "\n\n";
    but they should be:
    #
    $st_in[] = '@<li>@i'; $st_out[] = "\n?.chr(160)";
    #
    $st_in[] = '@<h\d>@i'; $st_out[] = "\n\n";

    hope this helps someone.

  2. #2
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by elishama3 View Post
    BTW, I found two bugs in the includes/classes/rss_feed.php file:
    lines 406-407 are:
    #
    $in[] = '@&(mdash);@i'; $out[] = '?;
    #
    $in[] = '@&(reg);@i'; $out[] = '?';
    but they should be:
    #
    $in[] = '@&(mdash);@i'; $out[] = '?';
    #
    $in[] = '@&(reg);@i'; $out[] = '?';

    and lines 429-430 are:
    #
    $st_in[] = '@<li>@i'; $st_out[] = "\n?.chr(160);
    #
    $st_in[] = '@<h\d>@i'; $st_out[] = "\n\n";
    but they should be:
    #
    $st_in[] = '@<li>@i'; $st_out[] = "\n?.chr(160)";
    #
    $st_in[] = '@<h\d>@i'; $st_out[] = "\n\n";

    hope this helps someone.
    the code is my file is....

    Code:
    $in[] = '@&(mdash);@i'; $out[] = '—';
    $in[] = '@&(reg);@i'; $out[] = '®';
    Code:
    $st_in[] = '@<li>@i'; $st_out[] = "\n•".chr(160);
    $st_in[] = '@<h\d>@i'; $st_out[] = "\n\n";

  3. #3
    Join Date
    Jan 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Well...I added a bunch of products yesterday...and then I deleted the RSS file that showed up in my root.....

    Now my new products feed doesn't work at all.

  4. #4
    Join Date
    Jan 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Okay...let me start from the beginning and go to the end of this issue...maybe someone can tell me where I screwed up.

    I installed 2.1.3 and it worked fine except it filled my root folder with the RSS_(randomnumbers) files....

    I saw that a_berezin created an upgrade. Colemanpa said that it fixed the issue for him....so I downloaded the upgrade...overwrote the files and ran the 2.1.3_upgrade file. I got an SQL error.

    I ran the 2.1.4 Full install .sql file as Colemanpa said, it seemed to work fine, however I was wrong. It didn't update the new_products feed. I noticed that there were RSS_(randomnumbers) files back in my root directory. I deleted them and the new_products feed updated.

    Last night I deleted them again to get the new_products feed to update again, however...instead it just deleted EVERYTHING from the new_products feed. I uninstalled 2.1.4 (deleted all the files and ran the uninstall.sql file)

    I reinstalled 2.1.4 and it didn't fix it at all. So I decided to go back to 2.1.3 and that's not even working now. So now I've uninstalled 2.1.3 and I've reinstalled 2.1.4....

    I'm not a coder whatsoever, but I'm assuming there is something that got screwed up when I tried to upgrade the first time. I backed my database up back then...but since then I've added a bunch of new products and some new customers....I don't want to lose all of that work. What can I do to fix this?

  5. #5
    Join Date
    Jan 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    For now I've changed the default feed to Specials because any feed with the word products in it (new_products, products) will not work.

  6. #6
    Join Date
    Jan 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by NFM View Post
    For now I've changed the default feed to Specials because any feed with the word products in it (new_products, products) will not work.

    This is the link to my New Products feed. Take a look at the source code...I think there's something wrong in there.

  7. #7
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    I just tested your New Products feed in Google Reader and it works for me....

 

 

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