I moved one of my smaller communities, that is still using PhotoPost Pro v5.62, from a server running PHP4/MySQL4 to a new server running PHP5/MySQL5.
Once every 24 Hours, I receive two emails within seconds of each other. There has never been a vbulletin database error, these come from PhotoPost only. Here is one example:
----------------------------
An error was encountered during execution of the query:
REPLACE INTO pp_iponline (userid,ipaddr,date,what,item) VALUES ('
<username>','
<IP Address>','1198934822','','500')
The query returned with an errorcode of:
MySQL server has gone away
If you need assistence or feel this is a 'bug'; please report it to our support forums at:
http://www.photopost.com/members/forum/f66/index.html
To turn off these emails, set $debug=0 in your config-inc.php file.
-------------------------------
It's a dedicated server, and I've already applied the MYSQL40 setting in my.cnf, thinking that it would resolve this problem but it persists.
Any ideas?