Modify ↓
#5764 closed defect (fixed)
Installation Upgrade Failure
Reported by: | Owned by: | Russ Tyndall | |
---|---|---|---|
Priority: | normal | Component: | NeverNotifyUpdaterPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
The following installation steps produce an error:
- Correctly installed the plugin using the standard procedure (confirmed that the egg file exists in the Python26\Lib\site-packages directory
- Configured the components section of the ini file to include
nevernotifyupdaterplugin.* = enabled
- Ran
trac-admin path/to/project upgrade
- The following error is produced:
C:\apps\Python26\Scripts>trac-admin c:/apps/trac/sandbox upgrade Traceback (most recent call last): File "C:\apps\Python26\Scripts\trac-admin-script.py", line 8, in <module> load_entry_point('Trac==0.11.5', 'console_scripts', 'trac-admin')() File "C:\apps\Python26\lib\site-packages\trac-0.11.5-py2.6-win32.egg\trac\adm n\console.py", line 1314, in run return admin.onecmd(command) File "C:\apps\Python26\lib\site-packages\trac-0.11.5-py2.6-win32.egg\trac\adm n\console.py", line 133, in onecmd rv = cmd.Cmd.onecmd(self, line) or 0 File "C:\apps\Python26\lib\cmd.py", line 219, in onecmd return func(arg) File "C:\apps\Python26\lib\site-packages\trac-0.11.5-py2.6-win32.egg\trac\adm n\console.py", line 1149, in do_upgrade if not self.__env.needs_upgrade(): File "C:\apps\Python26\lib\site-packages\trac-0.11.5-py2.6-win32.egg\trac\env py", line 429, in needs_upgrade if participant.environment_needs_upgrade(db): AttributeError: 'NeverNotifyUpdaterSetupParticipant' object has no attribute 'e vironment_needs_upgrade'
As a test I modified one of my own tickets and still received an email.
Attachments (0)
Change History (5)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
sorry for the delay, I dont always get my notifications from trachacks.
There will be a fix pushed momentarily (testing now)
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Same for me
Traceback (most recent call last):
AttributeError: 'NeverNotifyUpdaterSetupParticipant' object has no attribute 'environment_needs_upgrade'