[Moin-user] getHandler returns none on search?
Alan Ezust
alan.ezust at gmail.com
Sat Mar 4 10:08:03 EST 2006
I have a wikifarm, and on one of the wikis in the farm, with its own
data directory, I am unable to search. Any time I try, I get this
error:
So why would getHandler return None?
1. /usr/lib/python2.3/site-packages/MoinMoin/request.py in run
(self=<MoinMoin.request.RequestCGI object>)
1086 from MoinMoin.wikiaction import getHandler
1087 handler = getHandler(self, action)
---> 1088 handler(self.page.page_name, self)
1089
1090 # 5. Or redirect to another page
* handler = None
* self = <MoinMoin.request.RequestCGI object>
* self.page = <MoinMoin.Page.Page instance>
* self.page.page_name = u'Services'
TypeError: 'NoneType' object is not callable
* args = ("'NoneType' object is not callable",)
System Details
Date: Sat, 04 Mar 2006 18:03:34 +0000
Platform: Linux lazarus 2.6.14-kanotix-9 #1 PREEMPT Wed Dec 28
10:17:53 CET 2005 i686
Python: Python 2.3.5 (/usr/bin/python)
MoinMoin: Release 1.5.2 (release)
More information about the Moin-user
mailing list