|
Edit the FortuneCookies page to display randomly selected wisdom here.
|
| 2008-04-28 | |||||
| GautamMani | 05:46 | ||||
| 2007-11-03 | |||||
| FrontPage | 08:26 | ||||
| 2004-10-01 | |||||
| AdminPage | 10:34 | ||||
| JFetch/ Installation | 07:09 | ||||
| JFetch/ Configure | 07:04 | ||||
| 2004-09-30 | |||||
| JFetch/Download | 11:14 | ||||
| JFetch/About | 11:12 | ||||
| JFetch | 10:52 | ||||
| JFetch/Features | 10:47 | ||||
| Gautam Mani/ Software | 09:55 | ||||
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 hosting33.com 2.6.32.9-grsec #1 Tue Mar 16 04:04:57 EDT 2010 i686 MoinMoin Release 1.2.3 [Revision 1.186] Fri Sep 10 08:29:32 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.
| /home/execve/moin/lib/python/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance at 0x4020474c>) |
| 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 0x4054bfbc>, query = 'RecentChanges', ).send_page undefined, self = <MoinMoin.request.RequestCGI instance at 0x4020474c>, count_hit undefined |
| /home/execve/moin/lib/python/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance at 0x403e018c>, request=<MoinMoin.request.RequestCGI instance at 0x4020474c>, msg='', **keywords={'count_hit': 1}) |
| 609 else: |
| 610 # parse the text and send the page content |
| 611 self.send_page_content(request, Parser, body) |
| 612 |
| 613 # check for pending footnotes |
| self = <MoinMoin.Page.Page instance at 0x403e018c>, self.send_page_content = <bound method Page.send_page_content of <MoinMoin.Page.Page instance at 0x403e018c>>, request = <MoinMoin.request.RequestCGI instance at 0x4020474c>, Parser = <class MoinMoin.parser.wiki.Parser at 0x403dd08c>, body = '||<tablewidth="100%" #FFFFA0> [[RandomQuote()]]|...other wikis, see OpenWiki:WikiSites/Aggregation.\n' |
| /home/execve/moin/lib/python/MoinMoin/Page.py in send_page_content(self=<MoinMoin.Page.Page instance at 0x403e018c>, request=<MoinMoin.request.RequestCGI instance at 0x4020474c>, Parser=<class MoinMoin.parser.wiki.Parser at 0x403dd08c>, body='||<tablewidth="100%" #FFFFA0> [[RandomQuote()]]|...other wikis, see OpenWiki:WikiSites/Aggregation.\n', needsupdate=0) |
| 708 |
| 709 try: |
| 710 exec code |
| 711 except 'CacheNeedsUpdate': # if something goes wrong, try without caching |
| 712 self.send_page_content(request, Parser, body, needsupdate=1) |
| code = <code object <module> at 0x403db5c0, file "RecentChanges", line 2> |
| /home/execve/www/www/wiki/RecentChanges in |
| /home/execve/moin/lib/python/MoinMoin/formatter/base.py in macro(self=<MoinMoin.formatter.text_html.Formatter instance at 0x403bc78c>, macro_obj=<MoinMoin.wikimacro.Macro instance at 0x403ce78c>, 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 0x403ce78c>, macro_obj.execute = <bound method Macro.execute of <MoinMoin.wikimacro.Macro instance at 0x403ce78c>>, name = 'RandomPage', args = '1' |
| /home/execve/moin/lib/python/MoinMoin/wikimacro.py in execute(self=<MoinMoin.wikimacro.Macro instance at 0x403ce78c>, 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' |
