Modify

Opened 15 years ago

Closed 14 years ago

#5451 closed defect (duplicate)

VotePlugin failing on trac-admin upgrade

Reported by: p.pover@… Owned by: Ryan J Ollos
Priority: high Component: VotePlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Fails to run the trac-admin upgrade.

Traceback:

Traceback (most recent call last):
  File "/usr/bin/trac-admin", line 7, in ?
    sys.exit(
  File "/usr/lib64/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/admin/console.py", line 1249, in run
    return admin.onecmd(command)
  File "/usr/lib64/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/admin/console.py", line 104, in onecmd
    rv = cmd.Cmd.onecmd(self, line) or 0
  File "/usr/lib64/python2.4/cmd.py", line 219, in onecmd
    return func(arg)
  File "/usr/lib64/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/admin/console.py", line 1103, in do_upgrade
    if not self.__env.needs_upgrade():
  File "/usr/lib64/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/env.py", line 414, in needs_upgrade
    if participant.environment_needs_upgrade(db):
  File "build/bdist.linux-x86_64/egg/tracvote/__init__.py", line 142, in environment_needs_upgrade
  File "/usr/lib64/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/db/util.py", line 36, in __getattr__
    return getattr(self.cursor, name)
  File "/usr/lib64/python2.4/site-packages/sqlite/main.py", line 421, in __getattr__
    raise AttributeError, key
AttributeError: rollback

I noticed others had similar problems. Any way to fix this? I'm a bit of a Python novice, but a quick explanation on how to fix should get me going. Thanks.

Attachments (0)

Change History (2)

comment:1 Changed 14 years ago by Ryan J Ollos

Owner: changed from Alec Thomas to Ryan J Ollos

Reassigning ticket to new maintainer.

comment:2 Changed 14 years ago by Ryan J Ollos

Resolution: duplicate
Status: newclosed

Duplicate of #5245. Should be fixed with latest 0.11 version.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.