I did a clean install of 5.x-2-0-alpha 7. Got a warning that panels_display table did not exist.
So had to get table sql from an earlier version and apply it to database manually.
I use this sql below. Hope it is the right version.
create table {panels_info} (
did int(10) not null default 0 primary key,
title varchar(128),
access varchar(128),
path varchar(128),
css_id varchar(128),
layout varchar(32)
)
Comments
Comment #1
taldrup commentedI miss-typed. I meant to say that i got the error on create table {panels_info} table rather than the table {panels_display}
Comment #2
merlinofchaos commentedThe table 'panels_info' no longer exists in Panels 2; however, various modules that add things to Panels call this table directly and this has shown to be a problem; it is possible that the error you have is there?