Page 37 of 96 FirstFirst ... 2735363738394787 ... LastLast
Results 361 to 370 of 955
  1. #361
    Join Date
    Aug 2007
    Posts
    62
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by a_berezin View Post
    Ok. Use this /rss_feed/tpl_main_page.php (for debug only!!!):
    Code:
    <?php
    /**
     * rss_feed tpl_main_page.php
     *
     * @package rss feed
     * @copyright Copyright 2004-2007 Andrew Berezin eCommerce-Service.com
     * @copyright Portions Copyright 2003-2006 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: tpl_main_page.php, v 2.1.4 14.02.2008 15:26 Andrew Berezin $
     */
    
    if(headers_sent($filename, $linenum)) {
      echo "Headers already sent in $filename on line $linenum";
      exit;
    }
    
      $rss->rss_feed_out();
    
      require(DIR_WS_INCLUDES . 'application_bottom.php');
    
      zen_exit();
    ?>
    I loaded that into the file instead (saving the original in a separate file) and got the error message:

    XML Parsing Error: xml declaration not at start of external entity
    Location: http://www.phoenixflightpublications...&feed=products
    Line Number 2, Column 1:<?xml version="1.0" encoding="iso-8859-1"?>

    For debug purposes, does this help?

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

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by elishama3 View Post
    For debug purposes, does this help?
    Unfortunately not. The only way to help - to give me access to FTP.

  3. #363
    Join Date
    May 2007
    Posts
    46
    Plugin Contributions
    0

    help question Re: RSS2 Feed Contribution

    Quote Originally Posted by a_berezin View Post
    Yes. It compatible with 1.3.7 and 1.3.8.

    You have to adjust himself these files:
    Thanks for the help... I guess something was not right...

    here's the error message I get when I attempt to click the feed link...

    Warning: require(includes/templates/template_default/templates/tpl_rss_feed_default.php) [function.require]: failed to open stream: No such file or directory in /home/*removed*/craiglkendall/econoclips.com/includes/templates/apple_zen/common/tpl_main_page.php on line 119

    Fatal error: require() [function.require]: Failed opening required 'includes/templates/template_default/templates/tpl_rss_feed_default.php' (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/*removed*/craiglkendall/econoclips.com/includes/templates/apple_zen/common/tpl_main_page.php on line 119
    Any suggestions?

  4. #364
    Join Date
    May 2007
    Posts
    46
    Plugin Contributions
    0

    application error Re: RSS2 Feed Contribution

    Quote Originally Posted by craigkendall View Post
    Thanks for the help... I guess something was not right...

    here's the error message I get when I attempt to click the feed link...



    Any suggestions?
    Oh, here's another error when I try to edit the CATEGORIES FOR PRODUCTS item on the RSS FEED admin page

    Fatal error: Call to undefined function cfg_select_option() in /home/*removed*/craiglkendall/econoclips.com/admin/configuration.php(192) : eval()'d code on line 1

  5. #365
    Join Date
    May 2007
    Posts
    46
    Plugin Contributions
    0

    help question Re: RSS2 Feed Contribution

    Never mind... got it... OH silly me. Forgot to rename YOUR_TEMPLATE before upload.

    It works!

    One small issue... I'm pricing by attributes. Any suggestions for how to include those attributes in the feed?

  6. #366
    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
    I'm pricing by attributes. Any suggestions for how to include those attributes in the feed?
    You can not add attributes in the price tag - http://base.google.com/support/bin/a...er=73932&hl=en.
    In the future, you can include the price and a list of attributes to describe.

  7. #367
    Join Date
    Jul 2006
    Posts
    14
    Plugin Contributions
    0

    help question RSS2 Feed Contribution

    Hello,
    Ive problems to install the sql update. I got every time this error message :

    9 statements processed.
    ERROR: Cannot insert configuration_key "" because it already exists
    Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.


    I have no plan how to fix that.

    thanks for help

  8. #368
    Join Date
    May 2007
    Posts
    46
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by craigkendall View Post
    Oh, here's another error when I try to edit the CATEGORIES FOR PRODUCTS item on the RSS FEED admin page

    Well, I was sorta fixed. In the admin I get the following error when I click on the Feed Cache Time option.

    Call to undefined function cfg_select_option() in /home/<removed>/<removed>/econoclips.com/admin/configuration.php(192) : eval()'d code on line 1
    I added a couple of new products this AM and noticed my feed didn't show those. So I was trying to see if there was a cache issue and found no instructions as to those settings...

    1. Any ideas on the error (I'm running 1.3.7)
    2. Any instructions regarding getting the new products to show up when they are posted?

  9. #369
    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
    Ive problems to install the sql update.
    You update from what version to what version?

  10. #370
    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
    1. Any ideas on the error (I'm running 1.3.7)
    No any ideas - in install.sql function 'cfg_select_option()' don't used.
    Quote Originally Posted by craigkendall View Post
    2. Any instructions regarding getting the new products to show up when they are posted?
    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.

 

 
Page 37 of 96 FirstFirst ... 2735363738394787 ... 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