Advertisement
Sk8erPeter

Exception when going to admin/reports/status in Drupal

Sep 21st, 2012
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. Exception when going to admin/reports/status
  2. reaction to
  3. http://drupal.stackexchange.com/questions/44326/500-http-error-on-manage-display-tab-after-changing-layout-with-display-suite#comment45446_44326
  4. ===============================================================================
  5.  
  6. Additional uncaught exception thrown while handling exception.
  7. Original
  8.  
  9. PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT * FROM {l10n_update_file}; Array ( ) in l10n_update_get_history() (line 428 of [........]/drupal/sites/all/modules/l10n_update/l10n_update.module).
  10. Additional
  11.  
  12. PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: INSERT INTO {watchdog} (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7, :db_insert_placeholder_8, :db_insert_placeholder_9); Array ( [:db_insert_placeholder_0] => 1 [:db_insert_placeholder_1] => php [:db_insert_placeholder_2] => %type: !message in %function (line %line of %file). [:db_insert_placeholder_3] => a:6:{s:5:"%type";s:12:"PDOException";s:8:"!message";s:109:"SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT * FROM {l10n_update_file}; Array ( ) ";s:9:"%function";s:25:"l10n_update_get_history()";s:5:"%file";s:93:"[........]/drupal/sites/all/modules/l10n_update/l10n_update.module";s:5:"%line";i:428;s:14:"severity_level";i:3;} [:db_insert_placeholder_4] => 3 [:db_insert_placeholder_5] => [:db_insert_placeholder_6] => http://{____ MYSITE ____}/drupal/admin/reports/status [:db_insert_placeholder_7] => [:db_insert_placeholder_8] => 84.236.52.197 [:db_insert_placeholder_9] => 1348237320 ) in dblog_watchdog() (line 154 of [........]/drupal/modules/dblog/dblog.module).
  13. Uncaught exception thrown in session handler.
  14.  
  15. PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away in _drupal_session_write() (line 209 of [........]/drupal/includes/session.inc).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement