Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2011
    Posts
    20
    Plugin Contributions
    0

    Default RSS Feed XML and Link Issue

    Hello zenners,

    I had this addon with zencart 1.3.8 http://www.zen-cart.com/downloads.php?do=file&id=511

    However, at a certain point I upgraded to 1.5.1 and, more significantly, I changed from a subfolder public_html/market/ to public_html/

    As you can see here: http://abibitumikasa.com/index.php?m...d=new_products

    I am geting an error and the naked code is showing with links still going to public_html/market

    I've tried uninstalling and reinstalling but the addon apparently is still operating as though I haven't changed folders. Is there any way to get the RSS feed to recognize the new location and hopefully render correctly?

    NOTE: the view is worse on Chrome than Firefox which at least displays something. Also the categories view works somewhat but I still can't get the RSS feed validated or imported to my forums as I would like.
    Any assistance would be greatly appreciated.

  2. #2
    Join Date
    Sep 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: RSS Feed XML and Link Issue

    I was able to resolve the original issue with this fix:

    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) {
    Now the RSS feed at least displays, but now I'm attempting to import the feed to Vbulletin and I get this error:

    Abibitumi Kasa Store XML Error: not well-formed (invalid token) at line 3115

    Any assistance would again be most appreciated.

  3. #3
    Join Date
    Sep 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: RSS Feed XML and Link Issue

    I'm also getting this in Google Chrome:

    error on line 3082 at column 29: Input is not proper UTF-8, indicate encoding !
    Bytes: 0x01 0x20 0x42 0x65
    error on line 3082 at column 29: Encoding error

  4. #4
    Join Date
    Sep 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: RSS Feed XML and Link Issue

    I'm still having this issue. Is there anyone on this forum who can provide support?

  5. #5
    Join Date
    Sep 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: RSS Feed XML and Link Issue

    Is there any support on this forum?

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: RSS Feed XML and Link Issue

    Perhaps contact the author of the plugin? Appears to be listed as a_berezin
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. sitemap XML and RSS feed
    By w2e in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 11 Jun 2015, 10:58 PM
  2. v150 Insert xml code into rss feed on v1.5
    By Pretty dumb in forum General Questions
    Replies: 1
    Last Post: 26 Oct 2012, 01:27 PM
  3. RSS feed issue
    By JohnBoyCR in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 8 Aug 2010, 10:38 PM
  4. RSS Feed module xml for Google Base
    By milkyway in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 31 Mar 2009, 07:45 PM
  5. rss feed external link in the feed?
    By Kitty in forum General Questions
    Replies: 11
    Last Post: 26 Jan 2008, 09:48 PM

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