What does it mean that the MySQL server has gone away?
I tried to add a catalog category in Commerce Kickstart 2.x and got the following error:
PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT * FROM {commerce_flat_rate_service}; Array ( ) in commerce_flat_rate_commerce_shipping_service_info() (line 120 of /Applications/lamp/apache2/htdocs/fluxcart/profiles/commerce_kickstart/modules/contrib/commerce_flat_rate/commerce_flat_rate.module).
Comments
I am getting this exact same error. And I have increase max_allowed_packet=196M, based on recommendation on another site. Even this is not enough. There must be some other parameter that is causing this specific error for this operation on this database:
Configuration is using MAMP on MacOS 10.8.4. PHP config is File (php.ini) Path /Applications/MAMP/bin/php/php5.4.10
That function I am using to cause the error is "Add Taxonomy"
Any other suggestions to fix my problem?
Thanks for you help.