Attachment 'text.html'

Download

Front Page

--> -->

AttributeError

Page instance has no attribute 'raiseError'

You are welcome to search or ask on the MoinMoin wiki , join #moin channel on irc.freenode.net or try the MoinMoinMailingLists .

To report a bug visit MoinMoinBugs . Please save this page and attach it on your bug report.

Debugging Information

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. /Volumes/Home/nir/Projects/moin/fix/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object at 0x2d42d0>)

    1. 1034 if self.cfg.allow_extended_names:
    2. 1035 self.page = Page(self, pagename)
    3. 1036 self.page.send_page(self, count_hit=1)
    4. 1037 else:
    5. 1038 # TODO: kill this. Why disable allow extended names?
    • self = <MoinMoin.request.RequestCGI object at 0x2d42d0>
    • self.page = <MoinMoin.Page.Page instance at 0x231b20>
    • self.page.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance at 0x231b20>>
    • count_hit undefined
  2. /Volumes/Home/nir/Projects/moin/fix/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance at 0x231b20>, request=<MoinMoin.request.RequestCGI object at 0x2d42d0>, msg='', **keywords={'count_hit': 1})

    1. 1181 # parse the text and send the page content
    2. 1182 self.send_page_content(request, Parser, body,
    3. 1183 format_args=pi_formatargs, do_cache=do_cache)
    4. 1184
    5. 1185 # check for pending footnotes
    • format_args undefined
    • pi_formatargs = u''
    • do_cache = 1
  3. /Volumes/Home/nir/Projects/moin/fix/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance at 0x231b20>, request=<MoinMoin.request.RequestCGI object at 0x2d42d0>, Parser=<class MoinMoin.parser.wiki.Parser at 0x10eda20>, body=u'= WikiName Wiki =\n\nWhat is this wiki about?\n\nInt...iWikiWebFaq. \n\nThis wiki is powered by MoinMoin.\n', format_args=u'', do_cache=1)

    1. 1255 @param do_cache: if True, use cached content
    2. 1256 """
    3. 1257 self.raiseError()
    4. 1258 request.clock.start('send_page_content')
    5. 1259 parser = Parser(body, request, format_args=format_args)
    • self = <MoinMoin.Page.Page instance at 0x231b20>
    • self.raiseError undefined

AttributeError

Page instance has no attribute 'raiseError'

  • args = ("Page instance has no attribute 'raiseError'",)

System Details

  • Date: Thu Aug 25 17:19:10 2005
  • Platform: Darwin Aluminum.local 7.7.0 Darwin Kernel Version 7.7.0: Sun Nov 7 16:06:51 PST 2004; root:xnu/xnu-517.9.5.obj~1/RELEASE_PPC Power Macintosh
  • Python: Python 2.4.1 (/usr/local/bin/python2.4)
  • MoinMoin: Release 1.3.5 (patch-33)

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] (2005-08-25 14:36:36, 13.2 KB) [[attachment:error.html]]
  • [get | view] (2005-08-25 14:22:24, 13.1 KB) [[attachment:text.html]]
 All files | Selected Files: delete move to page copy to page

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