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.

  1. /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={})

    1. 1986 self.fcgform = form
    2. 1987 self._setup_vars_from_std_env(env)
    3. 1988 RequestBase.__init__(self, properties)
    4. 1989
    5. 1990 except Exception, err:
    • global RequestBase = <class 'MoinMoin.request.RequestBase'>
    • RequestBase.__init__ = <unbound method RequestBase.__init__>
    • self = <MoinMoin.request.RequestFastCGI object>
    • properties = {}
  2. /usr/lib/python2.4/site-packages/MoinMoin/request.py in __init__ (self=<MoinMoin.request.RequestFastCGI object>, properties={})

    1. 175 self.rootpage = Page(self, rootname, is_rootpage=1)
    2. 176
    3. 177 self.user = self.get_user_from_form()
    4. 178
    5. 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>>
  3. /usr/lib/python2.4/site-packages/MoinMoin/request.py in get_user_from_form (self=<MoinMoin.request.RequestFastCGI object>)

    1. 541 u = self.get_user_default_unknown(name=name, password=password,
    2. 542 login=login, logout=logout,
    3. 543 user_obj=None)
    4. 544 return u
    5. 545
    • user_obj undefined
    • builtin None = None
  4. /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})

    1. 548 user_obj = self.get_user_default_None(**kw)
    2. 549 if user_obj is None:
    3. 550 user_obj = user.User(self, auth_method="request:427")
    4. 551 return user_obj
    5. 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
  5. /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'})

    1. 269 if self.name == self.auth_username:
    2. 270 self.trusted = 1
    3. 271 elif self.name:
    4. 272 self.id = getUserId(self._request, self.name)
    5. 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.
  • [get | view] (2006-12-31 08:44:33, 8.8 KB) [[attachment:backtrace.html]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.