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:
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?
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-06-28 16:46:18 -0500
Seen: 36 times
Last updated: Jun 28 '12
I can't see custom 500.html error page
AJAX responses sometimes don't work with 500 error due to exception
Internal server error (jinja error?)
Internal Server Error when trying to edit personal pro
Where are the badges in a fresh install? [fixed]
HTML Tags in titles getting eaten <fixed/>
Unknown column 'auth_user.is_approved' in 'field list' [fixed]
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
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.
Jtrain ( 2012-06-28 16:55:17 -0500 )editMaybe we could create custom handler500? Should not hurt to have one extra variable in the context...
Evgeny ( 2012-06-29 00:11:27 -0500 )editI guess so, but maybe I'm doing it all wrong. Does anyone else have the same error or symptoms?
Jtrain ( 2012-06-29 03:11:30 -0500 )editI've migrated to master branch now. Perhaps this fixes the issue, it did fix the problem I had with RSS urls
Jtrain ( 2012-06-29 08:37:32 -0500 )edit