What version are you running?
Reviewboard 1.7rc1
Django 1.4.2
Djblets 0.7.4
What's the URL of the page containing the problem?
Links in system information section of admin dashboard
What steps will reproduce the problem?
1. installed 1.7 RC1 (upgrade from 1.7 beta 2)
2. login as admin goto admin dashboard
3. click on link under "System information"
4. results in HTTP 404
What is the expected output? What do you see instead?
Display of corresponding system information
What operating system are you using? What browser?
Server: Ubuntu 12.04.1 LTS, Apache
Client: WinXP, Firefox 17
Please provide any additional information below.
The links seem to be missing the subdirectory reviewboard is installed in.
For example ReviewBoard resides in
http://<servername>/reviewboard
so on URL http://<servername>/reviewboard/admin/ I click "Server Cache"
and it leads me to http://<servername>/admin/cache/ which is not a valid URL on my system.
After I manually inserted "reviewboard/" before "admin" the page loads
and displays the correct information.