Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#1854 closed defect (invalid)

__init__() takes at most 4 arguments (5 given)

Reported by: Markus Tacker <m@…> Owned by: Christopher Lenz
Priority: normal Milestone:
Component: web frontend/mod_python Version: devel
Severity: blocker Keywords:
Cc: m@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Oops…

Trac detected an internal error:

init() takes at most 4 arguments (5 given)
Traceback (most recent call last):

File "/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line 203, in handler

dispatch_request(mpr.path_info, mpr, env)

File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 426, in dispatch_request

authenticator = Authenticator(db, req, check_ip, ignore_case)

TypeError: init() takes at most 4 arguments (5 given)

Attachments (0)

Change History (1)

comment:1 by Markus Tacker <m@…>, 19 years ago

Resolution: invalid
Status: newclosed

Closed. Resolved by removing /usr/lib/python2.3/site-packages/trac/ prior to upgrading.

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.