I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Version of plugin 4.0 gives error and wp stops working.

dashed-slug.net Forums General discussion Version of plugin 4.0 gives error and wp stops working. Reply To: Version of plugin 4.0 gives error and wp stops working.

#5685
alexg
Keymaster

In addition to the above, I am currently reading on the error “Mysql Server has gone away”. It is usually solved if you increase the max_allowed_packet variable in MySQL. It is possible that simply editing my.ini and setting it to 16 or 24 Megs would solve the issue:

[mysqld]
max_allowed_packet=24M

It’s worth a try, based on the articles I just read. If you are unable to do the change yourself, you can ask your host to do this.