Attachment 'traceback.html'

Download

--> -->

AccessDenied

You are not allowed to edit this page!

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. E:\Webpage\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 execute>
    • self = <MoinMoin.request.RequestCGI object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.page_name = u'project1/NotAdminGroup'
  2. E:\Webpage\Moin\Lib\site-packages\MoinMoin\action\RenamePage.py in execute (pagename=u'project1/NotAdminGroup', request=<MoinMoin.request.RequestCGI object>)

    1. 193
    2. 194 def execute(pagename, request):
    3. 195 """ Glue code for actions """
    4. 196 RenamePage(pagename, request).render()
    5. 197
    • global RenamePage = <class MoinMoin.action.RenamePage.RenamePage>
    • pagename = u'project1/NotAdminGroup'
    • request = <MoinMoin.request.RequestCGI object>
    • ).render undefined
  3. E:\Webpage\Moin\Lib\site-packages\MoinMoin\action\RenamePage.py in render (self=<MoinMoin.action.RenamePage.RenamePage instance>)

    1. 66 form.has_key('ticket')):
    2. 67 # User replied to the rename form with all required items
    3. 68 self.rename()
    4. 69 if not self.error:
    5. 70 self.request.http_redirect(self.newpage.url(self.request))
    • self = <MoinMoin.action.RenamePage.RenamePage instance>
    • self.rename = <bound method RenamePage.rename of <MoinMoin.action.RenamePage.RenamePage instance>>
  4. E:\Webpage\Moin\Lib\site-packages\MoinMoin\action\RenamePage.py in rename (self=<MoinMoin.action.RenamePage.RenamePage instance>)

    1. 123 # Save page text with a comment about the old name
    2. 124 savetext = u"## page was renamed from %s\n%s" % (self.pagename, savetext)
    3. 125 newpage.saveText(savetext, 0, comment=comment)
    4. 126 except OSError, err:
    5. 127 # Try to understand what happened. Maybe its better to check
    • newpage = <MoinMoin.PageEditor.PageEditor instance>
    • newpage.saveText = <bound method PageEditor.saveText of <MoinMoin.PageEditor.PageEditor instance>>
    • savetext = u'## page was renamed from project1/NotAdminGroup\n...ges of [:project1]\n\n * sddaviso\n * SomeOtherUser\n'
    • comment = u'Was able to edit with different name. Rename back to AdminGroup'
  5. E:\Webpage\Moin\Lib\site-packages\MoinMoin\PageEditor.py in saveText (self=<MoinMoin.PageEditor.PageEditor instance>, newtext=u'## page was renamed from project1/NotAdminGroup\n...ges of [:project1]\n\n * sddaviso\n * SomeOtherUser\n', rev=0, **kw={'comment': u'Was able to edit with different name. Rename back to AdminGroup'})

    1. 846 if not self.request.user.may.save(self, newtext, rev, **kw):
    2. 847 msg = _('You are not allowed to edit this page!')
    3. 848 raise self.AccessDenied, msg
    4. 849 elif not self.isWritable():
    5. 850 msg = _('Page is immutable!')
    • self = <MoinMoin.PageEditor.PageEditor instance>
    • self.AccessDenied = <class MoinMoin.PageEditor.AccessDenied>
    • msg = u'You are not allowed to edit this page!'

AccessDenied

You are not allowed to edit this page!

  • message = u'You are not allowed to edit this page!'

System Details

  • Date: Tue, 06 Mar 2007 09:24:47 +0000
  • Platform: win32 (nt)
  • Python: Python 2.4.2 (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] (2007-03-06 10:59:30, 9.0 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.