|
Edit the FortuneCookies page to display randomly selected wisdom here.
|
| 2009-08-31 | |||||
| AdisEntität | 14:51 | EhlerFriedrichs | |||
| Adis Entität990117 | 14:51 | EhlerFriedrichs | |||
| AdisItem901065 | 14:44 | EhlerFriedrichs | |||
| AdisItem901064 | 14:15 | EhlerFriedrichs | |||
| AdisItem901063 | 14:12 | EhlerFriedrichs [1-2] | |||
| AdisItem | 14:08 | EhlerFriedrichs [1-2] | |||
| 2009-05-28 | |||||
| Versuchs Technikum Duesse | 13:56 | RolfFeldmann [1-9] | #02 Attachment 'KopplungDatenLüftungSchleuseAgrocom.txt' deleted. #03 Upload of attachment 'KopplungDatenLüftungSchleuseAgrocom.txt'. #04 Attachment 'KopplungDatenLüftungSchleuseAgrocom.rtf' deleted. #05 Upload of attachment 'KopplungDatenLüftungSchleuseAgrocom.rtf'. #06 Attachment 'KopplungDatenLüftungSchleuseAgrocom.doc' deleted. #07 Upload of attachment 'KopplungDatenLüftungSchleuseAgrocom.doc'. #08 Attachment 'KopplungDatenLüftungSchleuseAgrocom' deleted. #09 Upload of attachment 'KopplungDatenLüftungSchleuseAgrocom'. |
||
| Kopplung Daten Lüftung Schleuse Agrocom | 13:48 | RolfFeldmann | |||
| 2009-03-24 | |||||
| Kopplung Fütterunsdaten Tewe Weda Agrocom | 10:19 | EhlerFriedrichs | |||
| 2009-03-10 | |||||
| IanPraktisch | 08:24 | StefanHagedorn | |||
| 2009-02-05 | |||||
| AdisAenderungen | 16:11 | ChristianMetzler [1-3] | |||
| FrontPage | 10:19 | ChristianMetzler | |||
| 2009-01-31 | |||||
| NlfKonfig | 12:25 | CPaulsen | |||
| 2008-10-30 | |||||
| NlfFaq | 13:27 | EhlerFriedrichs [1-3] | |||
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 alterwebserver 2.6.25.5-1.1-xen #1 SMP 2008-06-07 01:55:22 +0200 x86_64 MoinMoin Release 1.2.2 [Revision 1.185] Sat May 19 03:53:17 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.
| /usr/lib64/python2.5/site-packages/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance at 0x7f1976650b00>) |
| 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 0x873110>, query = 'RecentChanges', ).send_page undefined, self = <MoinMoin.request.RequestCGI instance at 0x7f1976650b00>, count_hit undefined |
| /usr/lib64/python2.5/site-packages/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance at 0x8e6cb0>, request=<MoinMoin.request.RequestCGI instance at 0x7f1976650b00>, 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 0x8e6cb0>, self.send_page_content = <bound method Page.send_page_content of <MoinMoin.Page.Page instance at 0x8e6cb0>>, request = <MoinMoin.request.RequestCGI instance at 0x7f1976650b00>, Parser = <class MoinMoin.parser.wiki.Parser at 0x956fb0>, body = '||<tablewidth="100%" #FFFFA0> [[RandomQuote()]]|...other wikis, see OpenWiki:WikiSites/Aggregation.\n' |
| /usr/lib64/python2.5/site-packages/MoinMoin/Page.py in send_page_content(self=<MoinMoin.Page.Page instance at 0x8e6cb0>, request=<MoinMoin.request.RequestCGI instance at 0x7f1976650b00>, Parser=<class MoinMoin.parser.wiki.Parser at 0x956fb0>, 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 0x955990, file "RecentChanges", line 2> |
| /usr/share/moin/nlfwiki/RecentChanges in |
| /usr/lib64/python2.5/site-packages/MoinMoin/formatter/base.py in macro(self=<MoinMoin.formatter.text_html.Formatter instance at 0x900128>, macro_obj=<MoinMoin.wikimacro.Macro instance at 0x961a28>, 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 0x961a28>, macro_obj.execute = <bound method Macro.execute of <MoinMoin.wikimacro.Macro instance at 0x961a28>>, name = 'RandomPage', args = '1' |
| /usr/lib64/python2.5/site-packages/MoinMoin/wikimacro.py in execute(self=<MoinMoin.wikimacro.Macro instance at 0x961a28>, 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' |
