UserPreferences

AufgegebeneSeiten


Seiten, die seit Urzeiten nicht mehr geändert wurden; dies ist eine Liste der ältesten Einträge im Editlog.

--> -->
 
 
IndexErrorlist index out of range
Please include this information in your bug reports!:
Python Python 2.4.3: /usr/bin/python
Linux shiva.baka-sama.de 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:22:04 EDT 2011 x86_64
MoinMoin Release 1.2 [Revision 1.183]
Sun May 20 02:59:49 2012

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/fgwiki/lib/python2.2/site-packages/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance>)
  403 
  404                 if config.allow_extended_names:
  405                     Page(query).send_page(self, count_hit=1)
  406                 else:
  407                     from MoinMoin.parser.wiki import Parser
Page = <class MoinMoin.Page.Page>, query = 'AufgegebeneSeiten', ).send_page undefined, self = <MoinMoin.request.RequestCGI instance>, count_hit undefined

 /home/fgwiki/lib/python2.2/site-packages/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI instance>, msg='', **keywords={'count_hit': 1})
  607         else:
  608             # parse the text and send the page content
  609             self.send_page_content(request, Parser, body)
  610 
  611             # check for pending footnotes
self = <MoinMoin.Page.Page instance>, self.send_page_content = <bound method Page.send_page_content of <MoinMoin.Page.Page instance>>, request = <MoinMoin.request.RequestCGI instance>, Parser = <class MoinMoin.parser.wiki.Parser>, body = 'Seiten, die seit Urzeiten nicht mehr ge\xe4ndert wu...ltesten Eintr\xe4ge im Editlog.\n\n[[AbandonedPages]]\n'

 /home/fgwiki/lib/python2.2/site-packages/MoinMoin/Page.py in send_page_content(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI instance>, Parser=<class MoinMoin.parser.wiki.Parser>, body='Seiten, die seit Urzeiten nicht mehr ge\xe4ndert wu...ltesten Eintr\xe4ge im Editlog.\n\n[[AbandonedPages]]\n', needsupdate=0)
  697             code = marshal.loads(cache.content())
  698         try:
  699             exec code
  700         except 'CacheNeedsUpdate': # if something goes wrong, try without caching
  701            self.send_page_content(request, Parser, body, needsupdate=1)
code = <code object ? at 0xcd8dd50, file "AufgegebeneSeiten", line 2>

 /home/fgwiki/web/html/AufgegebeneSeiten

 /home/fgwiki/lib/python2.2/site-packages/MoinMoin/formatter/base.py in macro(self=<MoinMoin.formatter.text_html.Formatter instance>, macro_obj=<MoinMoin.wikimacro.Macro instance>, name='AbandonedPages', args=None)
  160     def macro(self, macro_obj, name, args):
  161         # call the macro
  162         return macro_obj.execute(name, args)    
  163 
  164     def processor(self, processor_name, lines):
macro_obj = <MoinMoin.wikimacro.Macro instance>, macro_obj.execute = <bound method Macro.execute of <MoinMoin.wikimacro.Macro instance>>, name = 'AbandonedPages', args = None

 /home/fgwiki/lib/python2.2/site-packages/MoinMoin/wikimacro.py in execute(self=<MoinMoin.wikimacro.Macro instance>, macro_name='AbandonedPages', args=None)
   99         macro = wikiutil.importPlugin('macro', macro_name)
  100         if macro:
  101             return macro(self, args)
  102 
  103         builtins = vars(self.__class__)
macro = <function execute>, self = <MoinMoin.wikimacro.Macro instance>, args = None

 /home/fgwiki/lib/python2.2/site-packages/MoinMoin/macro/AbandonedPages.py in execute(macro=<MoinMoin.wikimacro.Macro instance>, args=None)
   13 from MoinMoin.macro import RecentChanges
   14 
   15 def execute(macro, args):
   16     return RecentChanges.execute(macro, args, abandoned=1)
   17 
global RecentChanges = <module 'MoinMoin.macro.RecentChanges' from '/ho.../site-packages/MoinMoin/macro/RecentChanges.pyc'>, RecentChanges.execute = <function execute>, macro = <MoinMoin.wikimacro.Macro instance>, args = None, abandoned undefined

 /home/fgwiki/lib/python2.2/site-packages/MoinMoin/macro/RecentChanges.py in execute(macro=<MoinMoin.wikimacro.Macro instance>, args=None, **kw={'abandoned': 1})
  216     # handle abandoned keyword
  217     if kw.get('abandoned', 0):
  218         print_abandoned(macro, args, **kw)
  219         return ''
  220 
global print_abandoned = <function print_abandoned>, macro = <MoinMoin.wikimacro.Macro instance>, args = None, kw = {'abandoned': 1}

 /home/fgwiki/lib/python2.2/site-packages/MoinMoin/macro/RecentChanges.py in print_abandoned(macro=<MoinMoin.wikimacro.Macro instance>, args=None, **kw={'abandoned': 1})
  181     day_count = 0
  182     
  183     line = last_edits[index]
  184     line.time_tuple = request.user.getTime(line.ed_time)
  185     this_day = line.time_tuple[0:3]
line undefined, last_edits = [], index = 0

IndexError: list index out of range
      __doc__ = 'Sequence index out of range.'
      __getitem__ = <bound method IndexError.__getitem__ of <exceptions.IndexError instance>>
      __init__ = <bound method IndexError.__init__ of <exceptions.IndexError instance>>
      __module__ = 'exceptions'
      __str__ = <bound method IndexError.__str__ of <exceptions.IndexError instance>>
      args = ('list index out of range',)