Attachment 'traceback_fc5.html'
Download--> -->
IOError
[Errno 20] Not a directory: '../data/pages/current/revisions/99999999'
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.
/usr/lib/python2.4/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'Home'
/usr/lib/python2.4/site-packages/MoinMoin/action/fullsearch.py in execute (pagename=u'Home', request=<MoinMoin.request.RequestCGI object>, fieldname='value', titlesearch=False)
- 61 query = search.QueryParser(case=case, regex=regex,
- 62 titlesearch=titlesearch).parse_query(needle)
- 63 results = search.searchPages(request, query)
- 64
- 65 # directly show a single hit
- results undefined
- search = <module 'MoinMoin.search' from '/usr/lib/python2.4/site-packages/MoinMoin/search.pyc'>
- search.searchPages = <function searchPages>
- request = <MoinMoin.request.RequestCGI object>
- query = <MoinMoin.search.TextSearch instance>
/usr/lib/python2.4/site-packages/MoinMoin/search.py in searchPages (request=<MoinMoin.request.RequestCGI object>, query=<MoinMoin.search.TextSearch instance>, **kw={})
- 1212 @rtype: SearchResults instance
- 1213 @return: search results
- 1214 """
- 1215 return Search(request, query).run()
- 1216
- global Search = <class MoinMoin.search.Search>
- request = <MoinMoin.request.RequestCGI object>
- query = <MoinMoin.search.TextSearch instance>
- ).run undefined
/usr/lib/python2.4/site-packages/MoinMoin/search.py in run (self=<MoinMoin.search.Search instance>)
- 1128 hits = self._lupySearch()
- 1129 else:
- 1130 hits = self._moinSearch()
- 1131
- 1132 # important - filter deleted pages or pages the user may not read!
- hits undefined
- self = <MoinMoin.search.Search instance>
- self._moinSearch = <bound method Search._moinSearch of <MoinMoin.search.Search instance>>
/usr/lib/python2.4/site-packages/MoinMoin/search.py in _moinSearch (self=<MoinMoin.search.Search instance>, pages=[u'HelpOnProcessors', u'WikiCourse/BasicIntroduction/110 Headlines and Paragraphs', u'WikiCourse/BasicIntroductionHandOut', u'HelpOnEditing', u'HelpContents', u'HelpOnConfiguration/FileAttachments', u'HelpOnHeadlines', u'HelpOnAccessControlLists', u'HelpOnXmlPages', u'HelpOnPageDeletion', u'WikiCourse', u'UserPreferences', u'WikiCourse/BasicIntroduction/195 Actions', u'HelpOnInstalling/ApacheWithModPython', u'HelpOnAutoAdmin', u'HelpOnProcessingInstructions', u'HelpOnInstalling/BasicInstallation', u'HelpOnConfiguration/IntegratingWithApache', u'cache', u'HelpOnLinking', ...])
- 1175 for name in pages:
- 1176 page = Page(self.request, name)
- 1177 match = self.query.search(page)
- 1178 if match:
- 1179 hits.append((page, match))
- match = None
- self = <MoinMoin.search.Search instance>
- self.query = <MoinMoin.search.TextSearch instance>
- self.query.search = <bound method TextSearch.search of <MoinMoin.search.TextSearch instance>>
- page = <MoinMoin.Page.Page instance>
/usr/lib/python2.4/site-packages/MoinMoin/search.py in search (self=<MoinMoin.search.TextSearch instance>, page=<MoinMoin.Page.Page instance>)
- 252
- 253 # Search in page body
- 254 body = page.get_raw_body()
- 255 for match in self.search_re.finditer(body):
- 256 matches.append(TextMatch(re_match=match))
- body undefined
- page = <MoinMoin.Page.Page instance>
- page.get_raw_body = <bound method Page.get_raw_body of <MoinMoin.Page.Page instance>>
/usr/lib/python2.4/site-packages/MoinMoin/Page.py in get_raw_body (self=<MoinMoin.Page.Page instance>)
- 787 return ""
- 788 else:
- 789 raise er
- 790
- 791 # read file content and make sure it is closed properly
- er = <exceptions.IOError instance>
IOError
[Errno 20] Not a directory: '../data/pages/current/revisions/99999999'
- args = (20, 'Not a directory')
- errno = 20
- filename = '../data/pages/current/revisions/99999999'
- strerror = 'Not a directory'
System Details
- Date: Wed, 09 Aug 2006 16:36:56 +0000
- Platform: Linux R2B-IT-005A 2.6.17-1.2145_FC5xen0 #1 SMP Sat Jul 1 13:38:11 EDT 2006 i686
- Python: Python 2.4.3 (/usr/bin/python)
- 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.