Description

Describe the bug...

One of my wikis refuse to show RecentChanges. It fails with KeyError 'page'.

Example

URL: http://wiki.munksoegaard.dk/RecentChanges

Component selection

Details

RecentChanges.html

MoinMoin Version

1.5.7

OS and Version

Debian Etch

Python Version

2.4.4

Server Setup

Apache w/ CGI

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

da (but is broken also in english)

Workaround

Discussion

See line 236 of RecentChanges.py (d['page'] is set there).

Maybe try clearing the page cache and also old *.pyc.

The code line numbers in your backtrace don't match the files in the 1.5.7 release archive (I checked theme/init.py and macro/RecentChanges.py, both were not matching). So I guess you are running some old code somehow that has this bug. Maybe clean your plugin directories, check your code directories and whatever else is in your PYTHONPATH. -- ThomasWaldmann 2007-04-02 11:14:38

It looks like a bug in YOUR code: /home/jonas/webdata/wiki.munksoegaard.dk/data/plugin/macro/RecentChanges.py

Maybe you run old macro from previous moin version?

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/RecentChangesFailsWithKeyErrorPage (last edited 2007-10-29 19:08:21 by localhost)