* Downloaded & installed the module
* added a new view field
* the admin/structure/types/manage/[CONTENTTYPE]/edit page exploded with the following :

Additional uncaught exception thrown while handling exception.

Original

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT mlid, menu_name FROM {menu_links} ml WHERE ml.router_path = :path AND module = 'system'; Array ( [:path] => node/add ) in system_admin_menu_block() (line 2100 of /Users/mortendk/Dropbox/websites/drupal7/modules/system/system.module).

Additional

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT lid, location FROM {locales_source} WHERE source = :source AND textgroup = 'default'; Array ( [:source] => An AJAX HTTP error occurred. ) in _locale_parse_js_file() (line 1495 of /Users/mortendk/Dropbox/websites/drupal7/includes/locale.inc).

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] => 10238289164eb405203d4d49.38312443 ) in lock_release_all() (line 269 of /Users/mortendk/Dropbox/websites/drupal7/includes/lock.inc).

Notice: Trying to get property of non-object in /Users/mortendk/Dropbox/websites/drupal7/modules/syslog/syslog.module on line 103

Notice: Trying to get property of non-object in /Users/mortendk/Dropbox/websites/drupal7/modules/syslog/syslog.module on line 103
Uncaught exception thrown in session handler.

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away in _drupal_session_write() (line 206 of /Users/mortendk/Dropbox/websites/drupal7/includes/session.inc).

Comments

hexabinaer’s picture

Maybe not (only) Viewfield's fault - same problem after experimenting with two different video player modules.
Error pages like this sound quite chinese to me but I think there's a pattern ... I updated file_entity yesterday - could it have to do with that in combination with a multilingual site?

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] => Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters. [:context] => ) in locale() (line 676 of [root]\htdocs\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] => The site contact form that allows users to send a message to site administrators. [:context] => ) in locale() (line 676 of [root]\htdocs\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] => 18219965274eb4105e7aa0e7.30138813 ) in lock_release_all() (line 269 of [root]\htdocs\includes\lock.inc).
Uncaught exception thrown in session handler.

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away in _drupal_session_write() (line 206 of [root]\htdocs\includes

sun’s picture

Status: Active » Closed (cannot reproduce)