Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
g_force
I haven't set it up yet on my server but in merchant center it is set up every month.. I do have a sitemap mod - that pings to various search engines - don't know if this is causing any repetitions but sounds strange. Any thoughts?
_thanks
You can search this thread to see if there were conflict but off the top of my head it would be really hard for me to say because I don't have the sitemap mod.
Btw, exactly how is google duplicating your items?
Thanks
Bridgett :wub:
Re: Google Base Feeder Support Thread
Configuration:
I have an error when I try to run 'create product feed' from admin
I set up:
Output File Name
Set the name of your froogle output file
my_feed
Before it used to work fine and the output file created was:
my_feed_products.xml
but now I get this error >>>>
Google Base Feeder v started 2010/01/20 15:57:24
Feed file - /home/myuser/theoutletseason-www/electronics/feed/my_feed_products.xml
Processing: Feed - Yes, Upload - No
Error opening google base output file "/home/myuser/theoutletseason-www/electronics/feed/my_feed"
I tried to fix it by changing the output file name, but that only duplicated _products.xml so the end result was my_feed_products.xml_products_xml!
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
PinkLeopard
You can search this thread to see if there were conflict but off the top of my head it would be really hard for me to say because I don't have the sitemap mod.
Btw, exactly how is google duplicating your items?
Thanks
Bridgett :wub:
it duplicates them in the title - like if you search 'zen cart' and get this result -
Zen Cart(tm) Tutorials and FAQs
Where to find the Zen Cart switches and controls. How to set up categories and products, using the other features of Zen Cart. ...
www.zen-cart.com/tutorials/ - Cached - Similar
mine would be:
Zen Cart(tm) Tutorials and FAQs Zen Cart(tm) Tutorials and FAQs
Where to find the Zen Cart switches and controls. How to set up categories and products, using the other features of Zen Cart. ...
www.zen-cart.com/tutorials/ - Cached - Similar
I hope that makes it a little clearer, and we can get closer to the solution..
_thanks
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
icecold
Configuration:
I have an error when I try to run 'create product feed' from admin
I set up:
Output File Name
Set the name of your froogle output file
my_feed
Before it used to work fine and the output file created was:
my_feed_products.xml
but now I get this error >>>>
Google Base Feeder v started 2010/01/20 15:57:24
Feed file - /home/myuser/theoutletseason-www/electronics/feed/my_feed_products.xml
Processing: Feed - Yes, Upload - No
Error opening google base output file "/home/myuser/theoutletseason-www/electronics/feed/my_feed"
I tried to fix it by changing the output file name, but that only duplicated _products.xml so the end result was my_feed_products.xml_products_xml!
Chmod feed file to 777 or in your case /feed/my_feed.
It appears it cannot read the file in the folder.
Hope that helps.
Bridgett
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
g_force
it duplicates them in the title - like if you search 'zen cart' and get this result -
Zen Cart(tm) Tutorials and FAQs
Where to find the Zen Cart switches and controls. How to set up categories and products, using the other features of Zen Cart. ...
www.zen-cart.com/tutorials/ - Cached - Similar
mine would be:
Zen Cart(tm) Tutorials and FAQs Zen Cart(tm) Tutorials and FAQs
Where to find the Zen Cart switches and controls. How to set up categories and products, using the other features of Zen Cart. ...
www.zen-cart.com/tutorials/ - Cached - Similar
I hope that makes it a little clearer, and we can get closer to the solution..
_thanks
Ah...I see what you mean...I would check
include/classes/google_base.php
Did you make any changes to it?
The second choice may be the googlefroogle.php
One of your files is duplicating the title within.
Try checking those files or upload fresh one but BACK-UP first.
Hope that helps.
Birdgett
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
icecold
Configuration:
I have an error when I try to run 'create product feed' from admin
I set up:
Output File Name
Set the name of your froogle output file
my_feed
Before it used to work fine and the output file created was:
my_feed_products.xml
but now I get this error >>>>
Google Base Feeder v started 2010/01/20 15:57:24
Feed file - /home/myuser/theoutletseason-www/electronics/feed/my_feed_products.xml
Processing: Feed - Yes, Upload - No
Error opening google base output file "/home/myuser/theoutletseason-www/electronics/feed/my_feed"
I tried to fix it by changing the output file name, but that only duplicated _products.xml so the end result was my_feed_products.xml_products_xml!
You change the .xml file within the google configuration in your admin AND if you change that .xml file name you would make sure that it is changed in your google account too.
Don't change .xml file name in the google_base.php file. That's wrong.
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
DivaVocals
Wanted to correct my earlier post.. Hypercoyote pointed out an error in the code posted by both Davewest and myself..
Also in looking over this again, I realized that there may have been no reason to replace the original code in the sanitizer section.. just simply needed to add to it..
So here's the corrected code.. (Works with version 1.7.4 of Google Base Feeder module)
- To fix double quotation (") marks in product descriptions, AND product titles. (ie: 12-14" Widget)
- To correct ampersands (&) used instead of the word "and" in product descriptions.
In \includes\classes\google_base.php around line 202 find this:
PHP Code:
$str = str_replace(array("<", ">"), array("<", ">"), $str);
Replace that line with:
PHP Code:
// $str = str_replace(array("<", ">"), array("<", ">"), $str);
// 10-01-2009 Updated line 202 to include corrections for quotation marks and ampersands in product titles and descriptions
$str = str_replace(array("<", ">", "lt;", "gt;", "quot;", """, "amp;"), array("<", ">", "<", " > ", """, "\"", "&"), $str);
I looked in that file and I see that line in two places. Do you replace both place that this shows up in the php?
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
smoke133
I looked in that file and I see that line in two places. Do you replace both place that this shows up in the php?
I only replaced:
In \includes\classes\google_base.php around line 202.
Hope that helps
Bridgett
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
smoke133
I looked in that file and I see that line in two places. Do you replace both place that this shows up in the php?
In my post, I provided the line number where I made the change..
Re: Google Base Feeder Support Thread
Hello,
I uploaded google base and I only have access to google in configuration. When I go to tools the google is not available. My feed file is chmod 777. Do I have to change the name of my admin file to match my other admin folder. Or do I have to put all folders in similar or like directors (admin to admin) includes to includes, etc. Not sure what I'm doing wrong but I can't access google in tools. I'll attach the directions that came in the unzipped folder.Install
1.Unzip and upload all files to your store directory (except .sql files);
2.Chmod feed directory to 777
3.Go to Admin->Tools->Install SQL Patches and install googlefroogle.sql by copying and pasting (do not upload);
4.Go to http://base.google.com and create/sign to your account. Follow the link on the right hand side of their website to create your FTP account.
5.Go to Admin->Configuration->Google Base Configuration and setup all parameters;
6.Register your bulk upload .xml file using the same name in your Google Base Configuration at base.google.com
7.Go to Admin->Tools>Google Base Feeder and follow instructions to create, view, and upload feed file.