|
TitelIndex ist ein normaler Index aller Seiten, WortIndex führt jedes Teilwort eines Seitennamen auf.
|
| 2012-05-17 | |||||
| DemeWikiHome | 21h 0m ago | 203 | |||
| 2012-05-16 | |||||
| mobilecasino | 14:15 | 66 | |||
| Become An Efficient Farmer By Using Fertilizers | 12:22 | 115 | |||
| 2012-05-15 | |||||
| SiteNavigation | 19:54 | 10-block | |||
| 2012-05-14 | |||||
| Cash Advance Online For Bad Credit | 08:29 | static-217-77-223-165 [1-2] | |||
| 2012-05-11 | |||||
| UserResearch/ | 04:11 | 176 | |||
| 2012-05-10 | |||||
| HelpContents | 09:26 | 93 | |||
| Python Rewrite Thoughts | 09:20 | 93 | |||
| Minskapartmentsforrent | 07:32 | hst-4-65 | |||
| 2012-05-08 | |||||
| officedesk | 07:40 | proxy-220-255-1-142 | |||
| businesstelsys | 07:36 | proxy-220-255-1-175 | |||
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.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] Fri May 18 07:42:39 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.
| /var/moin/DemeWiki/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance at 0x7f0753705cf8>) |
| 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 0x9825f0>, query = 'Aktuelle\xc4nderungen', ).send_page undefined, self = <MoinMoin.request.RequestCGI instance at 0x7f0753705cf8>, count_hit undefined |
| /var/moin/DemeWiki/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance at 0x9f0ef0>, request=<MoinMoin.request.RequestCGI instance at 0x7f0753705cf8>, 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 0x9f0ef0>, self.send_page_content = <bound method Page.send_page_content of <MoinMoin.Page.Page instance at 0x9f0ef0>>, request = <MoinMoin.request.RequestCGI instance at 0x7f0753705cf8>, Parser = <class MoinMoin.parser.wiki.Parser at 0xa59410>, body = '||<tablewidth="100%" #FFFFA0> [[RandomQuote(Wiki....angelfire.com/wizard2/kianotropez1009/13.htm b]\n' |
| /var/moin/DemeWiki/MoinMoin/Page.py in send_page_content(self=<MoinMoin.Page.Page instance at 0x9f0ef0>, request=<MoinMoin.request.RequestCGI instance at 0x7f0753705cf8>, Parser=<class MoinMoin.parser.wiki.Parser at 0xa59410>, body='||<tablewidth="100%" #FFFFA0> [[RandomQuote(Wiki....angelfire.com/wizard2/kianotropez1009/13.htm b]\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 0xa56af8, file "AktuelleÄnderungen", line 2> |
| /var/moin/DemeWiki/AktuelleÄnderungen in |
| /var/moin/DemeWiki/MoinMoin/formatter/base.py in macro(self=<MoinMoin.formatter.text_html.Formatter instance at 0xa3a200>, macro_obj=<MoinMoin.wikimacro.Macro instance at 0xaa4d40>, 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 0xaa4d40>, macro_obj.execute = <bound method Macro.execute of <MoinMoin.wikimacro.Macro instance at 0xaa4d40>>, name = 'RandomPage', args = '1' |
| /var/moin/DemeWiki/MoinMoin/wikimacro.py in execute(self=<MoinMoin.wikimacro.Macro instance at 0xaa4d40>, 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' |
