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

Google Base Feeder Support Thread [OLD]

Locked

Views: 806,391

Results 2,281 to 2,300 of 3,556
This thread is locked. New replies are disabled.
8 Jun 2010, 9:18 AM
#2281
yorkshiregc avatar

yorkshiregc

New Zenner

Join Date:
Feb 2010
Posts:
23
Plugin Contributions:
0

Google Base Feeder Support Thread [OLD]

Hi Guys,

I keep getting this error when i try to upload to google base?

Google Base Feeder v1.7.4 started 2010/06/08 10:15:43
Feed file - /var/www/vhosts/yorkshiregardencentre.co.uk/httpdocs/shop//feed/yorkshiregardencentre_products.xml
Processing: Feed - No, Upload - Yes
Upload started...
Connection failed: uploads.google.com

Upload failed...

Im not sure why though!! :-S Ive fiddled with just about every setting and nothing seams to help....

Any suggestions?

Thanks

8 Jun 2010, 12:14 PM
#2282
zeerock avatar

zeerock

New Zenner

Join Date:
Dec 2009
Posts:
31
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

yorkshiregc:

Hi Guys,

I keep getting this error when i try to upload to google base?

Google Base Feeder v1.7.4 started 2010/06/08 10:15:43
Feed file - /var/www/vhosts/yorkshiregardencentre.co.uk/httpdocs/shop//feed/yorkshiregardencentre_products.xml
Processing: Feed - No, Upload - Yes
Upload started...
Connection failed: uploads.google.com

Upload failed...

Im not sure why though!! :-S Ive fiddled with just about every setting and nothing seams to help....

Any suggestions?

Thanks

Make sure your feed folder is set to 777/755.
Make sure your password is the same as in your google. merchant account.
Make sure your feed file (yorkshiregardencentre_products.xml) is the same as you registered in your google account.

Cheers!

8 Jun 2010, 12:26 PM
#2283
yorkshiregc avatar

yorkshiregc

New Zenner

Join Date:
Feb 2010
Posts:
23
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

ZeeRocK:

Make sure your feed folder is set to 777/755.
Make sure your password is the same as in your google. merchant account.
Make sure your feed file (yorkshiregardencentre_products.xml) is the same as you registered in your google account.

Cheers!

Have checked all that and its all all it should be!

Werid thing is ive had this working before its just stopped...

Could it be something to do with the new SSL certificate we got about 3 weeks ago?

8 Jun 2010, 12:31 PM
#2284
zeerock avatar

zeerock

New Zenner

Join Date:
Dec 2009
Posts:
31
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

yorkshiregc:

Have checked all that and its all all it should be!

Werid thing is ive had this working before its just stopped...

Could it be something to do with the new SSL certificate we got about 3 weeks ago?

It might be, disable your SSL and try again. If thats the issue then you might have to configure it again. Search the thread for SSL. May be something already posted this issue.

8 Jun 2010, 12:41 PM
#2285
jdalton avatar

jdalton

New Zenner

Join Date:
Feb 2010
Posts:
24
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

davewest:

I had to set mine to 20 days... but I upload once every 14 days anyway.

You don't need to do patches on a new install.... just the main install.sql would of been fine. If something is missing or you don't think it was all installed, run the uninsatll.sql and then just the install.sql.. Duplicate entry means it's already there so it can't be installed again.

jdalton:

HI

I am trying to install google feeder v1.82 on zencart 1.3.8a but I keep getting the following error when installing the install.sql script under tool-sql patches... I installed the patches first... would this be the problem..
I tried the uninstall script & then did the re-install again but no luck :(
Would really appreciate any ideas here.

1062 Duplicate entry 'GOOGLE_BASE_PASV' for key 2
in:
[INSERT INTO zen_configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (NULL, 'Google Base FTP Username', 'GOOGLE_FROOGLE_USERNAME', 'ftp_username', 'Enter your Google Base FTP username', @configuration_group_id, 0, NOW(), NULL, NULL), (NULL, 'Google Base FTP Password', 'GOOGLE_FROOGLE_PASSWORD', 'ftp_password', 'Enter your Google Base FTP password', @configuration_group_id, 0, NOW(), NULL, NULL), (NULL, 'Google Base Server', 'GOOGLE_FROOGLE_SERVER', 'uploads.google.com', 'Enter froogle server
default: hedwig.google.com', @configuration_group_id, 0, NOW(), NULL, NULL), (NULL, 'Google Base PASV', 'GOOGLE_BASE_PASV', 'true', 'Turn PASV mode on or off for FTP upload?', @configuration_group_id, 0, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Store Address', 'GOOGLE_BASE_ADDRESS', 'http://www.domain.com', 'Enter your website address', @configuration_group_id, 1, NOW(), NULL, NULL), (NULL, 'Store Description', 'GOOGLE_BASE_DESCRIPTION', '', 'Enter a short description of your store', @configuration_group_id, 1, NOW(), NULL, NULL), (NULL, 'Numinix Product Fields', 'GOOGLE_BASE_ASA', 'false', 'Activate Numinix Product Fields (requires separate add-on)?', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'UPC/ISBN', 'GOOGLE_BASE_ASA_UPC', 'false', 'If using Numinix Product Fields, include UPC/ISBN?', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Description 2', 'GOOGLE_BASE_ASA_DESCRIPTION_2', 'false', 'If using Numinix Product Fields, append description 2 to description?', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Enable Map Pricing', 'GOOGLE_BASE_MAP_PRICING', 'false', 'Enable MAP Pricing (requires separate add-on)?', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Expiration Date Base', 'GOOGLE_FROOGLE_EXPIRATION_BASE', 'now', 'Expiration Date Base:
now - add Adjust to current date;
product - add Adjust to product date (max(date_added, last_modified, date_available))
', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array('now', 'product'),'), (NULL, 'Expiration Date Adjust', 'GOOGLE_FROOGLE_EXPIRATION_DAYS', '30', 'Expiration Date Adjust in Days', @configuration_group_id, 2, NOW(), NULL, NULL), (NULL, 'Show Default Currency', 'GOOGLE_FROOGLE_CURRENCY_DISPLAY', 'true', 'Display Currency', @configuration_group_id, 3, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Default Currency', 'GOOGLE_FROOGLE_CURRENCY', 'USD', 'Select currency', @configuration_group_id, 5, NOW(), NULL, 'zen_cfg_pull_down_currencies('), (NULL, 'Show Offer ID', 'GOOGLE_FROOGLE_OFFER_ID', 'id', 'A unique alphanumeric identifier for the item - products_id code. ', @configuration_group_id, 6, NOW(), NULL, 'zen_cfg_select_option(array('id', 'model', 'UPC', 'ISBN', 'false'),'), (NULL, 'Show Quantity', 'GOOGLE_FROOGLE_IN_STOCK', 'false', 'Display products quantity?', @configuration_group_id, 7, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Include Zero Quantity', 'GOOGLE_BASE_ZERO_QUANTITY', 'false', 'Include products with zero quantity?', @configuration_group_id, 7, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Default Quantity', 'GOOGLE_BASE_DEFAULT_QUANTITY', '0', 'What is the default quantity for products with zero quantity?', @configuration_group_id, 7, NOW(), NULL, NULL), (NULL, 'Shipping Options', 'GOOGLE_FROOGLE_SHIPPING', '', 'The shipping options available for an item', @configuration_group_id, 8, NOW(), NULL, NULL), (NULL, 'Condition', 'GOOGLE_FROOGLE_CONDITION', 'new', 'Choose your default condition', @configuration_group_id, 12, NOW(), NULL, 'zen_cfg_select_option(array('new', 'used', 'refurbished'),'), (NULL, 'Show Feed Lanugage', 'GOOGLE_FROOGLE_LANGUAGE_DISPLAY', 'false', 'Display Feed Language', @configuration_group_id, 13, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Feed Language', 'GOOGLE_FROOGLE_LANGUAGE', 'English', 'If Show Feed Language is True, what is your feed language?
default = en', @configuration_group_id, 14, NOW(), NULL, 'zen_cfg_pull_down_languages_list('), (NULL, 'Magic SEO URLs', 'GOOGLE_BASE_MAGIC_SEO_URLS', 'false', 'Output Magic SEO URLs (separate module required)?', @configuration_group_id, 14, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Output File Name', 'GOOGLE_FROOGLE_OUTPUT_FILENAME', 'domain', 'Set the name of your froogle output file', @configuration_group_id, 19, NOW(), NULL, NULL), (NULL, 'Compress Feed File', 'GOOGLE_FROOGLE_COMPRESS', 'false', 'Compress Google froogle file', @configuration_group_id, 20, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Uploaded date', 'GOOGLE_FROOGLE_UPLOADED_DATE', '', 'Date and time of the last upload', @configuration_group_id, 21, NOW(), NULL, NULL), (NULL, 'Output Directory', 'GOOGLE_FROOGLE_DIRECTORY', 'feed/google/', 'Set the name of your froogle output directory', @configuration_group_id, 20, NOW(), NULL, NULL), (NULL, 'Use cPath in url', 'GOOGLE_FROOGLE_USE_CPATH', 'false', 'Use cPath in product info url', @configuration_group_id, 20, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Tax Region', 'GOOGLE_FROOGLE_TAX_REGION', 'Tax applicable regions', 'Enter the tax region', @configuration_group_id, 22, NOW(), NULL, NULL), (NULL, 'Display Tax', 'GOOGLE_FROOGLE_TAX_DISPLAY', 'false', 'Display tax per product?', @configuration_group_id, 23, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Max products', 'GOOGLE_FROOGLE_MAX_PRODUCTS', '0', 'Default = 0 for infinite # of products', @configuration_group_id, 24, NOW(), NULL, NULL), (NULL, 'Starting Point', 'GOOGLE_BASE_START_PRODUCTS', '0', 'Start at which entry (not product_id)?
Default=0', @configuration_group_id, 24, NOW(), NULL, NULL), (NULL, 'Pickup', 'GOOGLE_FROOGLE_PICKUP', 'do not display', 'Local pickup available?', @configuration_group_id, 25, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false', 'do not display'),'), (NULL, 'Included Categories', 'GOOGLE_BASE_POS_CATEGORIES', '', 'Enter category names separated by commas
(i.e. 1,2,3)
Leave blank to allow all categories', @configuration_group_id, 30, NOW(), NULL, NULL), (NULL, 'Excluded Categories', 'GOOGLE_BASE_NEG_CATEGORIES', '', 'Enter category names separated by commas
(i.e. 1,2,3)
Leave blank to deactivate', @configuration_group_id, 30, NOW(), NULL, NULL), (NULL, 'Show Weight', 'GOOGLE_BASE_WEIGHT', 'false', 'Include products weight?', @configuration_group_id, 33, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Weight Units', 'GOOGLE_BASE_UNITS', 'pounds', 'What unit of weight measure?
pounds OR kilograms', @configuration_group_id, 33, NOW(), NULL, 'zen_cfg_select_option(array('pounds', 'kilograms'),'), (NULL, 'Product Type', 'GOOGLE_BASE_PRODUCT_TYPE', 'top', 'Use top-level, bottom-level, or full-path as product_type?', @configuration_group_id, 34, NOW(), NULL, 'zen_cfg_select_option(array('top', 'bottom', 'full'),'), (NULL, 'Payments Accepted', 'GOOGLE_BASE_PAYMENT_METHODS', 'Cash,Check,Visa,MasterCard,AmericanExpress,Discover,WireTransfer', 'What payment methods do you accept?', @configuration_group_id, 35, NOW(), NULL, NULL), (NULL, 'Payment Notes', 'GOOGLE_BASE_PAYMENT_NOTES', 'GoogleCheckout', 'Add payment notes (use this for showing you accept Google Checkout)', @configuration_group_id, 35, NOW(), NULL, NULL), (NULL, 'Alternate Image URL', 'GOOGLE_BASE_ALTERNATE_IMAGE_URL', '', 'Add an alternate URL if your images are hosted offsite (i.e. http://www.domain.com/images/). Your defined image will be appended to the end of this URL.', @configuration_group_id, 36, NOW(), NULL, NULL), (NULL, 'Image Handler', 'GOOGLE_FROOGLE_IMAGE_HANDLER', 'false', 'Resize images using image handler (separate module required)?', @configuration_group_id, 36, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Use Meta Title', 'GOOGLE_BASE_META_TITLE', 'false', 'Use meta title as the title if it exists (for products only)?', @configuration_group_id, 40, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Select Shipping Method', 'GOOGLE_BASE_SHIPPING_METHOD', 'none', 'Select a shipping method from the drop-down list that is used in your store, or leave as none', @configuration_group_id, 50, NOW(), NULL, 'zen_cfg_select_option(array('zones table rate', 'flat rate', 'per item', 'per weight unit', 'table rate', 'zones', 'percategory', 'free shipping', 'free rules shipping', 'none'),'), (NULL, 'Table Zone ID', 'GOOGLE_BASE_RATE_ZONE', '', 'Enter the table rate ID if using a shipping method that uses table rates:', @configuration_group_id, 51, NOW(), NULL, NULL), (NULL, 'Shipping Country', 'GOOGLE_BASE_SHIPPING_COUNTRY', '', 'Select the destination country for the shipping rates:', @configuration_group_id, 52, NOW(), NULL, 'zen_cfg_pull_down_country_list('), (NULL, 'Shipping Region', 'GOOGLE_BASE_SHIPPING_REGION', '', 'Enter the destination region within the selected country (state code, or zip with wildcard *):', @configuration_group_id, 53, NOW(), NULL, NULL), (NULL, 'Shipping Service', 'GOOGLE_BASE_SHIPPING_SERVICE', '', 'Enter the shipping service type (i.e. Ground):', @configuration_group_id, 54, NOW(), NULL, NULL), (NULL, 'Debug', 'GOOGLE_BASE_DEBUG', 'false', 'Turn on simple debug?', @configuration_group_id, 0, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

Hi Dave

I tried the uninstall.sql script & it seemed to work ok but I got the same error when install.sql again??? ANy other ideas??

9 Jun 2010, 2:19 AM
#2286
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Google Base Feeder Support Thread [OLD]

yorkshiregc:

Feed file - /var/www/vhosts/yorkshiregardencentre.co.uk/httpdocs/shop//feed/yorkshiregardencentre_products.xmlIf this wasn't a hiccup, the red //.... check your configure files for a repeating or miss-formed address or base settings in admin should be feed/ not /feed/

Wont upload what it can't find....

jdalton:

Hi Dave

I tried the uninstall.sql script & it seemed to work ok but I got the same error when install.sql again??? ANy other ideas??
Run the mod and see if it works... Duplicate entry means its already there is all.

12 Jun 2010, 3:15 PM
#2287
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Google Base Feeder Support Thread [OLD]

Your files should be in /feed/google/

With the database error when patching with install.sql, it is because you have the configuration_keys stored in the database with the configuration_group_id set to 0.

16 Jun 2010, 8:10 PM
#2288
tlianza avatar

tlianza

New Zenner

Join Date:
Jun 2010
Posts:
3
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

I found an example of an image that actually had a filename with an ampersand in it. Ex. B&W.jpg and when it came through in the image_url field, it was Bamp;W - without the ampersand in front of the "amp;"

I'm not familiar enough with the various levels of escaping to suggest the best place to address this, I'm just going to hack something into googlefroogle.php, but this would be a great (albeit corner-case) test case to add if possible.

19 Jun 2010, 3:11 PM
#2289
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Google Base Feeder Support Thread [OLD]

tlianza:

I found an example of an image that actually had a filename with an ampersand in it. Ex. B&W.jpg and when it came through in the image_url field, it was Bamp;W - without the ampersand in front of the "amp;"

I'm not familiar enough with the various levels of escaping to suggest the best place to address this, I'm just going to hack something into googlefroogle.php, but this would be a great (albeit corner-case) test case to add if possible.
What version are you using? Make sure you are using the latest version from the Numinix website.

20 Jun 2010, 9:06 PM
#2290
digsshowroom avatar

digsshowroom

New Zenner

Join Date:
Sep 2008
Posts:
13
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

I successfully installed this mod on one of my sites (yay!), but am struggling with my other site.

When trying to create the feed in my Admin area, I get the following error message in a pop-up:

Sorry, we can't find "www.mydomain.comgooglefroogle.php",

which appears to be missing a slash. Unfortunately, I'm not knowledgeable enough to know which file to go to to fix this, nor how to make the fix.

I have searched through this thread quite a bit, but the closest problem I could find was someone that had two slashes instead of one, but the solution wasn't listed.

Any help is GREATLY appreciated!

21 Jun 2010, 12:12 AM
#2291
goinggear avatar

goinggear

New Zenner

Join Date:
Dec 2008
Posts:
9
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

I've been successfully using this mod for over a year, but it has been giving me some trouble for the past few months. I have tripled my product count, which I'm guessing is a contributing factor.

I have overwritten my files to the latest version.

My issues:

  1. When generating the feed, the pop up window just goes to done after a few seconds without telling me the results. After checking the XML file, only 350 or so of the 1500 items I have are making it into the file. I was having no problems with 900 item files before, so I do not think it is a server time out issue.
  2. I keep on receiving an XML formatting error when uploading the file to google. Could this be related to #1? I have tried changing the encoding to UTF-16 with no success.

Here is the XML file, for reference:

https://goinggear.com/feed/gg_products.xml

Anyone have any ideas? Is there any manual way to do this? I know I can run an SQL query, but doing all the image and product links, character clean up, etc. would be very time consuming.

21 Jun 2010, 4:14 AM
#2292
digsshowroom avatar

digsshowroom

New Zenner

Join Date:
Sep 2008
Posts:
13
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

Sorted... was focusing on the includes/configure.php and forgot that the same was listed also in the admin/includes/configure.php.

On to my next problem! :)

24 Jun 2010, 12:09 PM
#2293
dan123 avatar

dan123

New Zenner

Join Date:
Apr 2008
Posts:
82
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

hi,
I have a problem, my site is in russian and product title, description comes as <![CDATA[ETH;ВETH;cedil;ETH;frac12;ETH;cedil; ETH;iquest;ETH;raquo;ETH;deg;Ntilde;ВNtilde;ВETH;micro;]]>. Does anybody know how to fix that?
THANK YOU!!!!!!!!!!!

26 Jun 2010, 11:11 PM
#2294
thebeveragegourmet avatar

thebeveragegourmet

Zen Follower

Join Date:
Nov 2006
Posts:
163
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

I just upgraded my zen cart to 1.3.9d (was 1.3.6). I downloaded the latest version of google base and uploaded it. I went to install the sql and got a duplication error (restored my old database into my new one). If I go to the admin/configuration/google base....it's blank. It has the title Google Base Feeder and columns for title, value and action but nothing else. If I go to admin/tools/google base feeder I get:
HEADING_TITLE
TEXT_GOOGLE_FROOGLE_OVERVIEW_HEADTEXT_GOOGLE_FROOGLE_OVERVIEW_TEXTTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_HEADTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1aTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1a_NOTETEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1bTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1b_NOTETEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1cTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1c_NOTE
TEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP2aTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP2bTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP2cTEXT_GOOGLE_FROOGLE_LAST_UPLOAD2010/06/10 16:33:46TEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP2_NOTE
TEXT_GOOGLE_FROOGLE_INSTRUCTIONS_TIPS

I never had this issue before on 1.3.6. Any thoughts or ideas as to how I can fix this?

27 Jun 2010, 1:18 AM
#2295
thebeveragegourmet avatar

thebeveragegourmet

Zen Follower

Join Date:
Nov 2006
Posts:
163
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

Ok....I unistalled it all and re-installed it. Now I can go to admin/config google base feeder and enter in all my info.
BUT
when I go to tools/google base feeder, I get a completely blank page. No admin bar on top..nada....just a white blank page.

Ideas how to solve this? I am on 1.3.9d

27 Jun 2010, 2:19 PM
#2296
quiltconsignment avatar

quiltconsignment

New Zenner

Join Date:
Jun 2007
Posts:
36
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

We are having a problem with our google base feed. In the zen admin under product feed at the bottom of the view is a statement

THE XML PAGE CANNOT BE DISPLAYED

Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.

According to the google merchant account it states
Data feeds >
Feed status summary for products
0 of 57 items inserted - Processed on Jun 26, 2010 8:01 pm PDT
Detected file format: XML
Feed Level Messages
Error: XML formatting error - Error
Our system encountered an error when processing your data feed.
Learn more.
Examples:
Line Nr. Column Nr.
912 34

Any help would be appreciated. We have over a thousand items listed on the site yet the system only seems to grab 57

27 Jun 2010, 5:40 PM
#2297
countrycharm avatar

countrycharm

Totally Zenned

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

Re: Google Base Feeder Support Thread [OLD]

Quiltconsignment:

We are having a problem with our google base feed. In the zen admin under product feed at the bottom of the view is a statement

THE XML PAGE CANNOT BE DISPLAYED

Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.

According to the google merchant account it states
Data feeds >
Feed status summary for products
0 of 57 items inserted - Processed on Jun 26, 2010 8:01 pm PDT
Detected file format: XML
Feed Level Messages
Error: XML formatting error - Error
Our system encountered an error when processing your data feed.
Learn more.
Examples:
Line Nr. Column Nr.
912 34

Any help would be appreciated. We have over a thousand items listed on the site yet the system only seems to grab 57

What version of zencart are you using? When did this stat to happen? What version of Google Base Feeder are you using?

27 Jun 2010, 8:02 PM
#2298
thebeveragegourmet avatar

thebeveragegourmet

Zen Follower

Join Date:
Nov 2006
Posts:
163
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

thebeveragegourmet:

Ok....I unistalled it all and re-installed it. Now I can go to admin/config google base feeder and enter in all my info.
BUT
when I go to tools/google base feeder, I get a completely blank page. No admin bar on top..nada....just a white blank page.

Ideas how to solve this? I am on 1.3.9d

i am using google base version 1.8.2 if that makes any difference. Please help if you can

27 Jun 2010, 8:29 PM
#2299
thebeveragegourmet avatar

thebeveragegourmet

Zen Follower

Join Date:
Nov 2006
Posts:
163
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

I tried uninstalling the 1.8.2 version I got off numinix site and installing the 1.7.34 version off this site and instead of a blank page at admin/tools/google base feeder, I get :

TEXT_GOOGLE_FROOGLE_OVERVIEW_HEADTEXT_GOOGLE_FROOGLE_OVERVIEW_TEXTTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_HEADTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1aTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1a_NOTETEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1bTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1b_NOTETEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1cTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1c_NOTE TEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP2aTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP2bTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP2cTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP2_NOTE TEXT_GOOGLE_FROOGLE_INSTRUCTIONS_TIPS

Does anyone know what's going on here?

27 Jun 2010, 11:48 PM
#2300
quiltconsignment avatar

quiltconsignment

New Zenner

Join Date:
Jun 2007
Posts:
36
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

countrycharm:

What version of zencart are you using? When did this stat to happen? What version of Google Base Feeder are you using?

Zen cart 1.3.9b

It started recently when I changed hosting companies.

I have no idea what version of google feeder