When the AddToAny module is enabled, I get the following error
Warning: Got a packet bigger than 'max_allowed_packet' bytes query: INSERT INTO watchdog (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (8, 'php', '%message in %file on line %line.', 'a:4:{s:6:\"%error\";s:12:\"user warning\";s:8:\"%message\";s:1497862:\"Got a packet bigger than 'max_allowed_packet' bytes\nquery: UPDATE cache_update SET data = 'a:59:{s:8:\\"addtoany\\";a:23:{s:4:\\"name\\";s:8:\\"addtoany\\";s:4:\\"info\\";a:5:{s:4:\\"name\\";s:8:\\"AddToAny\\";s:7:\\"version\\";s:7:\\"6.x-3.4\\";s:7:\\"project\\";s:8:\\"addtoany\\";s:9:\\"datestamp\\";s:10:\\"1299487266\\";s:16:\\"_info_file_ctime\\";i:1309462305;}s:9:\\"dat in /var/vhosts/trivdev/includes/database.mysqli.inc on line 134
All I have done is install the module, select the one content type (blog, but out own CCK version) and select the button style. I don't know if they were on by default, but the only two check boxes are Display in node TEASERS and Display in LINK section.
Did I miss something setting up the module?
Comments
Comment #1
greggmarshallP.S. Based on http://drupal.org/node/1115140, I have cleared all caches a couple of times with no impact.
But if I disable the module the error disappears.
Comment #2
frank005 commentedSame issue here, pretty bad. At this point it is actually messing up the rest of the site. Various admin content menus won't expand because of this.
Warning: Got a packet bigger than 'max_allowed_packet' bytes query: INSERT INTO watchdog (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (1, 'php', '%message in %file on line %line.', 'a:4:{s:6:\"%error\";s:12:\"user warning\";s:8:\"%message\";s:1528528:\"Got a packet bigger than 'max_allowed_packet' bytes\nquery: UPDATE cache_update SET data = 'a:55:{s:8:\\"addtoany\\";a:23:{s:4:\\"name\\";s:8:\\"addtoany\\";s:4:\\"info\\";a:5:{s:4:\\"name\\";s:8:\\"AddToAny\\";s:7:\\"version\\";s:7:\\"6.x-3.4\\";s:7:\\"project\\";s:8:\\"addtoany\\";s:9:\\"datestamp\\";s:10:\\"1299487266\\";s:16:\\"_info_file_ctime\\";i:1302192932;}s:9:\\"dat in /home/crooms/public_html/includes/database.mysql.inc on line 135
Comment #3
micropat commented