Page 231 of 357 FirstFirst ... 131181221229230231232233241281331 ... LastLast
Results 2,301 to 2,310 of 3563
  1. #2301
    Join Date
    Jun 2007
    Posts
    33
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    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

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

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by Quiltconsignment View Post
    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?
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #2303
    Join Date
    Nov 2006
    Posts
    160
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by thebeveragegourmet View Post
    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


  4. #2304
    Join Date
    Nov 2006
    Posts
    160
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    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_FR OOGLE_INSTRUCTIONS_HEADTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1aTEXT_GOOGLE_FROOGL E_INSTRUCTIONS_STEP1a_NOTETEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1bTEXT_GOOGLE_FRO OGLE_INSTRUCTIONS_STEP1b_NOTETEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1cTEXT_GOOGLE_ FROOGLE_INSTRUCTIONS_STEP1c_NOTE TEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP2aTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP2bTE XT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP2cTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP2_NOTE TEXT_GOOGLE_FROOGLE_INSTRUCTIONS_TIPS

    Does anyone know what's going on here?


  5. #2305
    Join Date
    Jun 2007
    Posts
    33
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    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

  6. #2306
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by thebeveragegourmet View Post
    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_FR OOGLE_INSTRUCTIONS_HEADTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1aTEXT_GOOGLE_FROOGL E_INSTRUCTIONS_STEP1a_NOTETEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1bTEXT_GOOGLE_FRO OGLE_INSTRUCTIONS_STEP1b_NOTETEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP1cTEXT_GOOGLE_ FROOGLE_INSTRUCTIONS_STEP1c_NOTE TEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP2aTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP2bTE XT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP2cTEXT_GOOGLE_FROOGLE_INSTRUCTIONS_STEP2_NOTE TEXT_GOOGLE_FROOGLE_INSTRUCTIONS_TIPS

    Does anyone know what's going on here?
    If you are using a custom folder in other words using the override system make sure all the files are going into the correct folders that you named them to. Make sure the googlefroogle.php file uploaded to the root of your server.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #2307
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by Quiltconsignment View Post
    Zen cart 1.3.9b

    It started recently when I changed hosting companies.

    I have no idea what version of google feeder
    Try this and see if it helps. In /web-site-root/includes/.htacess

    on line 26 you will find:
    <FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF)$">

    Change the line to:
    <FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL)$">
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #2308
    Join Date
    Nov 2006
    Posts
    160
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    If you are using a custom folder in other words using the override system make sure all the files are going into the correct folders that you named them to. Make sure the googlefroogle.php file uploaded to the root of your server.
    I only have one overide file that would be affected. I made sure all the files were copied correctly and still got the same error

    any other ideas?


  9. #2309
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by thebeveragegourmet View Post
    I only have one overide file that would be affected. I made sure all the files were copied correctly and still got the same error

    any other ideas?
    You have run the sql script for google base feeder in admin/tools/install_sql_patches. You have to copy and past it. If you have did all this I'm stumped right now.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #2310
    Join Date
    Nov 2006
    Posts
    160
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    If you are using a custom folder in other words using the override system make sure all the files are going into the correct folders that you named them to. Make sure the googlefroogle.php file uploaded to the root of your server.
    well crud...I've done all that. One version (the newest one) I get a blank page and if I use the older version (from this site), I get the text junk

    Hopefully someone else has had (and resolved) this issue. Thank you for your advise


 

 

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