I've been experimenting with OpenEMM and the Test sends work, however, when I do a regular send, the requests map to the same users (I do alter them from Test to Normal). The system claims the mail is sent to the same # of people as I expect, yet the mail is never received.
Any ideas where should I be looking?
-H
Emails not being received
Moderator: moderator
Re: Emails not being received
Found the script logs.... the date-machine-update.log is just spewing "Unable to get database cursor"
Thoughts?
Thoughts?
Re: Emails not being received
So, I identified my problem here...
I was using xampp for my database stack. It conflicted with the default mysql configuration assumed by the system.
And, I got it working.
To debug this I linked /etc/my.cnf to the one in xampp
I also had to link /var/lib/mysql/mysql.sock to the specified by xampp.
Oddly, this only affected the scripts portion of OpenEMM, but the Java side worked fine.
More logging around exceptions in the scripts would be nice...
I was using xampp for my database stack. It conflicted with the default mysql configuration assumed by the system.
And, I got it working.
To debug this I linked /etc/my.cnf to the one in xampp
I also had to link /var/lib/mysql/mysql.sock to the specified by xampp.
Oddly, this only affected the scripts portion of OpenEMM, but the Java side worked fine.
More logging around exceptions in the scripts would be nice...
