In panels_update_5216() in panels.install, line #536 reads

$ret[] = update_sql("ALTER TABLE {panels_pane ADD COLUMN visibility text AFTER access");

This should be

$ret[] = update_sql("ALTER TABLE {panels_pane} ADD COLUMN visibility text AFTER access");

This results in the column not being added and a sql error after setting the visibility of a pane and makes the respective panel go completely blank, so I'm setting this to critical.

Comments

pancho’s picture

Status: Active » Fixed

sdboyer fixed this per commit #117840 in HEAD and 5.x-2.0-beta4b.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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