-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dada mail 11.22.0 , MYSQL error after New Draft -> Send test or Send Mass mail #1173
Comments
Saving a draft seems to work fine for me in v11.22.0 and using MySQL 8,
Is your version of MySQL even newer? Saving a draft with tracing turned on:
But the error you posted doesn't happen when you save a new draft, but copy a draft into something else, like a stationery or schedule. That also seems to work:
Table looks like this:
the "last_modified_timestamp" is set to have NULL values allowed. I don't see anything that says that that column can't be null in the statement that created the table,
The last time this was changed was commented by you, actually: If I look in the code, There's a comment that says,
So maybe just change that query above it to,
and maybe that'll help you get on your way, |
Hello @justingit , Thanks for being quick on reply. Sorry not while creating a new draft . It occurs while New Draft . Put some content in the draft and go to Send test or send mass mail it fails . I have edited the subject and content of the issue . Please check Send test and send Mass mail. Is it working?. |
Yes that seems to work fine as well, |
Hello @justingit , Changing code to :
Works fine, without any issues. Is it possible that you could incorporate the changes in that file itself?. |
I'd like to truly understand why the code and SQL is working for everyone else using MySQL 8 - including me - but not you. Is your MySQL tables or MySQL version different? |
Hello @justingit ,
I was in the process of manual installation of Dada mail downloaded from sourceforge on MYSQL 8.
However , after successful manual install getting following error while New draft -> Send test or Send mass mail i.e :
Yikes! App/Server Problem!
So to check I checked under datadirectory logs i.e .dada_files/.logs/errors.txt, following error is thrown i.e :
What could be the issue . Could you please replicate and fix this?
On another server with MYSQL 5.6 , creating drafts works fine . Is Dada mail supported on MYSQL 8?.
The text was updated successfully, but these errors were encountered: