This is the problem I am running into. I have a little over 1,000 items and about 300 items that uses Product Priced by Attribute when I run Google Merchant feed I get this error:
2008 MySQL client ran out of memory
in:
[SELECT po.products_options_name, pov.products_options_values_name FROM products_attributes pa LEFT JOIN products_options_values pov ON (pov.products_options_values_id = pa.options_values_id) LEFT JOIN products_options po ON (po.products_options_id = pa.options_id) WHERE pa.products_attributes_id = 30927 LIMIT 1;]
2013 Lost connection to MySQL server during query
I have contacted my Host and I don't think they now to much about the error, because they say the site is working fine and they can't reproduce the error. I have edited my php.ini file and to try to extend the connection time but so far I haven't had any luck.
I also say in the googlefroogle.php file it says you can edit the time and memory. Has anyone tried that and if so have you had any luck? and What would be good settings to put in the php file?
Thanks,
Randy
Bookmarks