CouldNotLock
La página no pudo ser protegida. No se encuentra el archivo 'current'
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.
C:\Moin\Lib\site-packages\MoinMoin\request.py in run (self=<MoinMoin.request.RequestCGI object>)
- 1086 from MoinMoin.wikiaction import getHandler
- 1087 handler = getHandler(self, action)
- 1088 handler(self.page.page_name, self)
- 1089
- 1090 # 5. Or redirect to another page
- handler = <function do_edit>
- self = <MoinMoin.request.RequestCGI object>
- self.page = <MoinMoin.Page.Page instance>
- self.page.page_name = u'ProjectsAndProducts/deliverables/Baselines'
C:\Moin\Lib\site-packages\MoinMoin\wikiaction.py in do_edit (pagename=u'ProjectsAndProducts/deliverables/Baselines', request=<MoinMoin.request.RequestCGI object>)
- 620 request.form.has_key('button_spellcheck') or
- 621 request.form.has_key('button_newwords')):
- 622 pg.sendEditor(preview=savetext, comment=comment)
- 623
- 624 # Preview with mode switch
- pg = <MoinMoin.PageEditor.PageEditor instance>
- pg.sendEditor = <bound method PageEditor.sendEditor of <MoinMoin.PageEditor.PageEditor instance>>
- preview undefined
- savetext = u'## Please edit system and help pages ONLY in the...Products CategoryProjectsAndProductsDeliverables\n'
- comment = u''
C:\Moin\Lib\site-packages\MoinMoin\PageEditor.py in sendEditor (self=<MoinMoin.PageEditor.PageEditor instance>, **kw={'comment': u'', 'preview': u'## Please edit system and help pages ONLY in the...Products CategoryProjectsAndProductsDeliverables\n'})
- 271 # Make backup on previews - but not for new empty pages
- 272 if preview and raw_body:
- 273 self._make_backup(raw_body)
- 274
- 275 # Generate default content for new pages
- self = <MoinMoin.PageEditor.PageEditor instance>
- self._make_backup = <bound method PageEditor._make_backup of <MoinMoin.PageEditor.PageEditor instance>>
- raw_body = u'## Please edit system and help pages ONLY in the...Products CategoryProjectsAndProductsDeliverables\n'
C:\Moin\Lib\site-packages\MoinMoin\PageEditor.py in _make_backup (self=<MoinMoin.PageEditor.PageEditor instance>, newtext=u'## Please edit system and help pages ONLY in the...Products CategoryProjectsAndProductsDeliverables\n', **kw={})
- 671 intro += _('## backup of page "%(pagename)s" submitted %(date)s') % {
- 672 'pagename': pagename, 'date': date,} + u'\n'
- 673 backuppage._write_file(intro + newtext)
- 674
- 675 return backuppage.url(self.request)
- backuppage = <MoinMoin.PageEditor.PageEditor instance>
- backuppage._write_file = <bound method PageEditor._write_file of <MoinMoin.PageEditor.PageEditor instance>>
- intro = u'#acl admin:read,write,delete All:\n\n'
- newtext = u'## Please edit system and help pages ONLY in the...Products CategoryProjectsAndProductsDeliverables\n'
C:\Moin\Lib\site-packages\MoinMoin\PageEditor.py in _write_file (self=<MoinMoin.PageEditor.PageEditor instance>, text=u'#acl admin:read,write,delete All:\n\n## Please edi...Products CategoryProjectsAndProductsDeliverables\n', action='SAVE', comment=u'', extra=u'')
- 768
- 769 if not got_lock:
- 770 raise self.CouldNotLock, _("Page could not get locked. Missing 'current' file?")
- 771
- 772 # increment rev number of current(-locked) page
- self = <MoinMoin.PageEditor.PageEditor instance>
- self.CouldNotLock = <class MoinMoin.PageEditor.CouldNotLock>
- _ = <function <lambda>>
CouldNotLock
La página no pudo ser protegida. No se encuentra el archivo 'current'
- message = u"La p\xe1gina no pudo ser protegida. No se encuentra el archivo 'current'"
System Details
- Date: Wed, 19 Jul 2006 12:32:09 +0000
- Platform: win32 (nt)
- Python: Python 2.4.3 (C:\Python24\python.exe)
- MoinMoin: Release 1.5.2 (release)