I'm searching for a ticket number, it's just a 9 digit number. Checked the ownership, it's _www so that seems correct (that's the name of the apache user on OS X).
Ian On Wednesday, March 18, 2015 at 7:14:45 PM UTC-7, MoonWalker wrote: > > make sure that you still have www-data as a user/grp on > /var/www/YOUR_RB_LOCATION/data. > > On Wednesday, March 18, 2015 at 5:35:14 AM UTC+11, Christian Hammond wrote: >> >> Hi Ian, >> >> Can you show me an example search term that's causing this? I'm not >> hitting this problem in my testing. >> >> Christian >> >> -- >> Christian Hammond - [email protected] >> Review Board - http://www.reviewboard.org >> Beanbag, Inc. - http://www.beanbaginc.com >> >> On Tue, Mar 17, 2015 at 11:29 AM, Ian <[email protected]> wrote: >> >>> Search doesn't want to work on my 2.0.15 installation. I >>> did rebuild_index which worked for the first time ever (all of our reviews >>> belong to private review groups). But when I actually try to search I get >>> a 500 error and then the server emails me this. >>> >>> Traceback (most recent call last): >>> >>> File >>> "/Library/Python/2.7/site-packages/Django-1.6.10-py2.7.egg/django/core/handlers/base.py", >>> >>> line 112, in get_response >>> response = wrapped_callback(request, *callback_args, >>> **callback_kwargs) >>> >>> File >>> "/Library/Python/2.7/site-packages/ReviewBoard-2.0.15-py2.7.egg/reviewboard/accounts/decorators.py", >>> >>> line 21, in _check >>> return login_required(view_func)(*args, **kwargs) >>> >>> File >>> "/Library/Python/2.7/site-packages/Django-1.6.10-py2.7.egg/django/contrib/auth/decorators.py", >>> >>> line 22, in _wrapped_view >>> return view_func(request, *args, **kwargs) >>> >>> File >>> "/Library/Python/2.7/site-packages/ReviewBoard-2.0.15-py2.7.egg/reviewboard/site/decorators.py", >>> >>> line 35, in _check >>> return view_func(request, local_site=local_site, *args, **kwargs) >>> >>> File >>> "/Library/Python/2.7/site-packages/ReviewBoard-2.0.15-py2.7.egg/reviewboard/search/views.py", >>> >>> line 221, in search >>> return search_view(*args, **kwargs) >>> >>> File >>> "/Library/Python/2.7/site-packages/ReviewBoard-2.0.15-py2.7.egg/reviewboard/search/views.py", >>> >>> line 83, in __call__ >>> return super(RBSearchView, self).__call__(request) >>> >>> File >>> "/Library/Python/2.7/site-packages/django_haystack-2.1.0-py2.7.egg/haystack/views.py", >>> >>> line 50, in __call__ >>> return self.create_response() >>> >>> File >>> "/Library/Python/2.7/site-packages/ReviewBoard-2.0.15-py2.7.egg/reviewboard/search/views.py", >>> >>> line 209, in create_response >>> context.update(self.extra_context()) >>> >>> File >>> "/Library/Python/2.7/site-packages/ReviewBoard-2.0.15-py2.7.egg/reviewboard/search/views.py", >>> >>> line 180, in extra_context >>> for filter_type in self.FILTER_TYPES >>> >>> AttributeError: 'RBSearchView' object has no attribute 'active_filters' >>> >>> -- >>> Supercharge your Review Board with Power Pack: >>> https://www.reviewboard.org/powerpack/ >>> Want us to host Review Board for you? Check out RBCommons: >>> https://rbcommons.com/ >>> Happy user? Let us know! https://www.reviewboard.org/users/ >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "reviewboard" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >> >> -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
