After enabling the module appeared this:

Additional uncaught exception thrown while handling exception.
Original

PDOException: SQLSTATE[08S01]: Communication link failure: 1153 Got a packet bigger than 'max_allowed_packet' bytes: INSERT INTO {batch} (bid, timestamp, token, batch) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3); Array ( [:db_insert_placeholder_0] => 180 [:db_insert_placeholder_1] => 1354187735 [:db_insert_placeholder_2] => :....................... ETC

The attached file has the complete error.

CommentFileSizeAuthor
widgets_bug.zip126.04 KBwarmth
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

warmth’s picture

Issue summary: View changes

update

warmth’s picture

Issue summary: View changes

error

deanflory’s picture

Issue summary: View changes

Increase mac_allowed_packet in your MySQL settings (sometimes in my.cnf) to allow larger packets.