Forums

Empty error log, server error

My website in a production environment(locally hosted) doesn't give me a SERVER ERROR 500 when I navigate through the archives, but once uploaded here on my domain it's returning this error. The following link is an example :

Fails http://www.coaltober.com/archive/2012/05

Works http://www.coaltober.com/archive/2012/

I wanted to diagnose this behaviour, but the error logs empty, any tips?

That error is coming from your web app and, if you're not seeing any errors in the error log, your web app must not be logging errors. Check how you've set up logging in your code/settings or enable debug on your web app so it shows your what the error was.

Turns out pytz was not installed, thanks a lot!