Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#9126 closed defect (cantfix)

WebAdmin broken: AttributeError: Configuration instance has no attribute 'domain_name'

Reported by: jpoikela Owned by:
Priority: highest Milestone:
Component: admin/web Version:
Severity: blocker Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /admin/permissions/groups, Trac issued an internal error.

As project admin go the admin tab and click Group Members or Group Permissions it gives this error message. I can not administer the group at the moment.

Request parameters:

{'cat_id': u'permissions', 'panel_id': u'groups', 'path_info': None}

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7

System Information

Trac 0.12dev-r8334
Python 2.6.2 (release26-maint, Apr 19 2009, 02:15:38)
[GCC 4.3.3]
setuptools 0.6c9
MySQL server: "5.0.75-0ubuntu10.3-log", client: "5.0.75", thread-safe: 1
MySQLdb 1.2.3c1
Genshi 0.6dev-r1063
Babel -
mod_python 3.3.1
GIT 1.6.0.4
jQuery: 1.3.2

Python Traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/Trac-0.12dev_r8334-py2.6.egg/trac/web/main.py", line 467, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.6/dist-packages/Trac-0.12dev_r8334-py2.6.egg/trac/web/main.py", line 212, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.6/dist-packages/Trac-0.12dev_r8334-py2.6.egg/trac/admin/web_ui.py", line 114, in process_request
    path_info)
  File "/usr/local/lib/python2.6/dist-packages/MultiProject-1.0.96-py2.6.egg/multiproject/admin/usergroups.py", line 53, in render_admin_panel
    domain_name = conf.domain_name
AttributeError: Configuration instance has no attribute 'domain_name'

Attachments (0)

Change History (3)

comment:1 by Remy Blank, 14 years ago

Resolution: cantfix
Status: newclosed

PluginIssue (MultiProject).

comment:2 by Christian Boos, 14 years ago

Remy, you beat me to it ;-)

And I would add to the benefit of the reporter that his 0.12dev version is a bit old, lagging more than 1k changesets behind the latest. Consider upgrading.

in reply to:  2 comment:3 by Remy Blank, 14 years ago

Replying to cboos:

And I would add to the benefit of the reporter that his 0.12dev version is a bit old, lagging more than 1k changesets behind the latest. Consider upgrading.

Of course, otherwise he would have had a nice message on the error page saying the issue was very likely to come from the MultiProject plugin, and he wouldn't even have created this ticket ;-)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.