Re: Issue 1829 in reviewboard: Viewing the server log from the admin interface fails

2010-09-30 Thread reviewboard


Comment #3 on issue 1829 by Karrde712: Viewing the server log from the  
admin interface fails

http://code.google.com/p/reviewboard/issues/detail?id=1829

Please close this ticket.
It turned out to be a misconfiguration issue:  
http://groups.google.com/group/reviewboard/browse_thread/thread/84614717302bb01


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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.



Re: Issue 1829 in reviewboard: Viewing the server log from the admin interface fails

2010-09-30 Thread reviewboard

Updates:
Status: SetupIssue

Comment #4 on issue 1829 by trowbrds: Viewing the server log from the admin  
interface fails

http://code.google.com/p/reviewboard/issues/detail?id=1829

Thanks.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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.



Issue 1829 in reviewboard: Viewing the server log from the admin interface fails

2010-09-24 Thread reviewboard

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

New issue 1829 by Karrde712: Viewing the server log from the admin  
interface fails

http://code.google.com/p/reviewboard/issues/detail?id=1829

*NOTE: Do not post confidential information in this bug report.*

What version are you running?
ReviewBoard 1.5 RC2
Django 1.1.1

What's the URL of the page containing the problem?
https://fedorahosted.org/reviewboard/admin/log/server/

What steps will reproduce the problem?
1. Enable logging in the admin interface
2. Click on server log in the admin dashboard

What is the expected output? What do you see instead?
I expect to see the server log. I get a 500 instead.
The traceback below is found in the log on-disk

What operating system are you using? What browser?
Red Hat Enterprise Linux 5 (server)
Fedora 13 (client)
Mozilla Firefox 3.6.10

Please provide any additional information below.
Traceback (most recent call last):
  File /usr/lib/python2.4/site-packages/django/core/handlers/base.py,  
line 92, in get_response

response = callback(request, *callback_args, **callback_kwargs)
   
File /usr/lib/python2.4/site-packages/django/contrib/admin/views/decorators.py,  
line 33, in _checklogin

return view_func(request, *args, **kwargs)
  File /usr/lib/python2.4/site-packages/djblets/log/views.py, line 271,  
in server_log

response = render_to_response(template_name, RequestContext(request, {
  File /usr/lib/python2.4/site-packages/django/shortcuts/__init__.py,  
line 20, in render_to_response
return HttpResponse(loader.render_to_string(*args, **kwargs),  
**httpresponse_kwargs)
  File /usr/lib/python2.4/site-packages/django/template/loader.py, line  
103, in render_to_string

t = get_template(template_name)
  File /usr/lib/python2.4/site-packages/django/template/loader.py, line  
81, in get_template

source, origin = find_template_source(template_name)
  File /usr/lib/python2.4/site-packages/django/template/loader.py, line  
74, in find_template_source

raise TemplateDoesNotExist, name
TemplateDoesNotExist: log/log.html


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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.