Closed
Bug 721416
Opened 13 years ago
Closed 13 years ago
AttributeError: type object 'Thread' has no attribute 'SphinxMeta'
Categories
(support.mozilla.org :: Search, defect, P1)
support.mozilla.org
Search
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 721415
People
(Reporter: willkg, Unassigned)
Details
Traceback (most recent call last):
File "/data/www/support.mozilla.org/kitsune/vendor/src/django/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/support.mozilla.org/kitsune/vendor/src/django-mobility/mobility/decorators.py", line 23, in wrapper
return f(request, *args, **kw)
File "/data/www/support.mozilla.org/kitsune/apps/search/views.py", line 128, in search
discussion_s = discussion_searcher(request)
File "/data/www/support.mozilla.org/kitsune/apps/forums/models.py", line 329, in discussion_searcher
return (searcher(request)(index_model).weight(title=2, content=1)
File "/data/www/support.mozilla.org/kitsune/vendor/src/oedipus/oedipus/__init__.py", line 67, in __init__
self.meta = model.SphinxMeta
AttributeError: type object 'Thread' has no attribute 'SphinxMeta'
One of the urls:
http://support.mozilla.org/en-US/search?e=sph&q=thunderbird+folder+lost
This looks like it is with Sphinx search in production.
| Reporter | ||
Comment 1•13 years ago
|
||
This bug and bug #721415 are two sides of the same problem so making this a duplicate of that one.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•