[Moin-devel] 1.3.1 - Recent Changes bug

Alexander Schremmer mailinglist at alexanderweb.de
Fri Dec 17 10:03:00 EST 2004


Dan O'Neill wrote on Friday, December 17, 2004 6:42 PM CEST:

> This bug was also reported on December 7, 2004 at
> http://moinmoin.wikiwikiweb.de in the Questions section and no
> solution has yet been posted.

> The above site is currently unavailable for some reason.

The complete data center got down. Power outage if i heard it correctly.

In order to fix this (it is a known bug), open
>   /usr/lib/python2.2/site-packages/MoinMoin/macro/RecentChanges.py

in your favorite editor, go to line 86:

>     86         tdiff = long(tnow -
> wikiutil.version2timestamp(int(line.ed_time_usecs))) / 60 # has to be
> long for py 2.2.x

and replace "int" by "long".

Kind regards,
Alexander





More information about the Moin-devel mailing list