I'm wondering if any one out there might be able to explain to me what this means?
I've installed TRAC on a PLESK (9.5.4) managed VPS. I can get the site to run properly under tracd and a dediciated port, but when I try to run it under mod_python, the following error comes up:
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/trac/web/api.py", line 440, in send_error
data, 'text/html')
File "/usr/lib64/python2.4/site-packages/trac/web/chrome.py", line 827, in render_template
message = req.session.pop('chrome.%s.%d' % (type_, i))
File "/usr/lib64/python2.4/site-packages/trac/web/api.py", line 216, in __getattr__
value = self.callbacks[name](self)
File "/usr/lib64/python2.4/site-packages/trac/web/main.py", line 300, in _get_session
return Session(self.env, req)
File "/usr/lib64/python2.4/site-packages/trac/web/session.py", line 192, in __init__
if req.authname == 'anonymous':
File "/usr/lib64/python2.4/site-packages/trac/web/api.py", line 216, in __getattr__
value = self.callbacks[name](self)
File "/usr/lib64/python2.4/site-packages/trac/web/main.py", line 158, in authenticate
for authenticator in self.authenticators:
File "/usr/lib64/python2.4/site-packages/trac/core.py", line 78, in extensions
return filter(None, [component.compmgr[cls] for cls in extensions])
File "/usr/lib64/python2.4/site-packages/trac/trac/core.py", line 211, in __getitem__
raise TracError('Component "%s" not registered' % cls.__name__)
TracError: Component "LoginModule" not registered
I'm running the admin manager plugin as well, so I actually have LoginModule disabled in the trac.ini .
Any ideas or suggestions what I should look at to diagnose this? There's nothing hitting the servers error logs.
Thanks in advance!