|
<tablewidth="100%" #FFFFA0>
Edit the FortuneCookies page to display randomly selected wisdom here.
|
| 2010-03-09 | |||||
| askikisyys | 18h 38m ago | hn [1-2] | |||
| 2010-03-08 | |||||
| DemeWikiHome | 10:32 | dsl-58-7-52-118 | |||
| 2010-03-05 | |||||
| pingguolala | 15:16 | hn | |||
| asnhdyssts | 15:02 | hn | |||
| 2010-02-17 | |||||
| fx-fx | 13:18 | KD210249054072 | |||
| 2010-02-15 | |||||
| dx+provide+Cheap+WOW+Gold | 08:57 | 62 | |||
| 2010-02-11 | |||||
| Job Interview | 18:05 | 119 | |||
| Help On Formatting | 17:59 | 122 | |||
| 2010-02-07 | |||||
| Crusher | 16:31 | 150-95 | |||
last, but not least, a randomly chosen page:
--> -->| | Please include this information in your bug reports!: Python Python 2.5.2: /usr/bin/python Linux piece 2.6.24-16-server #1 SMP Thu Apr 10 13:15:38 UTC 2008 x86_64 MoinMoin Release 1.2.4 [Revision 1.187] Wed Mar 10 03:45:54 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/moin/DemeWiki/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance at 0x7f8226728cf8>) |
| 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 at 0x7f82265f25f0>, query = 'RecentChanges', ).send_page undefined, self = <MoinMoin.request.RequestCGI instance at 0x7f8226728cf8>, count_hit undefined |
| /var/moin/DemeWiki/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance at 0x7f8222effea8>, request=<MoinMoin.request.RequestCGI instance at 0x7f8226728cf8>, msg='', **keywords={'count_hit': 1}) |
| 622 else: |
| 623 # parse the text and send the page content |
| 624 self.send_page_content(request, Parser, body) |
| 625 |
| 626 # check for pending footnotes |
| self = <MoinMoin.Page.Page instance at 0x7f8222effea8>, self.send_page_content = <bound method Page.send_page_content of <MoinMoin.Page.Page instance at 0x7f8222effea8>>, request = <MoinMoin.request.RequestCGI instance at 0x7f8226728cf8>, Parser = <class MoinMoin.parser.wiki.Parser at 0x7f8222dfe410>, body = '||&amp;amp;amp;lt;tablewidth="100%" #FFFFA0&...other wikis, see OpenWiki:WikiSites/Aggregation.\n' |
| /var/moin/DemeWiki/MoinMoin/Page.py in send_page_content(self=<MoinMoin.Page.Page instance at 0x7f8222effea8>, request=<MoinMoin.request.RequestCGI instance at 0x7f8226728cf8>, Parser=<class MoinMoin.parser.wiki.Parser at 0x7f8222dfe410>, body='||&amp;amp;amp;lt;tablewidth="100%" #FFFFA0&...other wikis, see OpenWiki:WikiSites/Aggregation.\n', needsupdate=0) |
| 721 |
| 722 try: |
| 723 exec code |
| 724 except 'CacheNeedsUpdate': # if something goes wrong, try without caching |
| 725 self.send_page_content(request, Parser, body, needsupdate=1) |
| code = <code object <module> at 0x7f8222dfaaf8, file "RecentChanges", line 2> |
| /var/moin/DemeWiki/RecentChanges in |
| /var/moin/DemeWiki/MoinMoin/formatter/base.py in macro(self=<MoinMoin.formatter.text_html.Formatter instance at 0x7f8222dde200>, macro_obj=<MoinMoin.wikimacro.Macro instance at 0x7f8222d88c68>, name='RandomPage', args='1') |
| 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 at 0x7f8222d88c68>, macro_obj.execute = <bound method Macro.execute of <MoinMoin.wikimacro.Macro instance at 0x7f8222d88c68>>, name = 'RandomPage', args = '1' |
| /var/moin/DemeWiki/MoinMoin/wikimacro.py in execute(self=<MoinMoin.wikimacro.Macro instance at 0x7f8222d88c68>, macro_name='RandomPage', args='1') |
| 110 return self._m_lang(macro_name, args) |
| 111 |
| 112 raise ImportError("Cannot load macro %s" % macro_name) |
| 113 |
| 114 def _m_lang(self, lang_name, text): |
| ImportError undefined, macro_name = 'RandomPage' |
