Hi everybody

I install Pixture reloaded. Everything is ok, but when I put a nicemenu or a superfish on the navbar, and then i try to configure it (by different ways), i am redirected to this page :http://localhost/drupal/fr/admin/structure/block/manage/nice_menus/1/con...
and on the page i have this:

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] => fr [:source] => Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters. [:context] => ) in locale() (line 720 of C:\xampp\htdocs\drupal\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] => fr [:source] => The website encountered an unexpected error. Please try again later. [:context] => ) in locale() (line 720 of C:\xampp\htdocs\drupal\modules\locale\locale.module).
Uncaught exception thrown in session handler.

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away in _drupal_session_write() (line 209 of C:\xampp\htdocs\drupal\includes\session.inc).

I am not a developper. Is there anyone who knows how to solve this problem.
Thanks.

Comments

cossezi’s picture

Revision: Ok now i have disabled the locale module, which seems to be at the origin of the bug, and it works. But this locale module is required by the content translation module and theses two modules are necessary for translations of the back end and the front end. If someone can give me some debug suggestions, maybe by going to the code, but i don't know what is the .module is.

Jeff Burnz’s picture

Project: AdaptiveTheme » Nice Menus
Version: 7.x-3.1 » 7.x-2.5
Component: Miscellaneous » Code

Moving to nice menus queue.

xiukun.zhou’s picture

hi cossezi.
I think this is not nice_menus problem, which may be local and Pixture reloaded conflicts

cossezi’s picture

@xiukun.zhou
Same problem with other themes or subthemes.
Now i have to unactivate locale module, if i want to change settings of nice menu or superfish.
But it works.