Page 44 of 68 FirstFirst ... 34424344454654 ... LastLast
Results 431 to 440 of 672
  1. #431
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Quote Originally Posted by ccn1 View Post
    Hi All,

    Quick question before my eye's close up totaly, Has anyone had a problem in that only a certain amount of products get generated and not the whole lot.

    Only creates 1,444 out of approx 7,000 products (File size is exactly 1mb also... Hmmm strange)

    After reading a lot of threads, it looks like it may be a timeout issue but I cannot find a fix !

    Details here of file creation:
    Froogle Data Feeder v.1.3.3 07.02.2007 20:45 started 2007/02/28 22:49:51
    Feed file - /xxxxx/local/home/xxxx/boardgameclub.co.uk/feed/xxxxxxxtxt
    Processing: Feed - Yes, Upload - No

    Any ideas welcome and thanks in advance.

    Chris

    How many seconds did the feed generation run for?

    30 seconds is usually the minimum timeout on a server - but you should manage a lot more than 1444 products in 30 seconds.

    Take a look in your admin->tools->server info and search for 'timeout' - see what is set and report back.

  2. #432
    Join Date
    Sep 2004
    Location
    London. UK.
    Posts
    164
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Hey Pixxi,

    Thanks for the reply, I have had a look and found the following related to timeout:

    Timeouts Connection: 300 - Keep-Alive: 15
    Keep-Alive timeout=15, max=100
    mysql.connect_timeout 60 60
    default_socket_timeout 60 60

    Is this what you meant ?

    Thanks

    Chris
    Regards,

    Chris (CCN1)

  3. #433
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    I was having issues with mine as well. I solved my googlefroogle timeout problem by making changes in my php.ini configuration file to the following:

    max_execution_time = 300
    max_input_time = 90
    memory_limit = 32M

  4. #434
    Join Date
    Jun 2006
    Location
    Michigan
    Posts
    196
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Just installed the Froogle Feeder onto a new Zen install. Everything went smoothly with no errors or anything.

    When I create my feed I get this:

    Froogle Data Feeder v.1.3.3 07.02.2007 20:45 started 2007/03/01 12:51:37
    Feed file - /home/bhstore/public_html/feed/froogle.txt
    Processing: Feed - Yes, Upload - No

    and my froogle.txt is empty. Also I noticed that no ending time is listed which I have seen in other posts.

    Would this mean that the process is timing out? Store has close to 7500 products listed so I could understand if this is the case. I do have access to my php.ini file but would not know which settings to adjust.

    Any assistance would be greatly appreciated.

  5. #435
    Join Date
    Aug 2006
    Posts
    34
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    Please help.
    I’m running ZC 1.3.7 after installation of your GoogleFroogle feed module I'm missing step 4. Go to Admin->Tools>Google Froogle Feeder; completely. I do not have GoogleFroogle feeder under my tools menu at all. I did install all the patches and then googlefroogle.sql I also moved all the other files in my store's root directory.

    Your help is much appreciated.

    Thanx in advance.
    Mike.

  6. #436
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    ITGuru, I just installed it and the menu came up.

    However I had to make sure that all the files installed. I don't know why they didn't just ftp as normal but they didn't.

    Check the admin files as well. Ftp from the contribution folders.

    Now I have a problem with the sql part of the install, I'll do a new post on it.

  7. #437
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    I'm getting the following error. Any ideas?

    Froogle Data Feeder v.1.3.3 07.02.2007 20:45 started 2007/03/01 18:09:55
    Feed file - /home/birdoasi/public_html/feed/GOOGLE_FROOGLE_OUTPUT_FILENAME
    Processing: Feed - Yes, Upload - No

    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 'ORDER BY p.products_id ASC' at line 10
    in:
    [SELECT p.products_id, p.products_model, pd.products_name, pd.products_description, p.products_image, p.products_tax_class_id, p.products_price_sorter, GREATEST(p.products_date_added, p.products_last_modified, p.products_date_available) AS base_date, m.manufacturers_name, p.products_quantity, pt.type_handler FROM zen_products p LEFT JOIN zen_manufacturers m ON (p.manufacturers_id = m.manufacturers_id) LEFT JOIN zen_products_description pd ON (p.products_id = pd.products_id) LEFT JOIN zen_product_types pt ON (p.products_type=pt.type_id) WHERE p.products_status = 1 AND p.product_is_call = 0 AND p.product_is_free = 0 AND pd.language_id = ORDER BY p.products_id ASC]

  8. #438

    Default Re: Froogle Merchant Center merged into GoogleBase

    Quote Originally Posted by BlessIsaacola View Post
    I was having issues with mine as well. I solved my googlefroogle timeout problem by making changes in my php.ini configuration file to the following:

    max_execution_time = 300
    max_input_time = 90
    memory_limit = 32M
    My php.ini is already has these settings, still no luck.
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  9. #439
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

    Default Re: Froogle Merchant Center merged into GoogleBase

    I thought I figured out my problem.

    I installed the update 1.3.3.sql file instead of the googlefroogle.sql file. Duh!

    So I tried the uninstall.sql and it seemed to work, but when I try to install the googlefroogle.sql flie I get that dang 1064 error again.

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

    Default Re: Froogle Merchant Center merged into GoogleBase

    There's an 'uninstall.sql' file in the mod - make a note of your Froogle settings then run that via phpmyadmin (or whatever SQL client you're using).

    Then run the full googlefroogle.sql install.

    Then report back.

 

 
Page 44 of 68 FirstFirst ... 34424344454654 ... 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