I got the same error as @frods and I have SOAP in my server
@ryanmc
Seems to work for me too, thanks!
Hi,
I had the same problem. I fixed it by adding this two lines to my wp-config.php:
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
(Backup first – of course – and try this if you want. I had to manually edit the few posts done after the move)
I don’t like this solution, nor the replace one. I’m pretty sure there’s something more logical to be done to fix the DB. That’s why I got here 😉
I got here for the same issue, here’s how I got it working:
Updating Mailpress led to install of 17 new plugins (all named “mail_something”). I activated them all, browsed through new configs available under “mailpress settings” and now I’m able to send mail, save drafts etc.