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.
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
kburner
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.:frusty:
I have loaded around 7,000 more products since my last feed. I am up to around 10,000 total.
Kim
Any suggestions?
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:
Quote:
max_execution_time = 300
max_input_time = 90
memory_limit = 32M
Hope this helps
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
countrycharm
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...:frusty:
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.
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
Calljj
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
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
Thank you for posting this fix :clap:.. 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
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
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?
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
countrycharm
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?
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
wagnerguy
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.
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
countrycharm
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..
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
wagnerguy
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.