3049: Getting 500 Error while hitting admin tab

fibe****@gmai***** (Google Code) (Is this you? Claim this profile.)
david
david
Aug. 7, 2013
What version are you running?
Ans: 1.7.11

What's the URL of the page containing the problem?
http://localhost/admin/

What steps will reproduce the problem?
It was working till I changed something related with memcache in memory management(but not sure)
1.
2.
3.

What is the expected output? What do you see instead?
1. Expected was admin dashboard but instead I see 
-- "Something broke! (Error 500)It appears something broke when you tried to go to here. This is either a bug in Review Board or a server configuration error. Please report this to your administrator." --

What operating system are you using? What browser?
Using Chrome but is reproducible on any browser.


Please provide any additional information below.
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/Django-1.4.5-py2.7.egg/django/core/handlers/base.py", line 111, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "/usr/local/lib/python2.7/dist-packages/Django-1.4.5-py2.7.egg/django/contrib/admin/views/decorators.py", line 16, in _checklogin
    return view_func(request, *args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/admin/views.py", line 34, in dashboard
    'secondary_widgets': secondary_widgets,
  File "/usr/local/lib/python2.7/dist-packages/Django-1.4.5-py2.7.egg/django/shortcuts/__init__.py", line 20, in render_to_response
    return HttpResponse(loader.render_to_string(*args, **kwargs), **httpresponse_kwargs)
  File "/usr/local/lib/python2.7/dist-packages/Django-1.4.5-py2.7.egg/django/template/loader.py", line 171, in render_to_string
    return t.render(Context(dictionary))
  
david
#1 david
It looks like the format of the cache server is incorrect (it's missing a ":" for the port number), and we really fall down in this case.

I'll make a fix for the 500 error, but in the meantime, you should be able to change the setting at /admin/settings/general/
  • +Started
  • +david
david
#2 david
Fixed in release-1.7.x (56d28dd).
  • -Started
    +Fixed