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.
E:\Webpage\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 execute>
- self = <MoinMoin.request.RequestCGI object>
- self.page = <MoinMoin.Page.Page instance>
- self.page.page_name = u'project1/NotAdminGroup'
E:\Webpage\Moin\Lib\site-packages\MoinMoin\action\RenamePage.py in execute (pagename=u'project1/NotAdminGroup', request=<MoinMoin.request.RequestCGI object>)
- 193
- 194 def execute(pagename, request):
- 195 """ Glue code for actions """
- 196 RenamePage(pagename, request).render()
- 197
- global RenamePage = <class MoinMoin.action.RenamePage.RenamePage>
- pagename = u'project1/NotAdminGroup'
- request = <MoinMoin.request.RequestCGI object>
- ).render undefined
E:\Webpage\Moin\Lib\site-packages\MoinMoin\action\RenamePage.py in render (self=<MoinMoin.action.RenamePage.RenamePage instance>)
- 66 form.has_key('ticket')):
- 67 # User replied to the rename form with all required items
- 68 self.rename()
- 69 if not self.error:
- 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>>
E:\Webpage\Moin\Lib\site-packages\MoinMoin\action\RenamePage.py in rename (self=<MoinMoin.action.RenamePage.RenamePage instance>)
- 123 # Save page text with a comment about the old name
- 124 savetext = u"## page was renamed from %s\n%s" % (self.pagename, savetext)
- 125 newpage.saveText(savetext, 0, comment=comment)
- 126 except OSError, err:
- 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'
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'})
- 846 if not self.request.user.may.save(self, newtext, rev, **kw):
- 847 msg = _('You are not allowed to edit this page!')
- 848 raise self.AccessDenied, msg
- 849 elif not self.isWritable():
- 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.You are not allowed to attach a file to this page.