Installation failed

taldrup - August 20, 2007 - 14:30
Project:Panels
Version:5.x-2.0-alpha7
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:by design
Description

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)
)

#1

taldrup - August 20, 2007 - 14:31

I miss-typed. I meant to say that i got the error on create table {panels_info} table rather than the table {panels_display}

#2

merlinofchaos - August 24, 2007 - 02:24
Status:active» by design

The 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?

 
 

Drupal is a registered trademark of Dries Buytaert.