|
When I run
My
Other than this error, the application seems to be working normally, with no errors in the log. How can I correct this error to ensure digest emails are sent correctly?
showing 5 of 7
show 2 more comments
|
|
I had to add That was fixed several months ago. I guess you need to update your code ;) http://svn.osqa.net/browse/OSQA/osqa/trunk/forum/management/commands/send_email_alerts.py?r=HEAD
(03 Mar '11, 12:45)
Hernani Cerq... ♦♦
|
Maybe this is related to an issue that we are experiencing: our email alerts are sent in English but we have LANGUAGE_CODE = 'es'
http://meta.osqa.net/questions/4336/how-to-send-the-digest-using-the-site-language
It's related because whats causing @Kevin error is a piece of code used to try and make other locales work on digests.
@Kevin, are the emails being sent anyway?
@Hernâni Yep, they are. Both digests and instant notifications are going out.
@Hernani has the digest code changed recently? I this is the case I could test if emails are now sent with the right locale.
@Oscar, no, is the same code it was before. It tries to set the locale prior to creating and sending the notifications, thus the error @Kevin is observing.
@Hernani ok, thanks, please let me know if I can test something, I am really looking forward for this fix.