I have several support questions about this message found in MailPress logs
mysql_real_escape_string(): 25 is not a valid MySQL- Link resource in …
This happens on some configurations when trying to send and definitely save a draft mail !
Here is the code sequence :
1) Disconnect from mysql database
2) Send Mail
3) Re connect to database
4) Save Mail definitely !
so step 4 is bugging and i believe this is due to some bug on step 3 for some configurations.
Connection/deconnection code used is available here : http://goo.gl/hKCVW
If anyone have found how to fix this, please share your solution.