Elao / ErrorNotifierBundle

This bundle send you an email when an error appear (500 or 404 if enable)
59 stars 27 forks source link

it does not work on prod environment #46

Closed karim-elshendy closed 9 years ago

karim-elshendy commented 9 years ago

it works well on dev environment but it does not send any thing when I'm on prod environment. I have followed all installation and configuration steps and it still not working on production environment.

my current symfony version is 2.3.20

karim-elshendy commented 9 years ago

it was not an issue. I have already an exception listener for rendering customized error page on production environment. so the bundle do not sent emails in production. how can I solve this problem?

karim-elshendy commented 9 years ago

I did it by simply registering the ErrorNotifierBundle before my bundle which contains the exception listner