Page 15 of 51 FirstFirst ... 5131415161725 ... LastLast
Results 141 to 150 of 505
  1. #141
    Join Date
    Jul 2009
    Location
    Arkansas
    Posts
    177
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    OK, help needed again, I can get all items downloaded using the Google Merchant Feed now in 5 files. The first two are 1500 each and are ok to use. The 3, 4, and 5th xml files downloaded have a problem. Each item, instead of all column entries being on one line, the first three column entries are lined up in a row but the rest drop one cell for each column. So those three .xml files have 14 lines for each item. They look like this:

    1 heading heading heading heading heading heading heading and so on.....
    2 item.......entry.......entry
    3 .......................................decription
    4 .....................................................url
    5 ..................................................................image
    6 ...............................................................................p rice
    and so on...

    (Without the dots, had to insert them on here to make it look like the file does, they don't exactly line up on here like they should.)

    hopefully you can get the idea. Each item is this way, 14 total lines for each item instead of just one.
    The column headings are ok but the entries for each product drop on cell for each column.

    Anyone have any ideas why this is happening? I use Excel2003 and after I download each file and move it to my desktop I open Excel and use File/Open to open the xml file.

    Thanks for any ideas anyone can give me,

    Jim
    Jim Stiles
    http://www.missyscollectibles.com
    Coming home to Zen Cart!

  2. #142
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    Configuration->Google Merchant Center Feeder Configuration page
    error: PHP Fatal error: Call to undefined function google_cfg_pull_down_country_list() in /home/obsbscom/cellphone-express.com/gli/configuration.php(217) : eval()'d code on line 1
    search the plugin folder by xsearch, the string google_cfg_pull_down_country_list appeared in install.sql only.

  3. #143
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    Quote Originally Posted by su35 View Post
    Configuration->Google Merchant Center Feeder Configuration page
    error: PHP Fatal error: Call to undefined function google_cfg_pull_down_country_list() in /home/obsbscom/cellphone-express.com/gli/configuration.php(217) : eval()'d code on line 1
    search the plugin folder by xsearch, the string google_cfg_pull_down_country_list appeared in install.sql only.
    Got solution on http://www.zen-cart.com/showthread.p...Thread/page285

  4. #144
    Join Date
    Jul 2009
    Location
    Arkansas
    Posts
    177
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    Hello all,

    Disregard my last post, I found the problem that was causing it and got it fixed. Three product descriptions caused it.

    I downloaded the first two xml files of 1500 products each but then had to reduce the next download down to 500 product in order for it to download all of them and then I couldn't download the rest at all.

    Here is the error log I got this morning, can anyone tell me from it what I need to look at now. Thanks, Jim

    [10-Jan-2014 08:47:13 America/Chicago] PHP Fatal error: 2008:MySQL client ran out of memory :: select pa.products_attributes_id
    from zc_products_attributes pa
    where pa.products_id = '7568' limit 1 in /home2/jstiles/public_html/includes/classes/db/mysql/query_factory.php on line 120
    [10-Jan-2014 08:47:13 America/Chicago] PHP Fatal error: 2013:Lost connection to MySQL server during query :: select count(*) as total
    from zc_sessions
    where sesskey = '7dc4cfb79a517cc3ae66d3b87cd64aad' in /home2/jstiles/public_html/includes/classes/db/mysql/query_factory.php on line 120
    Jim Stiles
    http://www.missyscollectibles.com
    Coming home to Zen Cart!

  5. #145
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    Not sure, but did you try to increase the memory limitation?
    configuration=>google mer....=>Memory Limit

  6. #146
    Join Date
    Jul 2009
    Location
    Arkansas
    Posts
    177
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    Quote Originally Posted by su35 View Post
    Not sure, but did you try to increase the memory limitation?
    configuration=>google mer....=>Memory Limit
    I tried that earlier but it didn't make any difference but I need to try it again now that I found and fixed some database errors. I also found the below statement in the googlefroogle.php file but not sure what or if I should make any changes here or not.

    if ((int)GOOGLE_PRODUCTS_MAX_EXECUTION_TIME > 0) {
    ini_set('max_execution_time', (int)GOOGLE_PRODUCTS_MAX_EXECUTION_TIME); // change to whatever time you need
    set_time_limit((int)GOOGLE_PRODUCTS_MAX_EXECUTION_TIME); // change to whatever time you need
    }
    if ((int)GOOGLE_PRODUCTS_MEMORY_LIMIT > 0) ini_set('memory_limit', (int)GOOGLE_PRODUCTS_MEMORY_LIMIT . 'M'); // change to whatever you need
    Jim Stiles
    http://www.missyscollectibles.com
    Coming home to Zen Cart!

  7. #147
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    I don't think it is a good idea to modify the code directly. All the memory and time limitations could be set on configuration filed.

    Also try, tools=>store manger=>Optimize Database
    Last edited by su35; 10 Jan 2014 at 08:45 PM.

  8. #148
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    i now getting the following in error log

    PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: missing ) at offset 30 in /home/public_html/includes/classes/google_base.php on line 42

  9. #149
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    Getting a simular error in logs as River city

    [17-Jan-2014 12:13:15 Europe/London] PHP Fatal error: 2008:MySQL client ran out of memory :: select count(*) as count
    from categories
    where parent_id = '154' in /home/public_html/includes/classes/db/mysql/query_factory.php on line 120

    [17-Jan-2014 12:13:15 Europe/London] PHP Fatal error: 2013:Lost connection to MySQL server during query :: select count(*) as total
    from sessions
    where sesskey = 'a59debf412ff965efb1187c10bd2c51d' in /home/public_html/includes/classes/db/mysql/query_factory.php on line 120

  10. #150
    Join Date
    Jul 2009
    Location
    Arkansas
    Posts
    177
    Plugin Contributions
    0

    Default Re: Google Merchant Center Feeder for ZC v1.5.x

    Quote Originally Posted by kitcorsa View Post
    Getting a simular error in logs as River city

    [17-Jan-2014 12:13:15 Europe/London] PHP Fatal error: 2008:MySQL client ran out of memory :: select count(*) as count
    from categories
    where parent_id = '154' in /home/public_html/includes/classes/db/mysql/query_factory.php on line 120

    [17-Jan-2014 12:13:15 Europe/London] PHP Fatal error: 2013:Lost connection to MySQL server during query :: select count(*) as total
    from sessions
    where sesskey = 'a59debf412ff965efb1187c10bd2c51d' in /home/public_html/includes/classes/db/mysql/query_factory.php on line 120

    Never got a remedy for it even from Numinix, did find out from them to check my host for timeout settings, even when they say "unlimited". That was and is a problem with my current host so looks like I'll have to live with it for now. I am switching from the free Google Merchant Feed plug in to the $35 Google Product Search feed module which from what I understand is a more stable module and more forgiving on .xml errors that Google doesn't use anyway. I was told that it would not help with the timeout issue as that is most probably caused by the host settings. I also found a few errors in my data that might have been causing some problems. I finally got several smaller downloads that I put all in one file and got it to upload to Google ok.
    Jim Stiles
    http://www.missyscollectibles.com
    Coming home to Zen Cart!

 

 
Page 15 of 51 FirstFirst ... 5131415161725 ... LastLast

Similar Threads

  1. v151 Google merchant Centre Feeder query
    By Phil Lomas in forum General Questions
    Replies: 13
    Last Post: 24 Dec 2013, 03:37 AM
  2. Google Base Feeder Support Thread [OLD]
    By numinix in forum All Other Contributions/Addons
    Replies: 3562
    Last Post: 2 Apr 2012, 06:30 PM
  3. Removing products from Google Merchant Feeder
    By wonderbread101 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 24 Dec 2011, 05:31 PM
  4. Google Merchant Center for Dummies?
    By xcergy in forum General Questions
    Replies: 7
    Last Post: 31 Mar 2010, 06:19 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