I think there is a typo in the panels.install file

switch ($GLOBALS['dbtype']) {
should be:
switch ($GLOBALS['db_type']) {

At the moment, the switch is always falling to default (mysql) hence the error for postgres

A patch is attached :-)

CommentFileSizeAuthor
panels.install.20072711.patch343 bytesdavidwhthomas

Comments

davidwhthomas’s picture

Status: Active » Needs review
suzanne.aldrich’s picture

My test of this patch allowed me to use Panels for the first time on postgresql. Thanks for the fix.

sdboyer’s picture

Status: Needs review » Closed (fixed)

Very old issue, no longer relevant (especially with the onset of Panels2 RC). Closing.