User instance has no attribute 'name'
If you want to report a bug, please save this page and attach it to your bug report.
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/usr/lib/python2.4/site-packages/MoinMoin/request.py in __init__ (self=<MoinMoin.request.RequestFastCGI object>, fcgRequest=<MoinMoin.support.thfcgi.Request instance>, env={'DOCUMENT_ROOT': '/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'HTTP_CACHE_CONTROL': 'max-age=0', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'wikidbUserName=Ferrix; wikidbUserID=2; PHPSESSID=e995fe0274b7e2a5338352d751c5e99b', 'HTTP_HOST': 'prospers.org', ...}, form=FieldStorage(None, None, []), properties={})
/usr/lib/python2.4/site-packages/MoinMoin/request.py in __init__ (self=<MoinMoin.request.RequestFastCGI object>, properties={})
/usr/lib/python2.4/site-packages/MoinMoin/request.py in get_user_from_form (self=<MoinMoin.request.RequestFastCGI object>)
/usr/lib/python2.4/site-packages/MoinMoin/request.py in get_user_default_unknown (self=<MoinMoin.request.RequestFastCGI object>, **kw={'login': False, 'logout': False, 'name': None, 'password': None, 'user_obj': None})
/usr/lib/python2.4/site-packages/MoinMoin/user.py in __init__ (self=<User instance>, request=<MoinMoin.request.RequestFastCGI object>, id=None, name='', password=None, auth_username='', **kw={'auth_method': 'request:427'})
User instance has no attribute 'name'