Modify ↓
Opened 18 years ago
Closed 18 years ago
#3404 closed defect (invalid)
Plugins loaded from global plugins directory don't work
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | devel |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
If I place a plugin in my global plugins directory, then the debug log will tell me that it loaded, but it won't actually do anything. If I copy that plugin into the project directory, it works fine.
The plugin I've tried it with is TracUnixGroups, as it's simple, hasn't changed between 0.9 and 0.10, and is the only one I'm using at the moment (although I have every intention to load my 0.10 install up with about a dozen trac-hacks).
Reproduced on r3520.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Plugins installed for a single project are enabled by default, but plugins installed globally need to be explicitly enabled. See TracPlugins#Enablingtheplugin