| Issue 36: | Reverse failure on new install | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. Install SVN 23 according to instructions on project home page
2. add a forum
3. navigate to localhost/forum
What is the expected output? What do you see instead?
Get the following error:
TemplateSyntaxError at /forum/
Caught an exception while rendering: Reverse for 'mysite.forumsubs' with
arguments '()' and keyword arguments '{}' not found.
Original Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/django/template/debug.py", line
71, in render_node
result = node.render(context)
File "/usr/lib/python2.5/site-packages/django/template/defaulttags.py",
line 378, in render
args=args, kwargs=kwargs)
File "/usr/lib/python2.5/site-packages/django/core/urlresolvers.py", line
252, in reverse
*args, **kwargs)))
File "/usr/lib/python2.5/site-packages/django/core/urlresolvers.py", line
241, in reverse
"arguments '%s' not found." % (lookup_view, args, kwargs))
NoReverseMatch: Reverse for 'mysite.forumsubs' with arguments '()' and
keyword arguments '{}' not found.
Oct 3, 2008
Fixed it. Grep and replace forumsubs with forum_subscriptions. 3 locations: M views.py M templates/forum/forum_list.html M templates/forum/thread.html
Oct 7, 2008
This has been fixed in trunk r24. Sorry for the delay; it's been a hectic few weeks! Thank you for reporting the bug & a fix.
Status:
Fixed
Dec 6, 2008
Sorry it still gives me this error.
Message is "Caught an exception while rendering: Reverse for 'school.forum_index'
with arguments '()' and keyword arguments '{}' not found."
And sometimes after click refresh button of browser, gives "Caught an exception while
rendering: Could not import date_based. Error was: No module named date_based"
Thank you.
|
The problem occur for me too. The message is: Caught an exception while rendering: Reverse for 'school.forum_index' with arguments '()' and keyword arguments '{}' not found.