Hello, Could you file a new bug with this new problem, so it's easier to track this new problem.
On Tue, 2009-12-08 at 09:34 -0500, Brent S. Elmer Ph.D. wrote: > > I get the following error in the apache log: > > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] mod_wsgi (pid=16961): > Exception occurred processing WSGI script '/var/www/profitwiki/moin.wsgi'. > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] Traceback (most recent > call last): > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] File > "/usr/lib/pymodules/python2.5/werkzeug/utils.py", line 248, in __call__ > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] return > self.app(environ, start_response) > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] File > "/usr/lib/pymodules/python2.5/MoinMoin/wsgiapp.py", line 251, in __call__ > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] response = > run(context) > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] File > "/usr/lib/pymodules/python2.5/MoinMoin/wsgiapp.py", line 70, in run > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] response = > dispatch(request, context, action_name) > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] File > "/usr/lib/pymodules/python2.5/MoinMoin/wsgiapp.py", line 118, in dispatch > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] response = > handle_action(context, pagename, action_name) > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] File > "/usr/lib/pymodules/python2.5/MoinMoin/wsgiapp.py", line 177, in handle_action > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] > handler(context.page.page_name, context) > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] File > "/usr/lib/pymodules/python2.5/MoinMoin/action/__init__.py", line 261, in > do_show > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] > content_only=content_only, > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] File > "/usr/lib/pymodules/python2.5/MoinMoin/Page.py", line 1134, in send_page > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] > request.user.addTrail(self) > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] File > "/usr/lib/pymodules/python2.5/MoinMoin/user.py", line 882, in addTrail > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] if > self._wantTrail(): > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] File > "/usr/lib/pymodules/python2.5/MoinMoin/user.py", line 874, in _wantTrail > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] return (not > self.valid and self._request.cfg.cookie_lifetime[0] # anon sessions enabled > [Tue Dec 08 09:29:23 2009] [error] [client 127.0.0.1] TypeError: 'int' object > is unsubscriptable What did you do? (did you just load the page?) Do you have one of the cookie_lifetime declared in one of the wiki configuration files (/etc/moin/*)? If you do, can you disable it If you don't, can you enable, with "cookie_lifetime = (0,12)" Note that cookie_lifetime must be a tuple, see http://moinmo.in/HelpOnSessions#Session_related_configuration Franklin -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org