= 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 == ## Where you think is this bug happening ? (general, plugin [plugin name], theme [theme name], ... * macro RecentChanges (line 232?) == Details == [[attachment: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 == ## How to deal with the bug until it is fixed = Discussion = See line 236 of `RecentChanges.py` (d['page'] is set there). . See attached trace - it seems missing nevertheless -- JonasSmedegaard <> 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 <> 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 <> 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 <> = Plan = ## This part is for Moin``Moin developers: * Priority: * Assigned to: * Status: ---- ## If you are a moin core developer, replace the category to Category* in these cases: ## Category MoinMoinNoBug - if this is not a bug. ## Category MoinMoinBugConfirmed - if you can confirm the bug on current code. ## Category MoinMoinBugFixed - after the bug is fixed in current code. CategoryMoinMoinNoBug