I'm running the accountmanager plugin from svn: TracAccountManager-0.1.3dev_r2171-py2.4.egg
the server is debian etch / apache 2.2.3-4 / modpython 3.2.10-4 / trac 0.10.3-1. I get the error below. the problem is: the error is unstable - reload sometimes helps. also I have about 10 trac projects, each with the same software and plugins, and on about half of the project it works out of the box, on the others it doesn't / I can try with reload till it works. no idea if it will work for other users. also it is not a config problem as suggested in the error message, since the same config works on some project or after an apache restart or reload. if I stop and start apache, it works for a different set of my projects, i.e. new game, new chance. I can't run trac without the accountmanager (way too much spam), but while it is unstable like this the web site is not very useable (anonymous editing disabled because of spam). what can I do? thanks for your help. Regards, Andreas full error message: Oops... Trac detected an internal error: If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team. Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below. TracGuide -- The Trac User and Administration Guide Python Traceback Traceback (most recent call last): File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/var/lib/python-support/python2.4/trac/web/main.py", line 182, in dispatch req.authname = self.authenticate(req) File "/var/lib/python-support/python2.4/trac/web/main.py", line 146, in authenticate authname = authenticator.authenticate(req) File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 334, in wrap File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 344, in authenticate File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 371, in _remote_user File "build/bdist.linux-x86_64/egg/acct_mgr/api.py", line 104, in check_password File "build/bdist.linux-x86_64/egg/acct_mgr/api.py", line 120, in password_store File "/var/lib/python-support/python2.4/trac/config.py", line 379, in __get__ raise AttributeError('Cannot find an implementation of the "%s" ' AttributeError: Cannot find an implementation of the "IPasswordStore" interface named "HtPasswdStore". Please update the option account-manager.password_store in trac.ini. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
