Page 32 of 96 FirstFirst ... 2230313233344282 ... LastLast
Results 311 to 320 of 955
  1. #311
    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.

  2. #312
    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.

  3. #313
    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....

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by craftzombie View Post
    I just tested your New Products feed in Google Reader and it works for me....
    I'm getting a blank page. It's also not updating at any of the sites that I send the feed to.

    I just tested it in Google Reader too...and oddly...it IS working there. But nowhere else that I want it to work...lol
    Last edited by NFM; 17 Mar 2008 at 01:53 PM. Reason: checked Google Reader

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

    Default Re: RSS2 Feed Contribution

    Got it! Thanks to Microsoft...lol...Internet Explorer told me what the problem was...and as I figured it was my fault. One of my products had an invalid character that was screwing up the xml....apparently Google Reader was the only thing having no issues with it.

  6. #316
    Join Date
    Jan 2008
    Posts
    82
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Hi,

    Really grateful for this contribution, thank you.

    I do have a few validation errors I need help with:


    ####################___

    Line 111, Column 151: document type does not allow element "link" here .
    …in_page=rss_feed&feed=specials" />✉
    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

    Line 112, Column 159: document type does not allow element "link" here .
    …age=rss_feed&feed=new_products" />✉
    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

    Line 113, Column 151: document type does not allow element "link" here .
    …in_page=rss_feed&feed=upcoming" />✉
    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

    Line 114, Column 151: document type does not allow element "link" here .
    …in_page=rss_feed&feed=featured" />✉
    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

    Line 115, Column 155: document type does not allow element "link" here .
    …age=rss_feed&feed=best_sellers" />✉
    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

    ####################____

    Thanks in advance..









    Line 111, Column 151: document type does not allow element "link" here .
    …in_page=rss_feed&feed=specials" />✉
    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

    Line 112, Column 159: document type does not allow element "link" here .
    …age=rss_feed&feed=new_products" />✉
    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

    Line 113, Column 151: document type does not allow element "link" here .
    …in_page=rss_feed&feed=upcoming" />✉
    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

    Line 114, Column 151: document type does not allow element "link" here .
    …in_page=rss_feed&feed=featured" />✉
    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

    Line 115, Column 155: document type does not allow element "link" here .
    …age=rss_feed&feed=best_sellers" />✉
    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

  7. #317
    Join Date
    Aug 2007
    Posts
    62
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    I am still fruitlessly trying to track down the source of the xml parsing error. I am not sure if this is related or not, but in the rss.css and rss.xls files are the following wording:

    The CSS/XLS files are sent to the browser in this order: (and alphabetically within each case of more than one match):

    rss*.css // are always loaded and at least ONE should contain site-wide properties.
    rss*.xls // are always loaded and at least ONE should contain site-wide properties.

    Do I need to input something here to make it work, and if so, what? I am not sure what site-wide properties would be appropriate for an rss feed.

    Please help.

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

    Default Re: RSS2 Feed Contribution

    Quick bugfix! Run this sql
    Code:
    UPDATE configuration SET set_function=NULL WHERE configuration_key = 'RSS_CACHE_TIME';

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by vitalwares View Post
    I do have a few validation errors I need help with:
    Use last version Google Analitics Integration module.

  10. #320
    Join Date
    Jan 2008
    Posts
    82
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by a_berezin View Post
    Use last version Google Analitics Integration module.
    Hi Andrew,

    Not sure what this has to do with Google analytics, these are errors related to the RSS feed contribution but I I have installed the latest google analytics and
    now I have new errors

    Please look at this post in the analytics forum (also still have a few validation errors with the RSS code):

    http://www.zen-cart.com/forum/showpo...&postcount=379

    Regards,
    Prashant.

 

 
Page 32 of 96 FirstFirst ... 2230313233344282 ... LastLast

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR