Page 45 of 96 FirstFirst ... 3543444546475595 ... LastLast
Results 441 to 450 of 955
  1. #441
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by 100asa View Post
    I've installed the latest version, but my feeds don't update. it's updated at the day of installation. why?
    My bug
    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) {

  2. #442
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    already work fine with
    UPDATE configuration SET set_function=NULL WHERE configuration_key = 'RSS_CACHE_TIME';
    however I've update as you say. Thanks

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by 100asa View Post
    already work fine with
    UPDATE configuration SET set_function=NULL WHERE configuration_key = 'RSS_CACHE_TIME';
    Bad wrong way

  4. #444
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by a_berezin View Post
    Quick bugfix! Run this sql
    Code:
    UPDATE configuration SET set_function=NULL WHERE configuration_key = 'RSS_CACHE_TIME';
    this is what you say. with this sql update and you latest suggestion, my rss work very fine!

  5. #445
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    one question: I've addedd this rss
    http://www.100asa.it/rss_feed.html?feed=new_products
    to Google sitemap, but Google, after verify link, say me: "xml not valid - too many tags"

  6. #446
    Join Date
    Aug 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    As far as i can tell i have done everything correctly, and as far as i can tell everything works great, with one exception.

    When you go to my site:

    http://www.collectiblefinewine.com

    my browser does not detect that i have an rss feed on my site, but when you go to another forum contributors site:

    http://www.locomolife.com/store/

    my browser does detect that an rss feed is installed on their site.

    As far as i can tell we have the rss installed the same way.

    Any thoughts?

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

    Default Re: RSS2 Feed Contribution

    chaddb,
    Check html_header.php on http://www.collectiblefinewine.com/.
    Readme.txt:
    4. You can add to html_header.php somewhere beetwen <head> and </head> tags:
    <?php echo rss_feed_link_alternate(); // RSS Feed ?>

  8. #448
    Join Date
    Aug 2008
    Posts
    26
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Hi, this RSS2 Feed Contribution itīs incredible. Iīm trying installing but I have this errors in the Install SQL Patches


    1.- install.sql
    Exitoso 9 statements processed.
    Error ERROR: No se puede introducir configuration_key "" porque ya existe
    Advertencia Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.


    2.- update_2_0_2.sql
    Exitoso 4 statements processed.
    Error ERROR: No se puede introducir configuration_key "" porque ya existe
    Error ERROR: No se puede introducir configuration_key "" porque ya existe
    Advertencia Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

    3.- update_2_1_3.sql
    Exitoso 4 statements processed.
    Error ERROR: No se puede introducir configuration_key "" porque ya existe
    Error ERROR: No se puede introducir configuration_key "" porque ya existe
    Advertencia Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

    When I go to Admin->Configuration->RSS FEED only show the title bar

    My version of zen-cart itīs 1.3.7.

    Can you help me please?

    My website itīs www.todoenguate.com

    Thanks


    Rolando Maldonado

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

    Default Re: RSS2 Feed Contribution

    I don't understand error 1.
    But I also do not understand - if you perform install.sql, why then are you trying to fulfill update*.sql?

  10. #450
    Join Date
    Aug 2008
    Posts
    26
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by a_berezin View Post
    I don't understand error 1.
    But I also do not understand - if you perform install.sql, why then are you trying to fulfill update*.sql?
    Thanks for your answer

    I proceded as in the readme.txt in the procedure to install say

    Install:
    ========
    0. BACKUP! BACKUP! BACKUP! BACKUP! BACKUP! BACKUP!
    1. Unzip and upload all new files to your store directory;
    2. Go to Admin->Tools->Install SQL Patches and install install.sql (don't use upload - use copy/paste to install sql).
    (if you use Admin Profiles or Admin with Levels you must setting needed permission);
    3. Go to Admin>Configuration>RSS Feed and setting up your RSS Feed configuration;
    ...
    ...


    I follow the 0 to 2 steps but when i do the install sql patches (step 2) the system say in left corner 3 lines.
    Line 1: Success 9 statements processed.
    Line 2: Error ERROR: Can not enter configuration_key "" because it already exists
    Line 3: Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

    In the step 3 of readme.txt of install procedure i go to admin->configuration->RSS Feed and not showing anything (attach a file)

    The steps 4 to 6 are pending.

    Thanks

    Rolando Maldonado.
    Last edited by rmaldonado; 27 Nov 2008 at 05:48 PM.

 

 
Page 45 of 96 FirstFirst ... 3543444546475595 ... 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