Attachment 'traceback.html'

Download

--> -->

KeyError

'jid'

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/__init__.py in run (self=<MoinMoin.request.request_fcgi.Request object>)

    1. 1305 self.page.send_page()
    2. 1306 else:
    3. 1307 handler(self.page.page_name, self)
    4. 1308
    5. 1309 # every action that didn't use to raise MoinMoinFinish must call this now:
    • handler = <function execute>
    • self = <MoinMoin.request.request_fcgi.Request object>
    • self.page = <MoinMoin.Page.Page object>
    • self.page.page_name = u'Inicio'
  2. /usr/lib/python2.4/site-packages/MoinMoin/action/userprefs.py in execute (pagename=u'Inicio', request=<MoinMoin.request.request_fcgi.Request object>)

    1. 93 return Page.Page(request, pagename).send_page()
    2. 94
    3. 95 text, title, msg_class, msg = _create_page(request)
    4. 96 if title:
    5. 97 # XXX: we would like to make "Settings" here a link back
    • text undefined
    • title undefined
    • msg_class undefined
    • msg undefined
    • global _create_page = <function _create_page>
    • request = <MoinMoin.request.request_fcgi.Request object>
  3. /usr/lib/python2.4/site-packages/MoinMoin/action/userprefs.py in _create_page (request=<MoinMoin.request.request_fcgi.Request object>, cancel=False)

    1. 83 return _create_prefs_page(request), None, msg_class, msg
    2. 84
    3. 85 return obj.create_form(), obj.title, msg_class, msg
    4. 86
    5. 87
    • obj = <MoinMoin.userprefs.prefs.Settings object>
    • obj.create_form = <bound method Settings.create_form of <MoinMoin.userprefs.prefs.Settings object>>
    • obj.title = u'Preferencias'
    • msg_class = None
    • msg = None
  4. /usr/lib/python2.4/site-packages/MoinMoin/userprefs/prefs.py in create_form (self=<MoinMoin.userprefs.prefs.Settings object>)

    1. 337 uf_disable.append(attr)
    2. 338 for key, label, type, length, textafter in self.cfg.user_form_fields:
    3. 339 default = self.cfg.user_form_defaults[key]
    4. 340 if not key in uf_remove:
    5. 341 if key in uf_disable:
    • default = ''
    • self = <MoinMoin.userprefs.prefs.Settings object>
    • self.cfg = <wkdocumentacion.Config object>
    • self.cfg.user_form_defaults = {'aliasname': '', 'css_url': '', 'edit_rows': '50', 'email': '', 'name': '', 'password': '', 'password2': ''}
    • key = 'jid'

KeyError

'jid'

  • args = ('jid',)

System Details

  • Date: Mon, 28 Jul 2008 12:39:55 +0000
  • Platform: Linux swj01 2.6.18-6-686 #1 SMP Sat May 24 10:24:42 UTC 2008 i686
  • Python: Python 2.4.4 (/var/lib/moin/bin/)
  • MoinMoin: Release 1.7.1 (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] (2008-07-28 12:48:26, 7.7 KB) [[attachment:traceback.html]]
 All files | Selected Files: delete move to page copy to page

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