Issue 640: Admin->Settings->General->Site Settings->Server adds an extra
slash to the end of the url.
http://code.google.com/p/reviewboard/issues/detail?id=640
Comment #7 by gicode:
OK. Not sure where the log files are supposed to be but I found the Debug
setting
again. Here is the trace.
Traceback:
File "/var/lib/python-support/python2.5/django/core/handlers/base.py" in
get_response
77. request.path_info)
File "/var/lib/python-support/python2.5/django/core/urlresolvers.py" in
resolve
180. sub_match = pattern.resolve(new_path)
File "/var/lib/python-support/python2.5/django/core/urlresolvers.py" in
resolve
178. for pattern in self.urlconf_module.urlpatterns:
File "/var/lib/python-support/python2.5/django/core/urlresolvers.py" in
_get_urlconf_module
197. self._urlconf_module = __import__(self.urlconf_name, {},
{}, [''])
File "/home/rusty/workspace/reviewboard/urls.py" in <module>
24. load_site_config()
File "/home/rusty/workspace/reviewboard/admin/siteconfig.py" in
load_site_config
105. apply_django_settings(siteconfig, settings_map)
File "/home/rusty/workspace/reviewboard/djblets/siteconfig/django_settings.py"
in
apply_django_settings
153. value = siteconfig.get(key)
File "/home/rusty/workspace/reviewboard/djblets/siteconfig/models.py" in get
59. return self.settings.get(key, default)
Exception Type: AttributeError at /reviewboard/
Exception Value: 'unicode' object has no attribute 'get'
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/reviewboard-issues?hl=en
-~----------~----~----~----~------~----~------~--~---