Closed (fixed)
Project:
Panels
Version:
5.x-2.0-beta4a
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2008 at 07:32 UTC
Updated:
9 Jun 2008 at 22:22 UTC
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
Comment #1
panchosdboyer fixed this per commit #117840 in HEAD and 5.x-2.0-beta4b.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.