Attachment 'backtrace.html'
Download--> -->
AttributeError
User instance has no attribute 'name'
If you want to report a bug, please save this page and attach it to your bug report.
Traceback
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={})
- 1986 self.fcgform = form
- 1987 self._setup_vars_from_std_env(env)
- 1988 RequestBase.__init__(self, properties)
- 1989
- 1990 except Exception, err:
- global RequestBase = <class 'MoinMoin.request.RequestBase'>
- RequestBase.__init__ = <unbound method RequestBase.__init__>
- self = <MoinMoin.request.RequestFastCGI object>
- properties = {}
/usr/lib/python2.4/site-packages/MoinMoin/request.py in __init__ (self=<MoinMoin.request.RequestFastCGI object>, properties={})
- 175 self.rootpage = Page(self, rootname, is_rootpage=1)
- 176
- 177 self.user = self.get_user_from_form()
- 178
- 179 if not self.query_string.startswith('action=xmlrpc'):
- self = <MoinMoin.request.RequestFastCGI object>
- self.user undefined
- self.get_user_from_form = <bound method RequestFastCGI.get_user_from_form of <MoinMoin.request.RequestFastCGI object>>
/usr/lib/python2.4/site-packages/MoinMoin/request.py in get_user_from_form (self=<MoinMoin.request.RequestFastCGI object>)
- 541 u = self.get_user_default_unknown(name=name, password=password,
- 542 login=login, logout=logout,
- 543 user_obj=None)
- 544 return u
- 545
- user_obj undefined
- builtin None = None
/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})
- 548 user_obj = self.get_user_default_None(**kw)
- 549 if user_obj is None:
- 550 user_obj = user.User(self, auth_method="request:427")
- 551 return user_obj
- 552
- user_obj = None
- global user = <module 'MoinMoin.user' from '/usr/lib/python2.4/site-packages/MoinMoin/user.py'>
- user.User = <class MoinMoin.user.User>
- self = <MoinMoin.request.RequestFastCGI object>
- auth_method undefined
/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'})
- 269 if self.name == self.auth_username:
- 270 self.trusted = 1
- 271 elif self.name:
- 272 self.id = getUserId(self._request, self.name)
- 273 if self.id:
- self = <User instance>
- self.name undefined
AttributeError
User instance has no attribute 'name'
- args = ("User instance has no attribute 'name'",)
System Details
- Date: Sun, 31 Dec 2006 08:44:34 +0000
- Platform: Linux web3.servedge.com 2.6.9-023stab033.1 #1 Mon Oct 23 21:10:39 MSD 2006 i686
- Python: Python 2.4.4 (/usr/bin/python)
- MoinMoin: Release 1.5.6 (release)
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.