| | Please include this information in your bug reports!: Python Python 2.6.6: /usr/bin/python Linux titans 2.6.32.45-grsec-2.2.2-r2 #7 SMP Tue Sep 13 22:11:17 PDT 2011 x86_64 MoinMoin Release 1.3.5pre [Revision 1.3.5 release] Wed Feb 22 15:41:34 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/gaz/moin/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI object>) |
| 854 if self.cfg.allow_extended_names: |
| 855 self.page = Page(self, pagename) |
| 856 self.page.send_page(self, count_hit=1) |
| 857 else: |
| 858 # TODO: kill this. Why disable allow extended names? |
| 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 |
| /home/gaz/moin/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, msg='', **keywords={'count_hit': 1}) |
| 1152 else: |
| 1153 # parse the text and send the page content |
| 1154 self.send_page_content(request, Parser, body, format_args=pi_formatargs, do_cache=do_cache) |
| 1155 |
| 1156 # 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 object>, Parser = <class MoinMoin.parser.wiki.Parser>, body = u'\n||<tablestyle="width: 100%; background: #E6EAF0...other wikis, see OpenWiki:WikiSites/Aggregation.\n', format_args undefined, pi_formatargs = u'', do_cache = 1 |
| /home/gaz/moin/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||<tablestyle="width: 100%; background: #E6EAF0...other wikis, see OpenWiki:WikiSites/Aggregation.\n', needsupdate=0, format_args=u'', do_cache=1) |
| 1312 __file__ = os.path.join(moinmodule.__loader__.archive, 'dummy') |
| 1313 |
| 1314 exec code |
| 1315 except 'CacheNeedsUpdate': |
| 1316 # if something goes wrong, try without caching |
| code = <code object <module> at 0xd1b558, file "RecentChanges", line 2> |
| /home/gaz/wiki.azazil.net/RecentChanges in |
Azazil Wiki