Just installed moinmoin-1.6.1 from scratch. After switching to the Explorer theme and saving changes I got the following error message: 'Request' object has no attribute '_fmt_hd_counters'.

Although I continued to work and look like now it's fine.

here's the traceback: attachment:traceback_loki.txt


Thank you very much, Alexander, for reporting this error and for supplying the traceback. I examined the log. It shows the following call stack:

/usr/lib/python2.5/site-packages/MoinMoin/request/__init__.py in run
/usr/lib/python2.5/site-packages/MoinMoin/action/__init__.py in do_userform
/usr/lib/python2.5/site-packages/MoinMoin/Page.py in send_page
/usr/lib/python2.5/site-packages/MoinMoin/Page.py in send_page_content
/usr/lib/python2.5/site-packages/MoinMoin/Page.py in execute
/srv/www/cgi-bin/FirstPage in ()
/usr/lib/python2.5/site-packages/MoinMoin/formatter/text_html.py in heading

As you can see, the explorer.py plugin wasn't involved in causing the error. Maybe there was a caching problem. Maybe the formatter module text_html.py should check the presence of the _fmt_hd_counters before accessing it. You may post a MoinMoin bug report at MoinMoinBugs to verify this. Nevertheless, thank you very much for reporting bugs! -- WolfgangFischer 2008-02-20 09:13:58

Please file a bug about this, including instructions how to reproduce, your wikiconfig and a complete traceback.html. -- ThomasWaldmann 2008-02-29 11:11:03

MoinMoin: ThemeMarket/Explorer/Fixed/RequestHasNoAttribute_fmt_hd_counters (last edited 2008-02-29 11:11:04 by ThomasWaldmann)