0

Drupal 7. コンテンツ タイプを編集すると、このエラーが表示されます。

例外の処理中に追加のキャッチされない例外がスローされました。

オリジナル

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] => ru [: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 S:\home\go\www\modules\locale\locale.module).

追加

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] => ru [:source] => A field which is not visible to the user, but is recorded with the submission. [:context] => ) in locale() (line 720 of S:\home\go\www\modules\locale\locale.module).

セッション ハンドラでキャッチされない例外がスローされました。

PDOException: SQLSTATE[HY000]: General error: 
2006 MySQL server has gone away in _drupal_session_write() (line 209 of S:\home\go\www\includes\session.inc).
4

2 に答える 2