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

fietserwin’s picture

Status: Active » Fixed

Fixed and committed. A new release (7.x-3.2) )will be published soon.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.