Page 66 of 96 FirstFirst ... 1656646566676876 ... LastLast
Results 651 to 660 of 955
  1. #651
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by kobra8 View Post
    Hi, can somebodu help with RSS?
    I install RSS Feed Version Date v 2.1.4
    When I clik on icon RSS in toolbar I geting message:

    ...............................
    Error!
    XML parsing failed
    XML parsing failed: syntax error (Line: 1, Character: 0)

    Reparse document as HTML
    Error:unexpected text (non-whitespace text outside root element)
    Specification:http://www.w3.org/TR/REC-xml/
    ="2.0"
    ..........................
    I install a sitemap XLM end I don't knew hat to setup RSS Feed!!!

    www.kavanali.com

    When I clik on icon RSS in toolbar I geting message:
    What are you talking about? Are you talking about in admin of your store, if so their is no rss feed under tools. It is under configurations.
    Make sure you uploaded all files to there correct location. If you have a override system in place, make sure you have renamed templates/ YOUR_TEMPLATE folder to the name you are using.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #652

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by countrycharm View Post
    Paste this script in your admin/tools/install sql patches and it will take care of it for you. Andrew gave this code a while back. Make sure you delete your cache again if their is a Rss feed there. It will not cache anymore of your RSS Feeds and will stay up to date from now own.
    PHP Code:
    UPDATE configuration SET set_function=NULL WHERE configuration_key 'RSS_CACHE_TIME'
    Hi, countrycharm

    You are really helpful. With the sql you offer above and setting 'feed cache time' to 0 in rss feed admin interface, it really doesn't cache anymore.

    Best regards,

  3. #653
    Join Date
    Feb 2005
    Posts
    56
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Hi Countrycharm,

    Maybe you have the answer to my question which has gone unanswered. The option to remove the Buy Now button in the Admin section only removes the button, not the link. Do you know where I should go to remove the link? I'm amazed that the option doesn't do both.

  4. #654
    Join Date
    Jun 2007
    Location
    Cymru
    Posts
    124
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote:
    Originally Posted by bonheddwr
    Hello, it's me again. I installed this superb looking Mod a few months back, but have never managed to get it to work.

    The error I get is the following:

    Invalid xml declaration.
    Line: 1 Character: 4

    <?xml version="1.0" encoding="iso-8859-1"?>

    I have read through each and every page of this thread. I understand that I need to look for spaces and extra lines in the language and other files. I have done so manually, but cannot find what is wrong. I see from looking at the source code of my RSS feed - http://www.cadwyngifts.com/rss_feed.html - that there is a space right at the begining. The problem is I do not know what I need to change and in which file to get rid of this space.

    The script that is refered to here - http://ecommerce-service.com/downloa...xtra_space.zip - does not seem to be available...

    Thanks a_berezin for this mod!


    Still trying to figure out how to get rid of that blasted 'space' at the begining of the source code for the page - http://www.cadwyngifts.com/rss_feed.html - it seems to work fine if that gap isn't there!!

    Any ideas guys? I would really like to get this working.

  5. #655
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    help question Re: RSS2 Feed Contribution

    Quote Originally Posted by countrycharm View Post
    Do you want the date to be removed all together, or do you just want the date to be today's date on every product?

    Hello Countrycharm,

    Thanks for your response.

    I would like the date added to be removed from the feed.

    Regards,

  6. #656
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    What are you talking about? Are you talking about in admin of your store, if so their is no rss feed under tools. It is under configurations.
    Make sure you uploaded all files to there correct location. If you have a override system in place, make sure you have renamed templates/ YOUR_TEMPLATE folder to the name you are using.
    I'm talking about my shop, not admin of my store.
    When I go in my shop like a user.
    www.kavanali.com
    end click on feed list I get mesage:
    Error!
    XML parsing failed
    XML parsing failed: syntax error (Line: 1, Character: 0)


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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by johnk View Post
    Hi Countrycharm,

    Maybe you have the answer to my question which has gone unanswered. The option to remove the Buy Now button in the Admin section only removes the button, not the link. Do you know where I should go to remove the link? I'm amazed that the option doesn't do both.
    I will answer you in a little while. Maybe I can help.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by bonheddwr View Post
    Quote:
    Originally Posted by bonheddwr
    Hello, it's me again. I installed this superb looking Mod a few months back, but have never managed to get it to work.

    The error I get is the following:

    Invalid xml declaration.
    Line: 1 Character: 4

    <?xml version="1.0" encoding="iso-8859-1"?>

    I have read through each and every page of this thread. I understand that I need to look for spaces and extra lines in the language and other files. I have done so manually, but cannot find what is wrong. I see from looking at the source code of my RSS feed - http://www.cadwyngifts.com/rss_feed.html - that there is a space right at the begining. The problem is I do not know what I need to change and in which file to get rid of this space.

    The script that is refered to here - http://ecommerce-service.com/downloa...xtra_space.zip - does not seem to be available...

    Thanks a_berezin for this mod!


    Still trying to figure out how to get rid of that blasted 'space' at the begining of the source code for the page - http://www.cadwyngifts.com/rss_feed.html - it seems to work fine if that gap isn't there!!

    Any ideas guys? I would really like to get this working.
    Download this this script and run it to check for extra white spaces.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by johnk View Post
    Hi Countrycharm,

    Maybe you have the answer to my question which has gone unanswered. The option to remove the Buy Now button in the Admin section only removes the button, not the link. Do you know where I should go to remove the link? I'm amazed that the option doesn't do both.
    So what you want to do is have no link to your site at all, or am I miss understanding you. Are you saying that when you tick off the buy now button in admin/configuration that their is still a link were the buy now button was.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by gaffettape View Post
    Hello Countrycharm,

    Thanks for your response.

    I would like the date added to be removed from the feed.

    Regards,
    Open up /includes/modules/pages/rss_feed an go down to line 515 and change this
    PHP Code:
    date('r'strtotime($products->fields['products_date'])), 
    to this
    PHP Code:
    none
    that should do it for you.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 
Page 66 of 96 FirstFirst ... 1656646566676876 ... 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