• Immutable Page
  • Info
  • Attachments

KernelNewbiesES

--> -->

Exception

CacheNeedsUpdate

If you want to report a bug, please save this page and attach it to your bug report.

Traceback

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

  1. /var/www/moin-test/MoinMoin/request.py in run (self=<MoinMoin.request.RequestFastCGI object>)

    1. 1023 # Visit pagename
    2. 1024 self.page = Page(self, pagename)
    3. 1025 self.page.send_page(self, count_hit=1)
    4. 1026
    5. 1027 # generate page footer (actions that do not want this footer
    • self = <MoinMoin.request.RequestFastCGI object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance>>
    • count_hit undefined
  2. /var/www/moin-test/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestFastCGI object>, msg='', **keywords={'count_hit': 1})

    1. 1209 format_args=pi_formatargs,
    2. 1210 do_cache=do_cache,
    3. 1211 start_line=pi_lines)
    4. 1212
    5. 1213 # check for pending footnotes
    • start_line undefined
    • pi_lines = 0
  3. /var/www/moin-test/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestFastCGI object>, Parser=<class MoinMoin.parser.wiki.Parser>, body=u'Bienvenidos al wiki de [http://es.kernelnewbies....s t\xe9cnicos? Contacte a FelipeCeballos v\xeda email.\n', format_args='', do_cache=1, **kw={'start_line': 0})

    1. 1293 try:
    2. 1294 code = self.loadCache(request)
    3. 1295 self.execute(request, parser, code)
    4. 1296 except 'CacheNeedsUpdate':
    5. 1297 try:
    • self = <MoinMoin.Page.Page instance>
    • self.execute = <bound method Page.execute of <MoinMoin.Page.Page instance>>
    • request = <MoinMoin.request.RequestFastCGI object>
    • parser = <MoinMoin.parser.wiki.Parser instance>
    • code = <code object ? at 0x38f1c00, file "KernelNewbiesES", line 2>
  4. /var/www/moin-test/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestFastCGI object>, parser=<MoinMoin.parser.wiki.Parser instance>, code=<code object ? at 0x38f1c00, file "KernelNewbiesES", line 2>)

    1. 1318 if hasattr(MoinMoin, '__loader__'):
    2. 1319 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
    3. 1320 exec code
    4. 1321
    5. 1322 def loadCache(self, request):
    • code = <code object ? at 0x38f1c00, file "KernelNewbiesES", line 2>
  5. /var/www/moin-test/wiki/server/KernelNewbiesES in ?

Exception

CacheNeedsUpdate

  • args = ('CacheNeedsUpdate',)

System Details