ok, kiko and I found the problem and fixed it. However a permanant
solution needs to be implemented.

The short-term solution was to remove the line in user/77583 that
matched '^=.*$'. The line simply had =0 on it. Apparently Moin scans
every user file when you save a page. (maybe to look for subscribers for
a page?)

A good fix would be to modify line 436 of MoinMoin/user.py so that instead of 
just:
if key not in self._transient_fields and key[0] != '_':
It also did a check to ensure key isn't empty. For example,
if key and key not in self._transient_fields and key[0] != '_':

-- 
Ubuntu Wiki Error: "IndexErrorstring index out of range"
https://launchpad.net/bugs/57894

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to