Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#5042 closed defect (worksforme)

Component error in webadmin

Reported by: ismail.mayat@… Owned by: Christopher Lenz
Priority: low Milestone:
Component: admin/web Version: 0.10.3.1
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When clicking component link in webadmin i get the following error:

Traceback (most recent call last):
  File "C:\Python23\Lib\site-packages\trac\web\main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python23\Lib\site-packages\trac\web\main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "C:\Python23\lib\site-packages\tracwebadmin-0.1dev_r2440-py2.3.egg\webadmin\web_ui.py", line 105, in process_request
    path_info)
  File "C:\Python23\lib\site-packages\tracwebadmin-0.1dev_r2440-py2.3.egg\webadmin\ticket.py", line 98, in process_admin_request
    if restrict_owner in util.TRUE:
AttributeError: 'module' object has no attribute 'TRUE'

Attachments (0)

Change History (2)

comment:1 by Emmanuel Blot, 18 years ago

Resolution: worksforme
Status: newclosed

Have a look at WebAdmin#PluginVersions.

You've reported that you use 0.10.3.1, which means that you need to use the latest version of the WebAdmin plugin.
However your traceback shows that you are using an old version of the plugin which is explicitly marked as written for 0.9

Feel free to re-open this ticket if the problem still shows up when you use the right version of the plugin with your Trac installation.

comment:2 by ismail.mayat@…, 18 years ago

Priority: highlow
Severity: normalminor

eblot,

Many thanks for this. I downloaded latest source this version works. Great plugin!

Regards

Ismail

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz 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.