|
Wikis sind toll - vor allem wenn man die Hilfe gelesen hat (siehe HilfeInhalt).
|
| 2009-04-13 | |||||
| Katharina Pfeifer | 14:04 | KatharinaPfeifer | |||
| 2008-12-12 | |||||
| MarkusTentrup | 22:07 | MarkusTentrup | |||
| 2008-07-18 | |||||
| Termin | 19:18 | AlexanderSchremmer | |||
| 2008-06-27 | |||||
| SyntaxReference | 07:56 | AlexanderSchremmer [1] c-76-125-242-5 [2] |
#01 Revert to version dated 2004-09-25 22:24:20. #02 #UNKNOWN |
||
| 2008-06-24 | |||||
| ?asij1m2 | 19:05 | AlexanderSchremmer [1] SoCoo [2] |
#01 spam, ab jetzt dürfen nur noch jgstmitglieder editieren | ||
| StartSeite | 19:01 | AlexanderSchremmer | |||
| 2008-06-22 | |||||
| ?rooaoc | 19:55 | AlexanderSchremmer [1] RooZanc [2] |
#01 spam | ||
| 2008-06-21 | |||||
| ?三è±ç©ºè°ƒç»´ä¿® | 16:03 | AlexanderSchremmer [1] HaTyong [2] |
#01 spam | ||
und zu guter Letzt zur Abwechslung mal eine zufällig ausgewählte Seite:
--> -->| | Please include this information in your bug reports!: Python Python 2.5.5: /usr/bin/python2.5 Linux ampleforth.srv.alexanderweb.de 2.6.32-5-xen-amd64 #1 SMP Mon Jan 16 20:48:30 UTC 2012 x86_64 MoinMoin Release 1.2.3 [Revision 1.186] Sun May 20 23:46:46 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.
| /srv/www/abi2oo4.de/lib/python/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance at 0x254c680>) |
| 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 0x273e0b0>, query = 'Aktuelle\xc4nderungen', ).send_page undefined, self = <MoinMoin.request.RequestCGI instance at 0x254c680>, count_hit undefined |
| /srv/www/abi2oo4.de/lib/python/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance at 0x27c35f0>, request=<MoinMoin.request.RequestCGI instance at 0x254c680>, 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 0x27c35f0>, self.send_page_content = <bound method Page.send_page_content of <MoinMoin.Page.Page instance at 0x27c35f0>>, request = <MoinMoin.request.RequestCGI instance at 0x254c680>, Parser = <class MoinMoin.parser.wiki.Parser at 0x2821d70>, body = '||<tablewidth="100%" #FFFFA0> [[RandomQuote(Wiki...ren Wikis, siehe OpenWiki:WikiSites/Aggregation.\n' |
| /srv/www/abi2oo4.de/lib/python/MoinMoin/Page.py in send_page_content(self=<MoinMoin.Page.Page instance at 0x27c35f0>, request=<MoinMoin.request.RequestCGI instance at 0x254c680>, Parser=<class MoinMoin.parser.wiki.Parser at 0x2821d70>, body='||<tablewidth="100%" #FFFFA0> [[RandomQuote(Wiki...ren Wikis, siehe 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 0x281e4e0, file "AktuelleÄnderungen", line 2> |
| /srv/www/abi2oo4.de/AktuelleÄnderungen in |
| /srv/www/abi2oo4.de/lib/python/MoinMoin/formatter/base.py in macro(self=<MoinMoin.formatter.text_html.Formatter instance at 0x27c39e0>, macro_obj=<MoinMoin.wikimacro.Macro instance at 0x2829e18>, 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 0x2829e18>, macro_obj.execute = <bound method Macro.execute of <MoinMoin.wikimacro.Macro instance at 0x2829e18>>, name = 'RandomPage', args = '1' |
| /srv/www/abi2oo4.de/lib/python/MoinMoin/wikimacro.py in execute(self=<MoinMoin.wikimacro.Macro instance at 0x2829e18>, 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' |
