Modify ↓
Opened 17 years ago
Closed 17 years ago
#2989 closed defect (fixed)
Unable to make it work on 0.11
Reported by: | Owned by: | Russ Tyndall | |
---|---|---|---|
Priority: | normal | Component: | NeverNotifyUpdaterPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Tried to download zip, then run setup.py install, also tried with easy_install - the same result, don't see this plugin in Administration/Plugins and it doesn't seem to be working too. It does appear in site-packages, that's all. Tried to add to configuration nevernotifyupdaterplugin.* = enabled, same result.
Attachments (0)
Change History (4)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:2 Changed 17 years ago by
Looking at this further nothing has changed between revisions unless it is calling a different code path.
Please look for errors in your logs
Thanks, Russ
comment:3 Changed 17 years ago by
I had the same problem - no plugin in the list - but it is working! No error messages in the log. Thanks Russ! This will make things a lot easier.
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Glad this helped!
Cheers,
Russ
Note: See
TracTickets for help on using
tickets.
Its very possible that something in trac 11 has changed since I created this (as trac 11 is the development branch). I will check into this and try to add a patch.
I am not sure why, but even when functioning properly this does not show up in the plugin list, but does work. It might just be that because this is a patch that overwrites part of the trac base rather than adding functionality at a specified plugin point, that trac has no way of inferring that there is a plugin there.
Adding the nevernotifyupdaterplugin.* = enabled in the [components] section is an essential step. Are you sure that you restarted trac after setting that?
I will check into this, but if there are any errors appearing in your Trac Log it would be very helpful to post them here.
Thanks,
Russ