Attachment 'traceback.html'
Download- Title Search: "underlay"
Exception
Formatting a text that is being formatted?!
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.
/srv/moin_tw/moin-productive/MoinMoin/request.py in run (self=<MoinMoin.request.RequestFastCGI object at 0xf4d719cc>)
- 1205 self.page.send_page(self, msg=msg)
- 1206 else:
- 1207 handler(self.page.page_name, self)
- 1208
- 1209 # generate page footer (actions that do not want this footer use
- handler = <function execute at 0x8721df4>
- self = <MoinMoin.request.RequestFastCGI object at 0xf4d719cc>
- self.page = <MoinMoin.Page.Page instance at 0xf4d70cec>
- self.page.page_name = u'RecentChanges'
/srv/moin_tw/moin-productive/MoinMoin/action/fullsearch.py in execute (pagename=u'RecentChanges', request=<MoinMoin.request.RequestFastCGI object at 0xf4d719cc>, fieldname='value', titlesearch=1)
- 107
- 108 # First search stats
- 109 request.write(results.stats(request, request.formatter))
- 110
- 111 # Then search results
- request = <MoinMoin.request.RequestFastCGI object at 0xf4d719cc>
- request.write = <bound method RequestFastCGI.write of <MoinMoin.request.RequestFastCGI object at 0xf4d719cc>>
- results = <MoinMoin.search.SearchResults instance at 0xf4d711ac>
- results.stats = <bound method SearchResults.stats of <MoinMoin.search.SearchResults instance at 0xf4d711ac>>
- request.formatter = <MoinMoin.formatter.text_html.Formatter instance at 0xf4d70fac>
/srv/moin_tw/moin-productive/MoinMoin/search.py in stats (self=<MoinMoin.search.SearchResults instance at 0xf4d711ac>, request=<MoinMoin.request.RequestFastCGI object at 0xf4d719cc>, formatter=<MoinMoin.formatter.text_html.Formatter instance at 0xf4d70fac>)
- 787 output = [
- 788 formatter.paragraph(1),
- 789 formatter.text(_("%(hits)d results out of about %(pages)d pages.") %
- 790 {'hits': len(self.hits), 'pages': self.pages}),
- 791 u' (%s)' % formatter.text(_("%.2f seconds") % self.elapsed),
- formatter = <MoinMoin.formatter.text_html.Formatter instance at 0xf4d70fac>
- formatter.text = <bound method Formatter.text of <MoinMoin.formatter.text_html.Formatter instance at 0xf4d70fac>>
- _ = <function <lambda> at 0xf4d8479c>
- builtin len = <built-in function len>
- self = <MoinMoin.search.SearchResults instance at 0xf4d711ac>
- self.hits = [<MoinMoin.search.FoundPage instance at 0xf4d780ac>, <MoinMoin.search.FoundPage instance at 0xf4d7804c>, <MoinMoin.search.FoundPage instance at 0xf4d781ac>, <MoinMoin.search.FoundPage instance at 0xf4d7844c>, <MoinMoin.search.FoundPage instance at 0xf4d7812c>, <MoinMoin.search.FoundPage instance at 0xf4d7846c>, <MoinMoin.search.FoundPage instance at 0xf4d7818c>, <MoinMoin.search.FoundPage instance at 0xf4d781ec>, <MoinMoin.search.FoundPage instance at 0xf4d7828c>, <MoinMoin.search.FoundPage instance at 0xf4d782ec>, <MoinMoin.search.FoundPage instance at 0xf4d7808c>, <MoinMoin.search.FoundPage instance at 0xf4d7814c>, <MoinMoin.search.FoundPage instance at 0xf4d7842c>, <MoinMoin.search.FoundPage instance at 0xf4d782cc>, <MoinMoin.search.FoundPage instance at 0xf4d7816c>, <MoinMoin.search.FoundPage instance at 0xf4d780cc>, <MoinMoin.search.FoundPage instance at 0xf4d7824c>]
- self.pages = 6045
/srv/moin_tw/moin-productive/MoinMoin/request.py in
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.