Attachment 'Second_scenario_CouldNotLock.htm'

Download

--> -->

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.

  1. C:\Moin\Lib\site-packages\MoinMoin\request.py in run (self=<MoinMoin.request.RequestCGI object>)

    1. 1086 from MoinMoin.wikiaction import getHandler
    2. 1087 handler = getHandler(self, action)
    3. 1088 handler(self.page.page_name, self)
    4. 1089
    5. 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'
  2. C:\Moin\Lib\site-packages\MoinMoin\wikiaction.py in do_edit (pagename=u'ProjectsAndProducts/deliverables/Baselines', request=<MoinMoin.request.RequestCGI object>)

    1. 620 request.form.has_key('button_spellcheck') or
    2. 621 request.form.has_key('button_newwords')):
    3. 622 pg.sendEditor(preview=savetext, comment=comment)
    4. 623
    5. 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''
  3. 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'})

    1. 271 # Make backup on previews - but not for new empty pages
    2. 272 if preview and raw_body:
    3. 273 self._make_backup(raw_body)
    4. 274
    5. 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'
  4. 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={})

    1. 671 intro += _('## backup of page "%(pagename)s" submitted %(date)s') % {
    2. 672 'pagename': pagename, 'date': date,} + u'\n'
    3. 673 backuppage._write_file(intro + newtext)
    4. 674
    5. 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'
  5. 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'')

    1. 768
    2. 769 if not got_lock:
    3. 770 raise self.CouldNotLock, _("Page could not get locked. Missing 'current' file?")
    4. 771
    5. 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)

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-07-19 12:31:06, 13.6 KB) [[attachment:Second_scenario_CouldNotLock.htm]]
 All files | Selected Files: delete move to page copy to page

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