Results 1 to 10 of 955

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    OK, I finally found out what was wrong.
    It was "store owner" name problem.
    I had the name as Jenny & Phil.
    I fixed with one name without symbol and it's all good.


    THANK YOU for the add-on.

    hopefully this will boost my ranking a lil bit.

    Quote Originally Posted by kmvguy83 View Post
    I just install this on my test site and I'm getting error
    error on line 15 at column 57: xmlParseEntityRef: no name

    how do i fix this


    thanks in advance

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

    Default Re: RSS2 Feed Contribution

    Thank you pointed out an error

  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 kmvguy83 View Post
    OK, I finally found out what was wrong.
    It was "store owner" name problem.
    I had the name as Jenny & Phil.
    I fixed with one name without symbol and it's all good.
    I can't reproduce this error

  4. #4
    Join Date
    Aug 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by a_berezin View Post
    I can't reproduce this error
    sorry i can't reproduce the error my self.. LOL

  5. #5
    Join Date
    Aug 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by a_berezin View Post
    I can't reproduce this error
    nevermind... i can reporduce it.
    change the owner name to "Jenny & Phil"
    i had to "uninstall" sql and "install" the rss2 feed again from sql panel.


    if you want to see the error
    here is my test site:
    http://www.goodthingscostume.com/store
    you can enter it on feedvalidator


    and i also have some errors on my main store, maybe you can help me out since i have no knowledge on coding.

    when i check with http://feedvalidator.org, i see

    This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

    line 4, column 0: Use of unknown namespace: http://base.google.com/cns/1.0 [help]

    <rss version="2.0" line 12, column 100: Self reference doesn't match document location [help]

    ... rel="self" type="application/rss+xml" />
    thank you in advance

  6. #6
    Join Date
    Oct 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Any ideas on my issue posted here?
    http://www.zen-cart.com/forum/showpo...&postcount=458
    I'm getting desprate.
    Thanks

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by kmvguy83 View Post
    i can reporduce it.
    change the owner name to "Jenny & Phil"
    I found it!
    class rss_feed.php
    Found
    Code:
      function _clear_email($str) {
        $out = str_replace(array('<', '>'), array('(', ')'), $str);
        return $out;
      }
    Replace by
    Code:
      function _clear_email($str) {
        $out = str_replace(array('<', '>'), array('(', ')'), $str);
        $out = htmlspecialchars($str, ENT_QUOTES);
        return $out;
      }
    Quote Originally Posted by kmvguy83 View Post
    when i check with http://feedvalidator.org
    I use http://validator.w3.org/feed/

  8. #8
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: RSS2 Feed Contribution

    I installed this mod a while back, Now i have the button for it in the footer. If I click the button the window will open and it will generate the feed. The problem I noticed on my site thought. The IE7 doesn't recognize that there is a feed on my site when I open the site in IE7.

    For example when Iam on this forum the feed is led orange in the navigation, but on mu site it stays dim. Any idea where the problem might be.

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

    Default Re: RSS2 Feed Contribution

    Reread readme.txt and try to install the module again, step by step.

  10. #10
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: RSS2 Feed Contribution

    a_berezin I have a question for you. Do I have to keep my Cache clean out. I have 34MB of Cache for the rss feed there. I change the store description but it does not the changes when you click on the feed. If so how often do I need to do this. Thank You for great Module.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

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