I have made an update to beta 10 on one of my instances, and after that I had a strange problem : I could not make any posts whatsoever.
After debugging, I found out that it was related to wrong E-mail settings. On the admin page I could not even open the Email settings panel, there was a JavaScript error. So I went to look into the MYSQL database directly and I saw that the value of settings.mail_driver
was "SMTP"
. I changed it to "smtp"
and all problems where solved.
On beta 8 "SMTP"
was not a problem but I think the update didn't take care of changing this while migrating the database...