Page 38 of 96 FirstFirst ... 2836373839404888 ... LastLast
Results 371 to 380 of 955
  1. #371
    Join Date
    Jul 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    HI,
    it is a new installation. I use zen cart 1.3.7.1. I also try the uninstall sql but every time I install it again I got the same error. :-(

    regards

    Frank

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by Stoned-6 View Post
    HI,
    it is a new installation. I use zen cart 1.3.7.1. I also try the uninstall sql but every time I install it again I got the same error. :-(
    I don't understand you - it is a new installation or updates? If the new, why do you "install the sql update"?

  3. #373
    Join Date
    May 2007
    Posts
    45
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by a_berezin View Post
    No any ideas - in install.sql function 'cfg_select_option()' don't used.

    No any "special" instructions. I'm simply add new products. If the cache is active, you should wait until it refresh or clear it by hands.

    It also called attention to the parameter "Time to live (ttl)" - RTFM.

    Thanks for the insight so far... I did manually clear the cache folder and the feed seems to be current now. Well, at least on the page. Not sure it's getting out the feeds when refreshed.

    On the cfg_select_option error on the admin page for RSS, the error seems to relate to the database column inserted labeled set_function where the value is:

    cfg_select_option(array('news', 'new_products', 'upcoming', 'featured', 'specials', 'products', 'categories')
    The only configuration options where I get the error on the admin pages are where this line appears in the set_function column.

    Only other thing I can think of is that all my database tables have a prefix set during install... say "foo_" in front of each table name, so for instance the "customers" table in my database would be "foo_customers" and so forth.

    Any ideas with that info?

  4. #374
    Join Date
    May 2007
    Posts
    45
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Figured it out! YAY!

    Because I use a table prefix in database, all the set_function statements:

    NORMAL:
    cfg_select_option(array('news', 'new_products', 'upcoming', 'featured', 'specials', 'products', 'categories'),

    Have to include that prefix:
    foo_cfg_select_option(array('news', 'new_products', 'upcoming', 'featured', 'specials', 'products', 'categories'),
    Fixed, running, updating too! YAY!!!

  5. #375
    Join Date
    May 2007
    Posts
    45
    Plugin Contributions
    0

    bug Re: RSS2 Feed Contribution

    Ohh... one last "find" in this research...

    Your final configuration option...

    (NULL, 'Feed Cache Time', 'RSS_CACHE_TIME', '10', 'Cache Time (in min). If you don\'t want caching, set it to 0', @configuration_group_id, 200, NOW(), NULL, 'cfg_select_option(array(\'true\', \'false\'),');
    When you pull it up in the admin you have options... set in the option select statement above... are TRUE and FALSE. But, in the explanation you indicate "If you don't want caching, set it to 0" and initial setting you have 0 (zero) as the setting.

    Hope this helps with debugging this great contribution.

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by craigkendall View Post
    Figured it out! YAY!

    Because I use a table prefix in database, all the set_function statements:

    NORMAL:
    Code:
    cfg_select_option(array('news', 'new_products', 'upcoming', 'featured', 'specials', 'products', 'categories'),
    Have to include that prefix:
    Code:
    foo_cfg_select_option(array('news', 'new_products', 'upcoming', 'featured', 'specials', 'products', 'categories'),
    Fixed, running, updating too! YAY!!!
    No comments. Sorry, but I can't help you.

  7. #377
    Join Date
    Feb 2007
    Location
    Leicester UK
    Posts
    219
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by craigkendall View Post
    Figured it out! YAY!

    Because I use a table prefix in database, all the set_function statements:

    NORMAL:



    Have to include that prefix:


    Fixed, running, updating too! YAY!!!

    I believe that if you run your sql scripts through the zencart admin using 'Tools > Install SQL Patches' database and table prefixes are added automatically.

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by spbennett View Post
    I believe that if you run your sql scripts through the zencart admin using 'Tools > Install SQL Patches' database and table prefixes are added automatically.
    table prefixes - yes.
    But why you change the function names???

  9. #379
    Join Date
    Apr 2006
    Posts
    108
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    HI There
    IN the admin control panel there is a space for adding an image
    How do i do this? Do i add a URL for an image?
    there is no browse button to upload one, so i guess this was this

    Are there limitations or restrictions (size)

    Thanks

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by davidandrews View Post
    IN the admin control panel there is a space for adding an image
    How do i do this?
    File name. The file can be placed in the directory images/ or in the directory includes/templates/YOUR_TEMPLATE/images/.
    Quote Originally Posted by davidandrews View Post
    Are there limitations or restrictions (size)
    RTFM

 

 
Page 38 of 96 FirstFirst ... 2836373839404888 ... 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