Closed (cannot reproduce)
Project:
Search API
Version:
7.x-1.x-dev
Component:
Views integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2011 at 05:02 UTC
Updated:
15 May 2012 at 21:35 UTC
Fatal error: Access level to SearchApiViewsHandlerField::$additional_fields must be public (as in class views_handler_field) in /hsphere/local/home/...../profiles/recruiter/modules/search_api/contrib/search_api_views/includes/handler_field.inc on line 195
Comments
Comment #1
travis-cunningham commentedSame issue when upgrading to the latest views module (views-7.x-3.0). Subscribing.
Comment #2
baldwinlouie commentedchanging that field from protected to public will fix the problem.
Comment #3
drunken monkeyThere hasn't been a
SearchApiViewsHandlerFieldclass for half a year (since before RC1).