The panels_views table is not created when the Panels module is installed. This is due to a small bug in the 'panels\panels_views\panels_views.install' file.

$sql .= $field . '' . $data['definition'];

should be

$sql .= $field . ' ' . $data['definition'];

Comments

phpgirl’s picture

Status: Active » Closed (duplicate)

Already fixed in Beta2