[Show "Revision History"] [Show "General Page Infos"] [Show chart "Page hits and edits"]
General Information
Page size: 3642
SHA digest of this page's content is: B5CD3B4802CA438CA403F49BEF528FC1FF386FD7
There are 0 attachment(s) stored for this page.
--> -->| IndexErrorstring index out of range | Please include this information in your bug reports!: Python Python 2.3.5: /usr/bin/python2.3 Linux eve-vm03 2.6.26-2-xen-686 #1 SMP Sat Jun 11 16:07:16 UTC 2011 i686 MoinMoin Release 1.3.4 [Revision 1.3.4 release] Fri Nov 3 06:59:26 2017 |
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.3/site-packages/MoinMoin/request.py in run(self=<MoinMoin.request.RequestFastCGI instance>) |
| 843 from MoinMoin.wikiaction import getHandler |
| 844 handler = getHandler(self, action) |
| 845 handler(self.page.page_name, self) |
| 846 |
| 847 # 5. Or redirect to another page |
| handler = <function do_info>, self = <MoinMoin.request.RequestFastCGI instance>, self.page = <MoinMoin.Page.Page instance>, self.page.page_name = u'AiutoSuAzioni/AllegaFile' |
| /usr/lib/python2.3/site-packages/MoinMoin/wikiaction.py in do_info(pagename=u'AiutoSuAzioni/AllegaFile', request=<MoinMoin.request.RequestFastCGI instance>) |
| 418 request.write(hitcounts.linkto(pagename, request, 'page=' + urllib.quote_plus(pagename.encode(config.charset)))) |
| 419 elif show_general: |
| 420 general(page, pagename, request) |
| 421 else: |
| 422 history(page, pagename, request) |
| general = <function general>, page = <MoinMoin.Page.Page instance>, pagename = u'AiutoSuAzioni/AllegaFile', request = <MoinMoin.request.RequestFastCGI instance> |
| /usr/lib/python2.3/site-packages/MoinMoin/wikiaction.py in general(page=<MoinMoin.Page.Page instance>, pagename=u'AiutoSuAzioni/AllegaFile', request=<MoinMoin.request.RequestFastCGI instance>) |
| 221 |
| 222 # show subscribers |
| 223 subscribers = page.getSubscribers(request, include_self=1, return_users=1) |
| 224 if subscribers: |
| 225 request.write('<p>', _('The following users subscribed to this page:')) |
| subscribers undefined, page = <MoinMoin.Page.Page instance>, page.getSubscribers = <bound method Page.getSubscribers of <MoinMoin.Page.Page instance>>, request = <MoinMoin.request.RequestFastCGI instance>, include_self undefined, return_users undefined |
| /usr/lib/python2.3/site-packages/MoinMoin/Page.py in getSubscribers(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestFastCGI instance>, **kw={'include_self': 1, 'return_users': 1}) |
| 872 for uid in userlist: |
| 873 if uid == request.user.id and not include_self: continue # no self notification |
| 874 subscriber = user.User(request, uid) |
| 875 |
| 876 # This is a bit wrong if return_users=1 (which implies that the caller will process |
| subscriber undefined, global user = <module 'MoinMoin.user' from '/usr/lib/python2.3/site-packages/MoinMoin/user.pyc'>, user.User = <class MoinMoin.user.User>, request = <MoinMoin.request.RequestFastCGI instance>, uid = '1132187096.55.25165' |
| /usr/lib/python2.3/site-packages/MoinMoin/user.py in __init__(self=<MoinMoin.user.User instance>, request=<MoinMoin.request.RequestFastCGI instance>, id='1132187096.55.25165', name='', password=None, auth_username='') |
| 329 |
| 330 if self.id: |
| 331 self.load_from_id() |
| 332 if self.name == self.auth_username: |
| 333 self.trusted = 1 |
| self = <MoinMoin.user.User instance>, self.load_from_id = <bound method User.load_from_id of <MoinMoin.user.User instance>> |
| /usr/lib/python2.3/site-packages/MoinMoin/user.py in load_from_id(self=<MoinMoin.user.User instance>, check_pass=0) |
| 405 try: |
| 406 key, val = line.strip().split('=', 1) |
| 407 if key not in self._transient_fields and key[0] != '_': |
| 408 # Decode list values |
| 409 if key in ['quicklinks', 'subscribed_pages']: |
| key = u'', self = <MoinMoin.user.User instance>, self._transient_fields = ['id', 'valid', 'may', 'auth_username', 'trusted'] |
IndexError: string index out of range
__doc__ =
'Sequence index out of range.'
__getitem__ =
<bound method IndexError.__getitem__ of <exceptions.IndexError instance>>
__init__ =
<bound method IndexError.__init__ of <exceptions.IndexError instance>>
__module__ =
'exceptions'
__str__ =
<bound method IndexError.__str__ of <exceptions.IndexError instance>>
args =
('string index out of range',)