Page 30 of 68 FirstFirst ... 20282930313240 ... LastLast
Results 291 to 300 of 672
  1. #291
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Try running the full googlefroogle.sql rather than the version-specific ones - which are only partial SQL updates.

    Remember to write down your Froogle settings first - the full SQL will drop (ie. delete) the current settings and create new ones which you will then need to edit in the config of the mod in admin.

    You can get the latest version (v 1.3.1) from Andrew's site - see the link in his signature.

  2. #292
    Join Date
    Feb 2006
    Location
    colorado
    Posts
    74
    Plugin Contributions
    0

    Default Re: How do you upgrade?

    Quote Originally Posted by kebeid View Post
    CBO, you only get SQL errors when you do this, can I see the old sql file, I don't know where to find the old versions of googlefroogle.

    Pete
    Here is the SQL file that I used...........

    UPDATE configuration SET configuration_title='The shipping options available for an item', configuration_value='', configuration_description='The shipping options available for an item' set_function='' WHERE configuration_key='GOOGLE_FROOGLE_SHIPPING';
    UPDATE configuration SET configuration_title='Display quantity', configuration_description='Display products quantity?' WHERE configuration_key='GOOGLE_FROOGLE_IN_STOCK';

    DELETE FROM configuration WHERE configuration_key='GOOGLE_FROOGLE_SHIPPING_LOW';
    DELETE FROM configuration WHERE configuration_key='GOOGLE_FROOGLE_SHIP_TO_DISPLAY';
    DELETE FROM configuration WHERE configuration_key='GOOGLE_FROOGLE_SHIP_TO';
    DELETE FROM configuration WHERE configuration_key='GOOGLE_FROOGLE_SHIP_FROM_DISPLAY';
    DELETE FROM configuration WHERE configuration_key='GOOGLE_FROOGLE_SHIP_FROM';

  3. #293
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Try running the full 'googlefroogle.sql'.

  4. #294
    Join Date
    Feb 2006
    Location
    colorado
    Posts
    74
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Quote Originally Posted by Pixxi View Post
    Try running the full googlefroogle.sql rather than the version-specific ones - which are only partial SQL updates.

    Remember to write down your Froogle settings first - the full SQL will drop (ie. delete) the current settings and create new ones which you will then need to edit in the config of the mod in admin.

    You can get the latest version (v 1.3.1) from Andrew's site - see the link in his signature.
    Did that as well...results in the following......

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'in:
    [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.

  5. #295
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    I've installed the latest version of this mod (v1.3.1) several times on zen 1.3.6 using the full SQL without any errors.

    See posts 281-284 (?) above by Woodymon - perhaps your server has the same issue, if it is server-related.

    Or it might be due to you attempting to first run the partial SQL - in which case, you'll need to manually edit those inserts out (ie. delete them) in the configuration table.

  6. #296

    Default Re: How do you upgrade?

    Quote Originally Posted by CBO View Post
    Here is the SQL file that I used...........

    UPDATE configuration SET configuration_title='The shipping options available for an item', configuration_value='', configuration_description='The shipping options available for an item' set_function='' WHERE configuration_key='GOOGLE_FROOGLE_SHIPPING';
    UPDATE configuration SET configuration_title='Display quantity', configuration_description='Display products quantity?' WHERE configuration_key='GOOGLE_FROOGLE_IN_STOCK';

    DELETE FROM configuration WHERE configuration_key='GOOGLE_FROOGLE_SHIPPING_LOW';
    DELETE FROM configuration WHERE configuration_key='GOOGLE_FROOGLE_SHIP_TO_DISPLAY';
    DELETE FROM configuration WHERE configuration_key='GOOGLE_FROOGLE_SHIP_TO';
    DELETE FROM configuration WHERE configuration_key='GOOGLE_FROOGLE_SHIP_FROM_DISPLAY';
    DELETE FROM configuration WHERE configuration_key='GOOGLE_FROOGLE_SHIP_FROM';
    Hmmm... it should work out fine, how did you install it, through the sql patches in the admin or through phpmyadmin?

    Pete

  7. #297
    Join Date
    Feb 2006
    Location
    colorado
    Posts
    74
    Plugin Contributions
    0

    Default Re: How do you upgrade?

    Quote Originally Posted by kebeid View Post
    Hmmm... it should work out fine, how did you install it, through the sql patches in the admin or through phpmyadmin?

    Pete
    As per directions with the SQl install in admin.

    I'm starting to wonder if Just dropping everything and reinstalling with this version would be ok. However, Im one of those wanna be SQL/PHP guys and have no rel idea what the table is that I need to drop so I can reinstall.

  8. #298

    Default Re: How do you upgrade?

    Don't drop the table cuz it has all your other config stuff so yea don't do that.

    I don't know if you're up to doing this since its gonna take a long time, but you can look at the things referred to in the sql file and drop those rows from the config table then install the googlefroogle fresh.

    Pete

  9. #299
    Join Date
    Feb 2006
    Location
    colorado
    Posts
    74
    Plugin Contributions
    0

    Idea or Suggestion Re: How do you upgrade?

    Quote Originally Posted by kebeid View Post
    Don't drop the table cuz it has all your other config stuff so yea don't do that.

    I don't know if you're up to doing this since its gonna take a long time, but you can look at the things referred to in the sql file and drop those rows from the config table then install the googlefroogle fresh.

    Pete
    OK, I dropped the rows and replaced all the files with the current set 1.3.1.
    I reinstalled the reran the SQL script and reentered my data for froogle in the configuration area. Now, with this new install there seems to be a small issue remaining. Whenever I try and generate a new froogle file I get a pop up screen in my browser that is blank. The file is never created also after verifying the FEED dir to see if it was there..nothing. Could this be permissions causing this now? Either on the Feed dir or someplace else?

  10. #300
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    The pop-up window shows the result of the feed generation process (eg. xxx records ... success!). It can take a while if you have a lot of products, although this version is much faster than previous versions thanks to Andrew's optimisation efforts. But if you've less than 10k products and you've left it for a minute or so and it still hasn't completed then you probably have another problem.

    The feed folder and file usually need to be 777 - the pop-up window will display a permissions error if the feed folder/file is not writeable, so it's unlikely to be that.

    How many products do you have, and how long are you letting it run for?

 

 
Page 30 of 68 FirstFirst ... 20282930313240 ... LastLast

Similar Threads

  1. Google Merchant Center
    By ccn1 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 24 Oct 2011, 12:07 PM
  2. Froogle / GoogleBase Feeds (PC Based )
    By Scrat in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Feb 2007, 11:25 PM
  3. GoogleBase/Froogle
    By sschueller in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 12 Dec 2006, 11:54 PM
  4. Which Googlebase Froogle Feed Works With 1.35??????
    By mfreund in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 28 Oct 2006, 08:52 AM

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