Seems like the query you want to run, is too large. If you're on a shared host, you maybe need to contact your host about this. If not, change it in your MySQL config. By default it's something like this:
Code:
max_allowed_packet = 1M
Cheers Aoki The mysql config code you gave me worked perfectly!