| Please include this information in your bug reports!: Python Python 2.7.18: /usr/bin/python2 Linux erode.bofh.it 6.1.0-23-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.99-1 (2024-07-15) x86_64 MoinMoin Release 1.2.4 [Revision 1.187] Fri Nov 22 14:24:54 2024 |
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/local/share/moin/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance>) |
389 if handler: |
390 handler(pagename or |
391 wikiutil.getSysPage(self, config.page_front_page).page_name, self) |
392 else: |
393 self.http_headers() |
global wikiutil = <module 'MoinMoin.wikiutil' from '/usr/local/share/moin/MoinMoin/wikiutil.pyc'>, wikiutil.getSysPage = <function getSysPage>, self = <MoinMoin.request.RequestCGI instance>, global config = <module 'MoinMoin.config' from '/usr/local/share/moin/MoinMoin/config.pyc'>, config.page_front_page = 'FrontPage', ).page_name undefined |
/usr/local/share/moin/MoinMoin/action/rss_rc.py in execute(pagename='ModificheRecenti', request=<MoinMoin.request.RequestCGI instance>) |
77 # start SAX stream |
78 handler.startDocument() |
79 handler._out.write( |
80 '<!--\n' |
81 ' Add an "items=nnn" URL parameter to get more than the default 15 items.\n' |
handler = <MoinMoin.wikixml.util.RssGenerator instance>, handler._out undefined, items_limit = 100 |