VariableDoesNotExist 500.jinja.html b/c no RequestContext
Server 500 errors on my installation fail to render because the handler500 is passing an empty context when the 500.jinja.html is expecting RequestContext.
There used to be a work around in the PageSize middleware. But now that has been removed. I assume you have dealt with the problem elsewhere, but I cant find where.
My details:
- database migrations run up to and including number 0122
- request template context processor is present
- the urls.py tuple isn't empty
The site was generated using the askbot-setup
command and I loaded a previous forum that had migrations up to and including 0113 applied.
Any clues on where to look?
Comments
If it helps you out, I did a fresh install without loading from a previous forum (having dropped the database) and I see the same problem. Askbot Version 0.7.43 according to the footer.
Maybe we could create custom handler500? Should not hurt to have one extra variable in the context...
I guess so, but maybe I'm doing it all wrong. Does anyone else have the same error or symptoms?
I've migrated to master branch now. Perhaps this fixes the issue, it did fix the problem I had with RSS urls