2673: "All review requests" comes to error!

jihu****@gmai***** (Google Code) (Is this you? Claim this profile.)
Sept. 4, 2012
What version are you running?

1.6.4 is run on my server.


What's the URL of the page containing the problem?

When I use administrator account to visit "All review requests", it comes to error like this:
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 steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What operating system are you using? What browser?


Please provide any additional information below.
chipx86
#1 chipx86
We'd need to see the tracebacks from the reviewboard.log file.
  • +NeedInfo
#3 jihu****@gmai***** (Google Code) (Is this you? Claim this profile.)
This is the log file
  • +
    2012-07-17 10:06:09,479 - ERROR - Exception thrown for user richer at http://221.6.31.106:8888/r/
    Cannot resolve keyword 'get_display_id' into field. Choices are: branch, bugs_closed, changedescs, changenum, description, diffset_history, draft, email_message_id, file_attachments, id, inactive_file_attachments, inactive_screenshots, last_review_timestamp, last_updated, local_id, local_site, public, repository, reviews, screenshots, shipit_count, starred_by, status, submitter, summary, target_groups, target_people, testing_done, time_added, time_emailed, visits
    Traceback (most recent call last):
      File "/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/core/handlers/base.py", line 111, in get_response
        response = callback(request, *callback_args, **callback_kwargs)
      File "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.4-py2.6.egg/reviewboard/accounts/decorators.py", line 21, in _check
        return view_func(*args, **kwargs)
      File "/usr/local/lib/python2.6/d
david
#4 david
This is fixed in newer versions. Please upgrade.
  • -NeedInfo
    +Fixed