Page 85 of 357 FirstFirst ... 3575838485868795135185 ... LastLast
Results 841 to 850 of 3563
  1. #841
    Join Date
    Jan 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by SaMortensen View Post
    Yes, mine is a version 5 - so does that mean this will be something I will be unable to use unless my host upgrades? Or does someone know how to work around this issue?

    Actually, the problem is...your host DID upgrade. Which means I'm going to have that problem soon because my host is planning on upgrading in the next few weeks.....oh this is gonna be bad.

  2. #842
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,555
    Plugin Contributions
    70

    Default Re: Google Base Feeder Support Thread

    It means a lot of scripts will have to be updated to use a different SQL query command. I'll look into it in the future but cannot say when.

  3. #843
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    my sites are running mysql 5 and ive got no problems!!

  4. #844
    Join Date
    Feb 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    I just downloaded and installed the latest version 1.6.8, and my question is regarding the "sql updates" folder that came with the installation files. Am I supposed to install each sql updates in that folder? Or do I only install the one sql file that is outside of the folder: update_1_6_8.sql? It would seem that I'm supposed to install all of them otherwise why would they be included. But just want to make sure.

    Thanks,
    Brian

  5. #845
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,555
    Plugin Contributions
    70

    Default Re: Google Base Feeder Support Thread

    That depends, are you installing a fresh copy or upgrading from a previous version?

    If you are upgrading, then you need to run the sql patches for all version between your old version and the new version. The patch outside of the previous_sql_patches folder is the current sql patch to upgrade from the version exactly previous to the current version (i.e. v1.6.7).

  6. #846
    Join Date
    Mar 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    I love this contribution, but I'm having trouble getting it to work with Google base. I always get an "Upload Failed" message when I try to manually upload the output of googlefroogle.php indicating that something was wrong with the XML format.

    Is anyone else having this problem?

    Thanks!

  7. #847
    Join Date
    Jun 2007
    Location
    Zurich, Switzerland
    Posts
    23
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    I noticed that special characters (such as the German ä,ü,ö) are not processed when creating the XML file. The language is set to English, but some products and manufacturers names contain these characters.

  8. #848
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,555
    Plugin Contributions
    70

    Default Re: Google Base Feeder Support Thread

    They may have been removed as they will cause XML parsing errors.

  9. #849
    Join Date
    Jun 2007
    Location
    Zurich, Switzerland
    Posts
    23
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    UTF-Charachters don't cause parsing errors and a look at the german google base shows me it is supported.

    I checkeded out the code and the following command on line 461 is the culprit:

    PHP Code:
    $str eregi_replace("[^[:alnum:][:space:].,!()'-_/+=?]"""$str); 
    A quick fix for umlauts would be something like:

    PHP Code:
    $str eregi_replace("[^[:alnum:][:space:].,!()'-_/+=?äÄöÖüÜß]"""$str); 
    I'm testing this out, but there must be some easier way to filter out the "bad stuff" but still keep all the UTF-8 goodness.

  10. #850
    Join Date
    Jun 2007
    Location
    Zurich, Switzerland
    Posts
    23
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by mypashop View Post
    HOW do you limit
    Default limit google base feeder to one language (english only) ...
    is there a need / recommended to limit to one and only language ?

    to not spam google base i would like to turn french and german off ...

    please reply in this thread
    http://www.zen-cart.com/forum/showthread.php?t=85506
    Sorry to bug you numinix about all the lanuage issues. I have the same thing as this person had, yet when I set the language to english only, it still parses out all the rest.

    I checked the code and
    PHP Code:
    $languages->fields['languages_id']; 
    is set to 1, which is correct. However my XML file still contains all the other languages. Any tips?

 

 

Similar Threads

  1. v150 Google Merchant Center Feeder for ZC v1.5.x [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 504
    Last Post: 19 Nov 2024, 03:50 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