This has only started since I upgraded to 6.24 (although I did upgrade Date at the same time. Initially it showed for cache_menu (as per #10 in http://drupal.org/node/321154) so I disabled caching on cache-menu, now it's on cache_update and I am on a hosted server without access to my.conf or ini. It is only a warning, but boy does it go on - see below

CommentFileSizeAuthor
Error20120202.txt2.36 MBglassbyd

Comments

glassbyd’s picture

Forgot site is LAMP

Apache version 2.2.20
PHP version 5.2.17
MySQL version 5.0.92-community
Architecture i686
Operating system linux

xtfer’s picture

Category: bug » support
Status: Active » Fixed

This problem is caused by Drupal sending through a request bigger than your MySQL server is configured to handle, but its usually not a bug in Drupal. Some default MySQL configurations simply have the max_allowed_packet set too low.

Sometimes it can be caused by overly large values in the Sessions table, which you can truncate if you have access to it, but otherwise the only solution is to up the max_allowed_packet size.

glassbyd’s picture

Thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.