Zen Cart Logo
Forums / All Other Contributions/Addons / Google Base Feeder Support Thread [OLD]

Google Base Feeder Support Thread [OLD]

Locked

Views: 806,491

Results 1,501 to 1,520 of 3,556
This thread is locked. New replies are disabled.
6 May 2009, 12:30 PM
#1501
kburner avatar

kburner

Totally Zenned

Join Date:
Apr 2008
Location:
Flint, Michigan
Posts:
684
Plugin Contributions:
0

Google Base Feeder Support Thread [OLD]

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?

6 May 2009, 1:55 PM
#1502
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Google Base Feeder Support Thread [OLD]

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

6 May 2009, 2:48 PM
#1503
kburner avatar

kburner

Totally Zenned

Join Date:
Apr 2008
Location:
Flint, Michigan
Posts:
684
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

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:

6 May 2009, 3:59 PM
#1504
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Google Base Feeder Support Thread [OLD]

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.

6 May 2009, 4:39 PM
#1505
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

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

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.

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...

wagnerguy:

If possible can you send the 2 files in question, i have changed everything and gone with a number of variations.

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?

6 May 2009, 5:36 PM
#1506
kburner avatar

kburner

Totally Zenned

Join Date:
Apr 2008
Location:
Flint, Michigan
Posts:
684
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

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?

6 May 2009, 5:43 PM
#1507
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Google Base Feeder Support Thread [OLD]

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.

7 May 2009, 2:45 AM
#1508
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

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..

7 May 2009, 3:03 AM
#1509
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Google Base Feeder Support Thread [OLD]

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.

7 May 2009, 3:08 AM
#1510
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Google Base Feeder Support Thread [OLD]

kburner:

Where is the google_base_debug?

If you have the latest version install you will need to turn it on in your admin under Google Base Feeder Configuration. Then when you create your product feed you will see it running. It will show you if something is wrong while it is creating your feed.

7 May 2009, 1:09 PM
#1511
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

countrycharm:

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.

I think its been removed.. the google base field in the table is gone..

What should I do to reload base?

thanks

7 May 2009, 1:57 PM
#1512
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

wagnerguy:

I think its been removed.. the google base field in the table is gone..

What should I do to reload base?

thanks

the only reference to base i have been able to find is the following sentence

898 Enable Map Pricing GOOGLE_BASE_MAP_PRICING FALSE Enable MAP Pricing (requires separate add-on)? 0 2 NULL 01/10/2009 16:56 NULL zen_cfg_select_option(array('true', 'false'),

should i remove this also

7 May 2009, 2:43 PM
#1513
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Google Base Feeder Support Thread [OLD]

wagnerguy:

the only reference to base i have been able to find is the following sentence

898 Enable Map Pricing GOOGLE_BASE_MAP_PRICING FALSE Enable MAP Pricing (requires separate add-on)? 0 2 NULL 01/10/2009 16:56 NULL zen_cfg_select_option(array('true', 'false'),

should i remove this also

Under your phpMyAdmin click on configuration on the left, check the box that says configuration_title and click browse.
Delete each table
> Edit Delete Payments Accepted

Edit Delete Product Type
Edit Delete Google Base FTP Password
Edit Delete Google Base Server
Edit Delete Google Base PASV
Edit Delete Store Address
Edit Delete Store Description
Edit Delete Auction Site Attributes
Edit Delete Expiration Date Base
Edit Delete Expiration Date Adjust
Edit Delete Show Default Currency
Edit Delete Default Currency
Edit Delete Show Offer ID
Edit Delete Show Quantity
Edit Delete Include Zero Quantity
Edit Delete Shipping Options
Edit Delete Condition
Edit Delete Show Feed Lanugage
Edit Delete Feed Language
Edit Delete Magic SEO URLs
Edit Delete Output File Name
Edit Delete Compress Feed File
Edit Delete Uploaded date
Edit Delete Output Directory
Edit Delete Use cPath in url
Edit Delete Tax Region
Edit Delete Display Tax
Edit Delete Included Categories
Edit Delete Excluded Categories
Edit Delete Show Weight
Edit Delete Weight Units
This is just some of the tables. You will have to go through and delete each one that deals with this module, then you can start over again.

7 May 2009, 4:14 PM
#1514
kburner avatar

kburner

Totally Zenned

Join Date:
Apr 2008
Location:
Flint, Michigan
Posts:
684
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

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.

Hi countrycharm,
I still have not been able to find the GOOGLE_BASE_DEBUG.

I have been trying to get Google Base Feeder and Google Analytics running for some time now. I have not been successful and it has been very frustrating. While researching forums and Google..it asks if I see information in my source code from my website. This is the only information I could find regarding google. Would this help you to HELP me?? Well, here it is.

<!-- function googleanalytics_outgoing_init() { return; } //--> </script> </head> <body id="indexHomeBody" onload="googleanalytics_outgoing_init();"> <div id="mainWrapper">

Thanks, Kim:frusty:

7 May 2009, 4:39 PM
#1515
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

countrycharm:

Under your phpMyAdmin click on configuration on the left, check the box that says configuration_title and click browse.
Delete each table

This is just some of the tables. You will have to go through and delete each one that deals with this module, then you can start over again.

It looks clean now. do i just load it using the existing documentation?

8 May 2009, 12:18 AM
#1516
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

everything is loaded, i am still getting the original error message

It says, Wordpress error. (ERROR: fy_un_tp is not a valid feed template)

any ideas, I attempted to fix this by changing the "feed" into "fed" within the google_froogle files..

8 May 2009, 3:31 AM
#1517
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Google Base Feeder Support Thread [OLD]

wagnerguy:

everything is loaded, i am still getting the original error message

It says, Wordpress error. (ERROR: fy_un_tp is not a valid feed template)

any ideas, I attempted to fix this by changing the "feed" into "fed" within the google_froogle files..
Have you got the wordpress side box module install if so go to tools/layout boxes controllers and cut that box off and re-try your feed. If it works then you have a problem with the wordpress module and not with Google Base Feeder module.

8 May 2009, 12:46 PM
#1518
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

countrycharm:

Have you got the wordpress side box module install if so go to tools/layout boxes controllers and cut that box off and re-try your feed. If it works then you have a problem with the wordpress module and not with Google Base Feeder module.

No, its not turned on. I removed some wp files from the directory, and i did not get the error message.. But it also did not upload any products or records.. One step closer..

and I ideas

thanks for all your help so far

8 May 2009, 12:56 PM
#1519
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Google Base Feeder Support Thread [OLD]

wagnerguy:

No, its not turned on. I removed some wp files from the directory, and i did not get the error message.. But it also did not upload any products or records.. One step closer..

and I ideas

thanks for all your help so far

So what you are saying that it will create a feed now but will not upload, correct.

8 May 2009, 1:21 PM
#1520
wagnerguy avatar

wagnerguy

Zen Follower

Join Date:
Aug 2008
Posts:
334
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

countrycharm:

So what you are saying that it will create a feed now but will not upload, correct.

actually, now it will create a feed, but there will be no products in the feed.

this is what it says.
"Google Base Feeder v.1.7.0 09.019.2008 17:38:59 started 2009/05/08 08:21:07
Feed file - /home/poppy/public_html/feed/GOOGLE_FROOGLE_OUTPUT_FILENAME_products.xml
Processing: Feed - Yes, Upload - No
Google Base File Complete In 0.002089 Seconds 0 Records"