Closed (fixed)
Project:
Availability Calendars
Version:
7.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2012 at 20:47 UTC
Updated:
3 Feb 2012 at 13:20 UTC
After updating to Views 7.x-3.1, the following error prevents any Views UI screen to open:
Fatal error: Access level to availability_calendar_handler_filter_availability::$always_multiple must be public (as in class views_handler_filter) in ...\availability_calendar_handler_filter_availability.inc on line 0
I am currently testing a fix.
Workaround: just change protected to public on line 19(!) of the given file.
Comments
Comment #1
fietserwinFixed and committed. A new release (7.x-3.2) )will be published soon.