|
The problem is that because of your "supersized" category structure your "max_allow_packet" setting of 1mb is insufficent to save the category caching data (your max_allowed_packet is set to 1mb and we are just a couple kb over that; a setting of 2mb should suffice to get past this issue).
On my systems, in my.cnf, I have:
max_allowed_packet = 16M
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |