I have had this one 2 times now. And it's always the same thing: too many fields in CCK.
Too many fields means too large queries to update the cache. And then MySQL goes down with this nice error message.
How to solve this? Increase the max_allowed_packet to a bigger number in your my.cnf (linux) or my.ini (windows).
If it's not there just add it.
max_allowed_packet=32M
Problem solved!
Comments
Post new comment