Re: internal server error not sending message notification

2013-05-04 Thread ?manu*
Hi Ian, you suggestion make perfect sense but I'm currently running django 1.4. Anyway I tried adding those line to my settings, but nothing has changed... Any other suggestion? I don't even know how to debug such an issue... should I insert breakpoints in the django library? E. On Saturday,

Re: internal server error not sending message notification

2013-05-04 Thread Ian Lewis
Hi, Did you set your LOGGING configuration in your settings.py? If you happened to upgrade to Django 1.5 then the default LOGGING configuration went away and it will no longer sent emails to the admins without some configuration. This is described at the following url where it says "Prior to

internal server error not sending message notification

2013-05-04 Thread ?manu*
I suddenly realized that my server is no more sending email notifications when an internal error occurs. I'm not sure which could be the modification that caused this behavior. I have the following information: 1. on internal errors the server gives an error not founding template file