I just the following error when loading a large cck node form:
user warning: Got a packet bigger than 'max_allowed_packet' bytesYou can resolve this error by adding a line to your /etc/my.cnf MySQL configuration:
[mysqld]
set-variable = max_allowed_packet=32M




















