Page 126 of 357 FirstFirst ... 2676116124125126127128136176226 ... LastLast
Results 1,251 to 1,260 of 3563
  1. #1251
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by wagnerguy View Post
    numinix, do have any idea about this iss below?

    got the following message
    ERROR: fy_un_tp is not a valid feed template

    has anyone seen this before?

    this is a earlier repost

    thanks
    I still having this issue, is there something missing, should i reupload the files?

  2. #1252
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by wagnerguy View Post
    I still having this issue, is there something missing, should i reupload the files?
    ok, what i click the create product feed,the dialogue has wordpress error at the top. could this mean that wordpress is interfering with the product feed?

  3. #1253
    Join Date
    Jan 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    I am using Google Base Feeder 1.7.1a with Zen Cart 1.3.8a.

    For some reason,
    I do not have <g: payment_accepted> and <g: payment_notes> in my xml output.

    I have to modify the *if statment*
    in file googlefroogle.php Line 181, 267, 272
    to:
    if (1) {
    to make it work.

    Anyone had the same situation ?

  4. #1254
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Google Base Feeder Support Thread

    Hey Jeff,
    I have added alot more products to my site after you last looked at it now I have like 18,000 products. I tried to upload the products last night but I got this error:
    Google Base Feeder v.1.7.0 09.019.2008 17:38:59 started 2009/01/05 23:11:14
    Feed file - /home/coolcarp/public_html/feed/domain_products.xml
    Processing: Feed - Yes, Upload - No
    126 Incorrect key file for table '/ramdisk/mysql/tmp/#sql_3e1_0.MYI'; try to repair it
    in:
    [SELECT distinct(p.products_id), p.products_model, pd.products_name, pd.products_description, p.products_image, p.products_tax_class_id, p.products_price_sorter, p.products_type, GREATEST(p.products_date_added, IFNULL(p.products_last_modified, 0), IFNULL(p.products_date_available, 0)) AS base_date, m.manufacturers_name, p.products_quantity, pt.type_handler, p.products_weight FROM products p LEFT JOIN manufacturers m ON (p.manufacturers_id = m.manufacturers_id) LEFT JOIN products_description pd ON (p.products_id = pd.products_id) LEFT JOIN product_types pt ON (p.products_type=pt.type_id) WHERE p.products_status = 1 AND p.products_type <> 3 AND p.product_is_call <> 1 AND p.product_is_free <> 1 AND pd.language_id = 1 GROUP BY p.products_id ORDER BY p.products_last_modified DESC]
    I am not sure if thats is caused by the number of product or something else have happened. I downloaded the last version on the site and updated the sql with no luck. You can reply here or email me.

  5. #1255
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by wagnerguy View Post
    I still having this issue, is there something missing, should i reupload the files?
    I am bumping this message..

  6. #1256
    Join Date
    Mar 2007
    Posts
    250
    Plugin Contributions
    6

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by wagnerguy View Post
    I am bumping this message..

    I also just ran into this and suspect it is the wordpress addon which uses the "feed" part of URL for creating rss feeds.


    Go to
    /public_html/googlefroogle.php
    and change all of the "feed" to "fed" down to about line 60.

    In your
    /public_html/admin/googlefroogle.php

    change "feed" to "fed" in following locations:

    Line #155 :

    .php?feed=yes

    Line #157 :

    php?feed=yes&upload

    Line #162 :

    .php?feed=no

    Line #163 :

    php?feed=no&upload

  7. #1257
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Google Base Feeder Support Thread

    The latest version only uses one parameter:

    feed=fy_un_tp (where fy_un_tp can be altered for different functions).

    Most likely his issue is from using the new command on an older version and simply upgrading the files to the latest version should resolve the issue.

  8. #1258
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by Calljj View Post
    I also just ran into this and suspect it is the wordpress addon which uses the "feed" part of URL for creating rss feeds.


    Go to
    /public_html/googlefroogle.php
    and change all of the "feed" to "fed" down to about line 60.

    In your
    /public_html/admin/googlefroogle.php

    change "feed" to "fed" in following locations:

    Line #155 :

    .php?feed=yes

    Line #157 :

    php?feed=yes&upload

    Line #162 :

    .php?feed=no

    Line #163 :

    php?feed=no&upload
    Quote Originally Posted by numinix View Post
    The latest version only uses one parameter:

    feed=fy_un_tp (where fy_un_tp can be altered for different functions).

    Most likely his issue is from using the new command on an older version and simply upgrading the files to the latest version should resolve the issue.

    I uploaded the same new version and i got the same error. then i changed teh code as per feed to fed where advised. i dont get the error anymore, but it looks like it is not pulling in all my products.

    the message now says

    Processing: Fed - No, Upload - No

  9. #1259
    Join Date
    Mar 2006
    Posts
    477
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    What do you have to do to make files for Google.uk and Google.de

    They say that

    the google.de has to be un German language and Euro price

    the Google.uk has to be in English and Steerling pounds.

    what do i need to do in google configure it doesn't have german in the language and doesn't have steerling pounds in currency..
    We sell ATV, Dirtbike, Streetbike, Snowmobile, Watercraft & Custom stickers & Banners. Check us out www.AD-DiscountPerformance.com

  10. #1260
    Join Date
    Dec 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by Calljj View Post
    I also just ran into this and suspect it is the wordpress addon which uses the "feed" part of URL for creating rss feeds.


    Go to
    /public_html/googlefroogle.php
    and change all of the "feed" to "fed" down to about line 60.

    In your
    /public_html/admin/googlefroogle.php

    change "feed" to "fed" in following locations:

    Line #155 :

    .php?feed=yes

    Line #157 :

    php?feed=yes&upload

    Line #162 :

    .php?feed=no

    Line #163 :

    php?feed=no&upload
    Thank you for posting this fix .. So far google base feeder is working perfectly with your suggested changes on zen 1.3.7.1 with WOZ installed!! Thanks...

 

 

Similar Threads

  1. v150 Google Merchant Center Feeder for ZC v1.5.x [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 504
    Last Post: 19 Nov 2024, 03:50 PM

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