My site will not save changes I make to products

Avatar
  • Answered
I am still having problems with my drupal 7 site not saving changes I try to make to products. I do have copies of the error message and would like someone to view them to see if there is anything that can be done.

Here are the error messages I have received:

Additional uncaught exception thrown while handling exception.
Original
PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT b.* FROM {block} b WHERE (b.theme = :db_condition_placeholder_0) AND (b.status = :db_condition_placeholder_1) ORDER BY b.region ASC, b.weight ASC, b.module ASC; Array ( [:db_condition_placeholder_0] => seven [:db_condition_placeholder_1] => 1 ) in _block_load_blocks() (line 750 of /home/ntruck6/public_html/modules/block/block.module).
Additional
PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT fc.* FROM {field_config} fc INNER JOIN {field_config_instance} fci ON fc.id = fci.field_id WHERE (fci.entity_type = :db_condition_placeholder_0) AND (fci.bundle = :db_condition_placeholder_1) AND (fc.active = :db_condition_placeholder_2) AND (fc.storage_active = :db_condition_placeholder_3) AND (fc.deleted = :db_condition_placeholder_4) ; Array ( [:db_condition_placeholder_0] => node [:db_condition_placeholder_1] => article [:db_condition_placeholder_2] => 1 [:db_condition_placeholder_3] => 1 [:db_condition_placeholder_4] => 0 ) in field_read_fields() (line 372 of /home/ntruck6/public_html/modules/field/field.crud.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] => 107325465058f64465b399e5.93093988 ) in lock_release_all() (line 269 of /home/ntruck6/public_html/includes/lock.inc).
________________________________________
Uncaught exception thrown in session handler.
PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT 1 AS expression FROM {sessions} sessions WHERE ( (sid = :db_condition_placeholder_0) AND (ssid = :db_condition_placeholder_1) ); Array ( [:db_condition_placeholder_0] => deumzv6ppKWVZVf2T1zHKO9TMzOO1y0sOAboOXOm3J4 [:db_condition_placeholder_1] => deumzv6ppKWVZVf2T1zHKO9TMzOO1y0sOAboOXOm3J4 ) in _drupal_session_write() (line 209 of /home/ntruck6/public_html/includes/session.inc).


Avatar
IMH Support Agent 5
Hello Drude, Thank you for your question about the MySQL server has gone away error. This error appears to be common on some Drupal sites. It seems common enough to have warranted a dedicated Drupal support article. I advise reviewing their recommendations and perhaps consulting a Drupal developer if the problem persists. Best, Christopher M.