My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 36: Reverse failure on new install
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  Oct 2008


 
Reported by ender271...@gmail.com, Sep 26, 2008
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 1, 2008
#1 gganb...@gmail.com
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.


Oct 3, 2008
#3 brian.p.hunter@gmail.com
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
Project Member #4 rwpoul...@gmail.com
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
#5 gganb...@gmail.com
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.



Powered by Google Project Hosting