Page 63 of 96 FirstFirst ... 1353616263646573 ... LastLast
Results 621 to 630 of 955
  1. #621
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Hi

    I downloaded and installed rss_feed_2-1-4.zip

    It worked fine until I installed a different template. I re-uploaded the feed files making sure the appropriate file went into my new template folder, which didn't get it working.
    I removed all installation files and uninstalled the sql.

    Next I uploaded the files and then installed the install.sql. The feed icon is in the footer and generates the feed but I don't know what I'm missing to get it up in the address bar.

    The feed icon image is uploaded and in the includes/templates/mytemplate/images folder.

    This code
    Code:
    <?php echo rss_feed_link_alternate(); // RSS Feed ?>
    has been placed in /includes/templates/mytemplate/common/html_header.php



    The rss image is named in configuration.

    Any ideas what I may be missing?

  2. #622
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Ok, so in the meantime I went back and re-re-read the directions and this is step 2

    2. Go to Admin->Tools->Install SQL Patches and install install.sql (don't use upload - use copy/paste to install sql).

    Now, the first time I had rss mod working I can't remember if I had installed the patches along with the install.sql or not.

    So I gave that a try to see it that was what I was missing.

    Doing that took me a step backward. I get this error now when I try to do the install.sql

    in part (cause it's humongous):

    1062 Duplicate entry 'RSS_HOMEPAGE_FEED' for key 'unq_config_key_zen' in: [INSERT INTO zen_configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function)

    The uninstall.sql isn't removing the patches I guess.

    What is to be done now?

    Please help.

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

    Default Re: RSS2 Feed Contribution

    Hi lieven23,
    Quote Originally Posted by lieven23 View Post
    Andrew,
    I solved the problems, errors and now my page is:
    This document was successfully checked as XHTML 1.0 Transitional!
    I see this code in the page bottom:
    Code:
    <!--bof RSS Feed -->
    <div id="RSSFeedLink"></div>
    <!--eof RSS Feed -->"
    Strange extra quote.

    Can you show me this php-code?

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by buildingblocks View Post
    1062 Duplicate entry 'RSS_HOMEPAGE_FEED' for key 'unq_config_key_zen' in: [INSERT INTO zen_configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function)

    The uninstall.sql isn't removing the patches I guess.
    Very strange. Show me uninstall.sql that you use. How do you run it?

  5. #625
    Join Date
    Aug 2008
    Posts
    340
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    I fixed the problem in my tpl_footer.php file. there was an " too much at the end.
    But unfortunatly the rss image still does not act as a link .
    http://www.afro-masks.com/african-tribal-masks-c-1.html

  6. #626
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by a_berezin View Post
    Very strange. Show me uninstall.sql that you use. How do you run it?
    Hi Andrew

    I paste the code into the input box and send it.

    This is the uninstall sql found in the package


    Code:
    SET @configuration_group_id=0;
    SELECT (@configuration_group_id:=configuration_group_id) FROM configuration_group WHERE configuration_group_title= 'RSS Feed' LIMIT 1;
    DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;
    DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;
    DELETE FROM configuration WHERE configuration_key = 'RSS_FEED_VERSION';
    Thanks

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by lieven23 View Post
    I fixed the problem in my tpl_footer.php file. there was an " too much at the end.
    But unfortunatly the rss image still does not act as a link .
    http://www.afro-masks.com/african-tribal-masks-c-1.html
    Some errors in your template - if you disable the css, then the link works fine.

  8. #628
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Is there really no solution to my problem from posts #621, #622, #626? I would really like to get this mod working again.

  9. #629
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by buildingblocks View Post
    Is there really no solution to my problem from posts #621, #622, #626? I would really like to get this mod working again.
    Well hoooray

    I managed to figure out how to manually delete the duplicate statements from phpmyadmin.

    I got the rss sql added back to my database and the rss mod is finally working.

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

    Default Re: RSS2 Feed Contribution

    Hi Andrew I have a little problem for some reason. When my rss feed is set to products, and When I click the Rss Feed icon at the bottom of my page it just brings up the subscribe page with no content beside that. I don't know whats going on. It use to work. I haven't added any new modules. Thanks in advance.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 
Page 63 of 96 FirstFirst ... 1353616263646573 ... 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