Opened 11 years ago
Closed 10 years ago
#11323 closed defect (cantfix)
AttributeError: Cannot find an implementation of the "IPermissionStore" interface named "UserExtensiblePermissionStore". Please update the option trac.permission_store in trac.ini.
Reported by: | Owned by: | branson | |
---|---|---|---|
Priority: | high | Component: | DirectoryAuthPlugin |
Severity: | normal | Keywords: | AttributeError |
Cc: | Trac Release: | 1.0 |
Description
Hi, After installation of DirectoryAuthPlugin I run project db upgrade but trac-admin says: Database is up to date, no upgrade necessary. So I restarted my webserver with new trac.ini values and on my page I got an error: AttributeError: Cannot find an implementation of the "IPermissionStore" interface named "UserExtensiblePermissionStore". Please update the option trac.permission_store in trac.ini.
Any ideas what could go wrong? I'm using SQLite if that matters
Thanks, Pawel
Attachments (1)
Change History (5)
comment:1 follow-up: 2 Changed 11 years ago by
comment:2 Changed 11 years ago by
Replying to rjollos:
It sounds like the component is failing to load. Please try turning on TracLogging, and you should find some error messages about components failing to load when the log level is Debug.
I turned on logging it says nothing more unfortunately... Please find attached log, maybe you'll find something I've missed.
Thanks, Pawel
comment:3 Changed 11 years ago by
Yeah, it looks like the plugin is not installed at all. How did you install it? Maybe try running the installer again and see if any errors are reported.
comment:4 Changed 10 years ago by
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Closing since there has been no additional feedback. Please let us know if you wish to continue debugging the issue.
It sounds like the component is failing to load. Please try turning on TracLogging, and you should find some error messages about components failing to load when the log level is Debug.