Tags/topics: 
1
Answers
Vote up!
-2
Vote down!

trying to add a new content type, I received this error

Additional uncaught exception thrown while handling exception.

Original

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT s.lid, t.translation, s.version FROM {locales_source} s LEFT JOIN {locales_target} t ON s.lid = t.lid AND t.language = :language WHERE s.source = :source AND s.context = :context AND s.textgroup = 'default'; Array ( [:language] => de [:source] => Select and configure your theme [:context] => ) in locale() (line 684 of H:\localhost\kick2\modules\locale\locale.module).

Additional

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT s.lid, t.translation, s.version FROM {locales_source} s LEFT JOIN {locales_target} t ON s.lid = t.lid AND t.language = :language WHERE s.source = :source AND s.context = :context AND s.textgroup = 'default'; Array ( [:language] => de [:source] => %type: !message in %function (line %line of %file). [:context] => ) in locale() (line 684 of H:\localhost\kick2\modules\locale\locale.module).

Uncaught exception thrown in shutdown function.

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: DELETE FROM {semaphore} WHERE (value = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 20393973544ff47d178b1a62.96709183 ) in lock_release_all() (line 269 of H:\localhost\kick2\includes\lock.inc).

Installed is the latest dev of kickstart.

I added a new product type, but cannot add a product of this type.

I can offer you helpt with translation into german, but need in return help setting up a german webshop with some spaecial functions.

I'd appreciate finding a solution, helping all of us.

Asked by: ronald
on July 4, 2012

1 Answer