[Moin-user] 1.8.4/1.8.8 crash on save

Peter Olsen pcolsen at gmail.com
Sun Aug 14 10:54:35 EDT 2011


I keep getting the following error whenever I try to save a page in  
either Moin 1.8.4 and 1.8.8.
I was running 1.8.4 without trouble when I started getting a  
persistent CacheError.  I ran cleancache and now I'm getting these  
errors.  Preview works but I can't save.  Can anyone suggest a fix?  I  
want to upgrade, but I don't want to do so until my current wiki is  
running correctly.

Traceback (most recent call last):
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/request/ 
__init__.py", line 1311, in run
     handler(self.page.page_name, self)
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/action/ 
edit.py", line 164, in execute
     savemsg = pg.saveText(savetext, rev, trivial=trivial,  
comment=comment)
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/PageEditor.py",  
line 1108, in saveText
     results = send_event(presave)
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/events/ 
__init__.py", line 241, in send_event
     for handle in cfg.event_handlers:
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/config/ 
multiconfig.py", line 438, in getter
     self._event_handlers = events.get_handlers(self)
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/events/ 
__init__.py", line 219, in get_handlers
     handler = wikiutil.importPlugin(cfg, "events", name, "handle")
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/wikiutil.py",  
line 1118, in importPlugin
     return importWikiPlugin(cfg, kind, name, function)
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/wikiutil.py",  
line 1133, in importWikiPlugin
     return importNameFromPlugin(moduleName, function)
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/wikiutil.py",  
line 1157, in importNameFromPlugin
     module = __import__(moduleName, globals(), {}, fromlist)
ValueError: Empty module name

Additionally cgitb raised this exception:
Traceback (most recent call last):
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/failure.py",  
line 176, in handle
     handler.handle(savedError)
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/support/ 
cgitb.py", line 576, in handle
     doc = view.format(formatter, self.context)
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/support/ 
cgitb.py", line 354, in format
     return formatter.section(self.formatContent(), {'class': 'cgitb'})
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/failure.py",  
line 44, in formatContent
     self.formatDebugInfo(),
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/failure.py",  
line 100, in formatDebugInfo
     self.formatTraceback(),
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/failure.py",  
line 113, in formatTraceback
     return self.formatAllTracebacks(self.formatOneTraceback)
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/failure.py",  
line 125, in formatAllTracebacks
     tracebacks.append(formatFuction((ttype, tvalue, tb)))
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/support/ 
cgitb.py", line 434, in formatOneTraceback
     self.formatter.orderedList(self.tracebackFrames(info),
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/support/ 
cgitb.py", line 445, in tracebackFrames
     frames.append(frame.format(self.formatter))
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/support/ 
cgitb.py", line 201, in format
     vars, highlight = self.scan()
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/support/ 
cgitb.py", line 290, in scan
     vars = self.scanVariables(reader)
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/support/ 
cgitb.py", line 305, in scanVariables
     value = getattr(parent, token, __UNDEF__)
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/config/ 
multiconfig.py", line 438, in getter
     self._event_handlers = events.get_handlers(self)
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/events/ 
__init__.py", line 219, in get_handlers
     handler = wikiutil.importPlugin(cfg, "events", name, "handle")
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/wikiutil.py",  
line 1118, in importPlugin
     return importWikiPlugin(cfg, kind, name, function)
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/wikiutil.py",  
line 1133, in importWikiPlugin
     return importNameFromPlugin(moduleName, function)
   File "/Volumes/OLSEN_PERS3/Wiki/moin-1.8.4/MoinMoin/wikiutil.py",  
line 1157, in importNameFromPlugin
     module = __import__(moduleName, globals(), {}, fromlist)
ValueError: Empty module name




More information about the Moin-user mailing list