Page 151 of 357 FirstFirst ... 51101141149150151152153161201251 ... LastLast
Results 1,501 to 1,510 of 3563
  1. #1501
    Join Date
    Sep 2007
    Posts
    166
    Plugin Contributions
    1

    Default Re: Google Base Feeder Support Thread

    Mine is probably different than yours since I do regular products instead of books, I think there are different fields. But maybe there is a setting in my.ini for memory or something in mysql gui admin that has a setting for that.

    That's probably not much help, but maybe there is a setting for the memory in mysql and php.
    AIM edwardtilbury
    GoogleTalk edwardtilbury

  2. #1502
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by kburner View Post
    I followed your directions by eliminating the à in notepad. Then saved and ftp. Now, file will not even load to google. I am getting this error.

    Google Base Feeder v.1.6.16 07.03.2008 23:40:59 started 2009/05/02 17:42:31
    Feed file - /home/xxx/xxxx/feed/froogle_products.xml
    Processing: Feed - Yes, Upload - No
    2008 MySQL client ran out of memory
    in:
    [select products_tax_class_id, products_price, products_priced_by_attribute, product_is_free, product_is_call from products where products_id = '36255' limit 1]

    I also tried to load right from google base manually. And will not work either.

    I have loaded around 7,000 more products since my last feed. I am up to around 10,000 total.
    Kim
    Any suggestions?

  3. #1503
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Look in your server root for a file named php.ini. If you don't have one create/open a file called php.ini and add the following lines:
    max_execution_time = 300
    max_input_time = 90
    memory_limit = 32M
    Hope this helps
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #1504
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    Look in your server root for a file named php.ini. If you don't have one create/open a file called php.ini and add the following lines:

    Hope this helps
    Thank you. I did not have file. So,I created it.

    With create file: get this message

    Google Base Feeder v.1.6.16 07.03.2008 23:40:59 started 2009/05/06 08:44:30
    Feed file - /home/burnerbo/public_html/feed/froogle_products.xml
    Processing: Feed - Yes, Upload - No
    0
    in:
    [select options_id, price_prefix, options_values_price, attributes_display_only, attributes_price_base_included from products_attributes where products_id = '36315' and attributes_display_only != '1' and attributes_price_base_included='1' order by options_id, price_prefix, options_values_price]


    When I try to upload; get this message

    Google Base Feeder v.1.6.16 07.03.2008 23:40:59 started 2009/05/06 08:44:54
    Feed file - /home/burnerbo/public_html/feed/froogle_products.xml
    Processing: Feed - No, Upload - Yes
    Upload started...
    Connection failed: uploads.google.com

    Upload failed...

    Still not working...

  5. #1505
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Have you ran the GOOGLE_BASE_DEBUG yet? If not run that and see what kind of errors it's showing if any. Also FTP functions require a dedicated IP address. Please contact your hosting for more information on how to add this feature to your hosting account.
    Last edited by countrycharm; 6 May 2009 at 05:04 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #1506
    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.
    Quote Originally Posted by Tim Ware View Post
    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...
    Quote Originally Posted by wagnerguy View Post
    If possible can you send the 2 files in question, i have changed everything and gone with a number of variations.
    Quote Originally Posted by wagnerguy View Post
    so i created a folder and added the google froogle file, now it seems to work, but i get this when i try to create a feed


    Google Base Feeder v.1.7.0 09.019.2008 17:38:59 started 2009/02/05 21:10:06
    Feed file - /home/poppy/public_html/fed/GOOGLE_FROOGLE_OUTPUT_FILENAME_products.xml
    Processing: Feed - No, Upload – No

    and there is no feed created.

    any ideas as to what my issue. i seemed the remember when i first added base, i got the same message, but i cant remember how i get the feed to create.

    thanks in advance
    How can i completely remove this entire MOD and start from scratch.. this would include the database changes.. I have had a number of problems.. I just want to start from scratch.... Has anyone else run into the issue of WOZ's template interfering with base?

  7. #1507
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    Have you ran the GOOGLE_BASE_DEBUG yet? If not run that and see what kind of errors it's showing if any. Also FTP functions require a dedicated IP address. Please contact your hosting for more information on how to add this feature to your hosting account.
    Where is the google_base_debug?

  8. #1508
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by wagnerguy View Post
    How can i completely remove this entire MOD and start from scratch.. this would include the database changes.. I have had a number of problems.. I just want to start from scratch.... Has anyone else run into the issue of WOZ's template interfering with base?
    delete all files from your store that deals with google_base_feeder. Go to your phpMyAdmin database and delete everything that deals with GOOGLE_FROOGLE and start all over. Their is not a magic way to do this, I have did it myself many times over just make sure you backup your database before hand.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #1509
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    delete all files from your store that deals with google_base_feeder. Go to your phpMyAdmin database and delete everything that deals with GOOGLE_FROOGLE and start all over. Their is not a magic way to do this, I have did it myself many times over just make sure you backup your database before hand.
    I think i did it, i used the uninstall notepad file.. I dont see it anywhere in the db..

    can you tell how to install this, and not have it be interupted by WOZ.. I have made a number of post..

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by wagnerguy View Post
    I think i did it, i used the uninstall notepad file.. I dont see it anywhere in the db..

    can you tell how to install this, and not have it be interupted by WOZ.. I have made a number of post..
    You will have to go to your database and go through each of your tables in configuration to make sure they are all deleted. If you just ran it in note pad all that did was delete t from your admin in your store it is still in your database. After you have all of the google_base_feeder tables deleted I will help you reinstall it.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

Similar Threads

  1. v150 Google Merchant Center Feeder for ZC v1.5.x [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 502
    Last Post: 19 Sep 2023, 06:04 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