Posted by tpg on November 21, 2011 at 8:17pm
I've installed and was working OK but now am getting this message.
I have installed on a shared hosting linux account.
Any ideas?
I've installed and was working OK but now am getting this message.
I have installed on a shared hosting linux account.
Any ideas?
Comments
re: user warning: Got a packet bigger than 'max_allowed_packet'
I've had this same message and it was caused by my mysql configuration. You need to increase max_allowed_packet to the 16 MB suggested on the Open Publish site. My /etc/mysql.cnf now contains this line:
[mysqld]
max_allowed_packet=16M
Hope this helps.
Stephen
yes that works
thanks a lot for that hint, I was going already nuts on that.