Results 1 to 10 of 3563

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,566
    Plugin Contributions
    74

    Default Re: Google Base Feeder Support Thread

    I just tested on a clean installation and it works. If the update_product.php file contains the lines that Alex has brought to our attention, simply delete them.

    Alex, hopefully you can assist some of these other users to install and use this mod as I'm very busy writing a new mod.

  2. #2
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,566
    Plugin Contributions
    74

    Default Re: Google Base Feeder Support Thread

    Downloading UPC/ISBN Module 1.1 will fix the issue. I'll update the GBF yet again

  3. #3
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,566
    Plugin Contributions
    74

    Default Re: Google Base Feeder Support Thread

    v1.4.8 GOOGLE BASE FEEDER

    Bug Fix

  4. #4
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Hi
    This is on my 1.4.2 live store, I keep getting this error, I contact my server as I been advice here, but the say it is nothing to do with the server
    /bin/sh: http://www.tiledepot.us/store/google...e.php?feed=yes: No
    such file or directory
    I did not upgrade to the newer version, as I see it keep changing every day
    Is that important think I should take care , or I can live with it, is that mean I only to manually upload every time I have change? Is so I am ok with it
    Thank you

  5. #5
    Join Date
    Jul 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    1.4.8 nailed it. All is good now.

    I actually applied the SQL script even though I guess I was technically updateing from 1.4.6 (which never worked for me).

    Thanks!

    -Mike

  6. #6
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by numinix View Post
    I just tested on a clean installation and it works. If the update_product.php file contains the lines that Alex has brought to our attention, simply delete them.

    Alex, hopefully you can assist some of these other users to install and use this mod as I'm very busy writing a new mod.
    Sure, I can help people. However, the 1.4.8 upgrade should solve all problems. Thanks for this! :)

  7. #7
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,566
    Plugin Contributions
    74

    Default Re: Google Base Feeder Support Thread

    If you run the SQL script it wil simply overwrite all of your stored configurations which isn't that big of a deal.

    If no SQL upgrade is required since the last release, I normally remove the update files. But, perhaps I will include them all in the next release which HOPEFULLY will not happen for some time. However, I did notice one problem:

    WARNING when uninstalling your copy of the Google Base Feeder, do NOT run these two lines in your uninstall.sql unless you want to completely remove the stored UPC and ISBN information from your database:

    PHP Code:
    ALTER TABLE products DROP COLUMN products_upc;
    ALTER TABLE products DROP COLUMN products_isbn
    The uninstall.sql should look like this:

    PHP Code:
    SET @configuration_group_id=0;
    SELECT @configuration_group_id:=configuration_group_id
    FROM configuration_group
    WHERE configuration_group_title
    'Google Froogle Configuration'
    LIMIT 1;
    DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id;
    DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id
    I will remove this in the next release and make a note to only use these if you want to completely remove the GBF and never use it again. In most cases people are just uninstalling to reinstall and having to reinput all of the UPC information can be very tiresome.

 

 

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

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