Attachment 'Traceback.html'

Download

--> -->

AttributeError

Search instance has no attribute '_xapianMset'

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. /home2/lotek/lib/python2.5/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_standalone.Request object at 0xae2831ac>)

    1. 1281 self.page.send_page(msg=msg)
    2. 1282 else:
    3. 1283 handler(self.page.page_name, self)
    4. 1284
    5. 1285 # every action that didn't use to raise MoinMoinNoFooter must call this now:
    • handler = <function execute at 0xae2a3b1c>
    • self = <MoinMoin.request.request_standalone.Request object at 0xae2831ac>
    • self.page = <MoinMoin.Page.Page object at 0xae1fa64c>
    • self.page.page_name = u'SystemInfo'
  2. /home/lotek/lib/python2.5/site-packages/MoinMoin/action/fullsearch.py in execute (pagename=u'SystemInfo', request=<MoinMoin.request.request_standalone.Request object at 0xae2831ac>, fieldname='value', titlesearch=0, statistic=0)

    1. 185 query = QueryParser(case=case, regex=regex,
    2. 186 titlesearch=titlesearch).parse_query(needle)
    3. 187 results = searchPages(request, query, sort, mtime, historysearch)
    4. 188 except ValueError: # catch errors in the search query
    5. 189 err = _('Your search query {{{"%s"}}} is invalid. Please refer to '
    • results undefined
    • searchPages = <function searchPages at 0xae2a3d14>
    • request = <MoinMoin.request.request_standalone.Request object at 0xae2831ac>
    • query = <MoinMoin.search.queryparser.TextSearch instance at 0xae1fa9ec>
    • sort = 'weight'
    • mtime = None
    • historysearch = 0
  3. /home/lotek/lib/python2.5/site-packages/MoinMoin/search/__init__.py in searchPages (request=<MoinMoin.request.request_standalone.Request object at 0xae2831ac>, query=<MoinMoin.search.queryparser.TextSearch instance at 0xae1fa9ec>, sort='weight', mtime=None, historysearch=0, **kw={})

    1. 30 if isinstance(query, str) or isinstance(query, unicode):
    2. 31 query = QueryParser(**kw).parse_query(query)
    3. 32 return Search(request, query, sort, mtime=mtime,
    4. 33 historysearch=historysearch).run()
    5. 34
    • historysearch = 0
    • ).run undefined
  4. /home/lotek/lib/python2.5/site-packages/MoinMoin/search/builtin.py in run (self=<MoinMoin.search.builtin.Search instance at 0xae1fa72c>)

    1. 470 self.request.cfg.xapian_search:
    2. 471 self.sort = None
    3. 472 mset = self._xapianMset
    4. 473 estimated_hits = (
    5. 474 (mset.get_matches_estimated() == mset.get_matches_upper_bound()
    • mset undefined
    • self = <MoinMoin.search.builtin.Search instance at 0xae1fa72c>
    • self._xapianMset undefined

AttributeError

Search instance has no attribute '_xapianMset'

  • args = ("Search instance has no attribute '_xapianMset'",)
  • message = "Search instance has no attribute '_xapianMset'"

System Details

  • Date: Mon, 04 Feb 2008 11:02:57 +0000
  • Platform: Linux web11.webfaction.com 2.6.9-55.0.2.ELsmp #1 SMP Tue Jun 12 17:59:08 EDT 2007 i686
  • Python: Python 2.5 (/home/lotek/bin/python)
  • MoinMoin: Release 1.6.1 (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] (2008-02-04 11:11:11, 7.9 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.