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.
/usr/lib/python2.4/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_fcgi.Request object>)
- 1305 self.page.send_page()
- 1306 else:
- 1307 handler(self.page.page_name, self)
- 1308
- 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'
/usr/lib/python2.4/site-packages/MoinMoin/action/userprefs.py in execute (pagename=u'Inicio', request=<MoinMoin.request.request_fcgi.Request object>)
- 93 return Page.Page(request, pagename).send_page()
- 94
- 95 text, title, msg_class, msg = _create_page(request)
- 96 if title:
- 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>
/usr/lib/python2.4/site-packages/MoinMoin/action/userprefs.py in _create_page (request=<MoinMoin.request.request_fcgi.Request object>, cancel=False)
- 83 return _create_prefs_page(request), None, msg_class, msg
- 84
- 85 return obj.create_form(), obj.title, msg_class, msg
- 86
- 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
/usr/lib/python2.4/site-packages/MoinMoin/userprefs/prefs.py in create_form (self=<MoinMoin.userprefs.prefs.Settings object>)
- 337 uf_disable.append(attr)
- 338 for key, label, type, length, textafter in self.cfg.user_form_fields:
- 339 default = self.cfg.user_form_defaults[key]
- 340 if not key in uf_remove:
- 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.You are not allowed to attach a file to this page.