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
macro RecentChanges (line 232?)
Details
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).
See attached trace - it seems missing nevertheless -- JonasSmedegaard 2007-04-02 10:31:52
Maybe try clearing the page cache and also old *.pyc.
Tried clearing all cache with no luck (sorry for not mentioning that. No stale .pyc files either.. -- JonasSmedegaard 2007-04-02 10:31:52
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?
Arrrgh - you are right, of course: I totally forgot that I had implemented FeatureRequests/LimitedRecentChanges on that wiki. I am sorry for wasting your time on this non-bug -- JonasSmedegaard 2007-04-02 15:11:49
Plan
- Priority:
- Assigned to:
- Status: