Pagine che non sono più state modificate dall'inizio dei tempi (letteramente); si tratta delle voci più vecchie presenti nel registro delle modifiche.
| IndexErrorlist index out of range | Please include this information in your bug reports!: Python Python 2.2.3: /usr/bin/python2.2 Linux homer.rhein-zeitung.de 2.4.31-grsec #6 SMP Thu Jul 6 14:29:07 CEST 2006 i686 MoinMoin Release 1.2 [Revision 1.181] Fri Jul 30 00:39:11 2010 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /var/www/virtualdomains/colix01/lib/python/MoinMoin/request.py in run(self=<MoinMoin.request.RequestFastCGI instance>) |
| 450 else: |
| 451 try: |
| 452 cgitb.Hook(file=self).handle(saved_exc) |
| 453 # was: cgitb.handler() |
| 454 except: |
| cgitb = <module 'MoinMoin.support.cgitb' from '/var/www/...s/colix01/lib/python/MoinMoin/support/cgitb.pyc'>, cgitb.Hook = <class MoinMoin.support.cgitb.Hook>, file undefined, self = <MoinMoin.request.RequestFastCGI instance>, ).handle undefined, saved_exc = (<class exceptions.IndexError>, <exceptions.IndexError instance>, <traceback object>) |
| /var/www/virtualdomains/colix01/lib/python/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestFastCGI instance>, msg='', **keywords={'count_hit': 1}) |
| 605 else: |
| 606 # parse the text and send the page content |
| 607 self.send_page_content(request, Parser, body) |
| 608 |
| 609 # 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.RequestFastCGI instance>, Parser = <class MoinMoin.parser.wiki.Parser>, body = "Pagine che non sono pi\xf9 state modificate dall'in...el registro delle modifiche.\n\n[[AbandonedPages]]\n" |
| /var/www/virtualdomains/colix01/lib/python/MoinMoin/Page.py in send_page_content(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestFastCGI instance>, Parser=<class MoinMoin.parser.wiki.Parser>, body="Pagine che non sono pi\xf9 state modificate dall'in...el registro delle modifiche.\n\n[[AbandonedPages]]\n", needsupdate=0) |
| 695 code = marshal.loads(cache.content()) |
| 696 try: |
| 697 exec code |
| 698 except 'CacheNeedsUpdate': # if something goes wrong, try without caching |
| 699 self.send_page_content(request, Parser, body, needsupdate=1) |
| code = <code object ? at 0x8337618, file "PagineAbbandonate", line 2> |
| ? |
| /var/www/virtualdomains/colix01/lib/python/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 |
| /var/www/virtualdomains/colix01/lib/python/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 |
| /var/www/virtualdomains/colix01/lib/python/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 '/va...x01/lib/python/MoinMoin/macro/RecentChanges.pyc'>, RecentChanges.execute = <function execute>, macro = <MoinMoin.wikimacro.Macro instance>, args = None, abandoned undefined |
| /var/www/virtualdomains/colix01/lib/python/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} |
| /var/www/virtualdomains/colix01/lib/python/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',)
