Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 2844 by pmi...@gmail.com: Admin templates are broken
http://code.google.com/p/reviewboard/issues/detail?id=2844

* NOTE: For customer support, please post to                     *
*       reviewbo...@googlegroups.com                             *
*                                                                *
*       Do not post confidential information in this bug report. *
*       If you need immediate support, please contact            *
*       reviewbo...@googlegroups.com                             *

What version are you running?
1.7.1

What's the URL of the page containing the problem?
http://*/admin/db/auth/user/

What steps will reproduce the problem?
1. Go to Admin
2. Click on Users or Add User

What is the expected output? What do you see instead?
I expect to see users page but I see an error that template is missing:
Request Method:         GET
Request URL:    http://*/admin/db/auth/user/
Django Version:         1.4.3
Exception Type:         TemplateDoesNotExist
Exception Value:        

admin/auth/user/change_list.html, admin/auth/change_list.html, admin/change_list.html

Exception Location: /usr/lib/python2.6/site-packages/django/template/loader.py in select_template, line 193
Python Executable:      /usr/bin/python
Python Version:         2.6.6
Python Path:    

['/var/www/reviewboard/conf',
 '/usr/lib/python2.6/site-packages/python_memcached-1.48-py2.6.egg',
 '/usr/lib/python2.6/site-packages/recaptcha_client-1.0.6-py2.6.egg',
 '/usr/lib/python2.6/site-packages/pytz-2011n-py2.6.egg',
 '/usr/lib/python2.6/site-packages/python_dateutil-1.5-py2.6.egg',
 '/usr/lib/python2.6/site-packages/flup-1.0.3.dev_20110405-py2.6.egg',
 '/usr/lib/python2.6/site-packages/pycrypto-2.4.1-py2.6-linux-x86_64.egg',
 '/usr/lib/python2.6/site-packages/PIL-1.1.7-py2.6-linux-x86_64.egg',
 '/usr/lib/python2.6/site-packages/MySQL_python-1.2.3-py2.6-linux-x86_64.egg',
 '/usr/lib/python2.6/site-packages/ReviewBoard-1.7.1-py2.6.egg',
 '/usr/lib/python2.6/site-packages/Pygments-1.5-py2.6.egg',
 '/usr/lib/python2.6/site-packages/paramiko-1.9.0-py2.6.egg',
 '/usr/lib/python2.6/site-packages/mimeparse-0.1.3-py2.6.egg',
 '/usr/lib/python2.6/site-packages/Markdown-2.2.1-py2.6.egg',
 '/usr/lib/python2.6/site-packages/docutils-0.10-py2.6.egg',
 '/usr/lib/python2.6/site-packages/django_pipeline-1.2.23-py2.6.egg',
 '/usr/lib/python2.6/site-packages/Djblets-0.7.8-py2.6.egg',
 '/usr/lib/python2.6/site-packages/django_evolution-0.6.7-py2.6.egg',
 '/usr/lib/python2.6/site-packages/feedparser-5.1.3-py2.6.egg',
 '/usr/lib64/python26.zip',
 '/usr/lib64/python2.6',
 '/usr/lib64/python2.6/plat-linux2',
 '/usr/lib64/python2.6/lib-tk',
 '/usr/lib64/python2.6/lib-old',
 '/usr/lib64/python2.6/lib-dynload',
 '/usr/lib64/python2.6/site-packages',
 '/usr/lib64/python2.6/site-packages/gtk-2.0',
 '/usr/lib/python2.6/site-packages']

Server time:    Thu, 3 Jan 2013 04:28:55 -0800


Template-loader postmortem

Django tried loading these templates, in this order:

    Using loader django.template.loaders.filesystem.Loader:
/usr/lib/python2.6/site-packages/ReviewBoard-1.7.1-py2.6.egg/reviewboard/templates/admin/auth/user/change_list.html, admin/auth/change_list.html, admin/change_list.html (File does not exist)
    Using loader django.template.loaders.app_directories.Loader:
/usr/lib/python2.6/site-packages/django/contrib/admin/templates/admin/auth/user/change_list.html, admin/auth/change_list.html, admin/change_list.html (File does not exist) /usr/lib/python2.6/site-packages/django/contrib/auth/templates/admin/auth/user/change_list.html, admin/auth/change_list.html, admin/change_list.html (File does not exist) /usr/lib/python2.6/site-packages/Djblets-0.7.8-py2.6.egg/djblets/datagrid/templates/admin/auth/user/change_list.html, admin/auth/change_list.html, admin/change_list.html (File does not exist) /usr/lib/python2.6/site-packages/Djblets-0.7.8-py2.6.egg/djblets/extensions/templates/admin/auth/user/change_list.html, admin/auth/change_list.html, admin/change_list.html (File does not exist) /usr/lib/python2.6/site-packages/Djblets-0.7.8-py2.6.egg/djblets/feedview/templates/admin/auth/user/change_list.html, admin/auth/change_list.html, admin/change_list.html (File does not exist) /usr/lib/python2.6/site-packages/Djblets-0.7.8-py2.6.egg/djblets/log/templates/admin/auth/user/change_list.html, admin/auth/change_list.html, admin/change_list.html (File does not exist) /usr/lib/python2.6/site-packages/Djblets-0.7.8-py2.6.egg/djblets/pipeline/templates/admin/auth/user/change_list.html, admin/auth/change_list.html, admin/change_list.html (File does not exist) /usr/lib/python2.6/site-packages/Djblets-0.7.8-py2.6.egg/djblets/siteconfig/templates/admin/auth/user/change_list.html, admin/auth/change_list.html, admin/change_list.html (File does not exist) /usr/lib/python2.6/site-packages/Djblets-0.7.8-py2.6.egg/djblets/util/templates/admin/auth/user/change_list.html, admin/auth/change_list.html, admin/change_list.html (File does not exist) /usr/lib/python2.6/site-packages/django_pipeline-1.2.23-py2.6.egg/pipeline/templates/admin/auth/user/change_list.html, admin/auth/change_list.html, admin/change_list.html (File does not exist)
    Using loader djblets.extensions.loaders.function:

What operating system are you using? What browser?
RedHat 6.1 for server
Windows 7 and Mozilla Firefox/IE for client.

Please provide any additional information below.
I upgraded from RB 1.6.3 using easy_install -U ReviewBoard yesterday and that is an issue I noticed, now. It went pretty smooth besides Django which could not install and I installed it manually.


--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to