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.
| Comment | File | Size | Author |
|---|---|---|---|
| widgets_bug.zip | 126.04 KB | warmth |
Comments
Comment #0.0
warmth commentedupdate
Comment #0.1
warmth commentederror
Comment #1
deanflory commentedIncrease mac_allowed_packet in your MySQL settings (sometimes in my.cnf) to allow larger packets.