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.
/var/lib/python-support/python2.4/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object>)
- 1152 # Visit pagename
- 1153 self.page = Page(self, pagename)
- 1154 self.page.send_page(self, count_hit=1)
- 1155
- 1156 # generate page footer (actions that do not want this footer
- self = <MoinMoin.request.RequestCGI object>
- self.page = <MoinMoin.Page.Page instance>
- self.page.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance>>
- count_hit undefined
/var/lib/python-support/python2.4/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, msg='', **keywords={'count_hit': 1})
- 1218 and send_missing_page)):
- 1219 if self.default_formatter and not content_only:
- 1220 self._emptyPageText(request)
- 1221 elif content_only and send_missing_page:
- 1222 # We should send MissingPage but it is not there
- self = <MoinMoin.Page.Page instance>
- self._emptyPageText = <bound method Page._emptyPageText of <MoinMoin.Page.Page instance>>
- request = <MoinMoin.request.RequestCGI object>
/var/lib/python-support/python2.4/MoinMoin/Page.py in _emptyPageText (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>)
- 1396 missingpage.page_name = self.page_name
- 1397 missingpage._text_filename_force = missingpagefn
- 1398 missingpage.send_page(request, content_only=1, send_missing_page=1)
- 1399
- 1400
- missingpage = <MoinMoin.Page.Page instance>
- missingpage.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance>>
- request = <MoinMoin.request.RequestCGI object>
- content_only undefined
- send_missing_page undefined
/var/lib/python-support/python2.4/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, msg='', **keywords={'content_only': 1, 'send_missing_page': 1})
- 1234 format_args=pi_formatargs,
- 1235 do_cache=do_cache,
- 1236 start_line=pi_lines)
- 1237
- 1238 # check for pending footnotes
- start_line undefined
- pi_lines = 5
/var/lib/python-support/python2.4/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, Parser=<class MoinMoin.parser.wiki.Parser>, body=u"\n'''This page does not exist yet. You can create...[[EditTemplates]] ||<^> [[LikePages((none))]] ||\n", format_args=u'', do_cache=1, **kw={'start_line': 5})
- 1317 try:
- 1318 code = self.loadCache(request)
- 1319 self.execute(request, parser, code)
- 1320 except 'CacheNeedsUpdate':
- 1321 try:
- self = <MoinMoin.Page.Page instance>
- self.execute = <bound method Page.execute of <MoinMoin.Page.Page instance>>
- request = <MoinMoin.request.RequestCGI object>
- parser = <MoinMoin.parser.wiki.Parser instance>
- code = <code object ? at 0xb7d6d7e0, file "AcceptanceTestDrivenPlanning", line 2>
/var/lib/python-support/python2.4/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, parser=<MoinMoin.parser.wiki.Parser instance>, code=<code object ? at 0xb7d6d7e0, file "AcceptanceTestDrivenPlanning", line 2>)
- 1341 if hasattr(MoinMoin, '__loader__'):
- 1342 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
- 1343 exec code
- 1344
- 1345 def loadCache(self, request):
- code = <code object ? at 0xb7d6d7e0, file "AcceptanceTestDrivenPlanning", line 2>
/var/www/behaviour-driven/cgi-bin/AcceptanceTestDrivenPlanning in ?
Exception
CacheNeedsUpdate
- args = ('CacheNeedsUpdate',)
System Details
- Date: Tue, 13 May 2008 18:42:25 +0000
- Platform: Linux kenny.tastapod.com 2.6.9-023stab044.4-enterprise #1 SMP Thu May 24 17:41:23 MSD 2007 i686
- Python: Python 2.4.4 (/usr/bin/python)
- MoinMoin: Release 1.5.3 (release)