Closed (fixed)
Project:
Panels
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2007 at 03:20 UTC
Updated:
11 Jul 2008 at 05:08 UTC
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 :-)
| Comment | File | Size | Author |
|---|---|---|---|
| panels.install.20072711.patch | 343 bytes | davidwhthomas |
Comments
Comment #1
davidwhthomas commentedComment #2
suzanne.aldrich commentedMy test of this patch allowed me to use Panels for the first time on postgresql. Thanks for the fix.
Comment #3
sdboyer commentedVery old issue, no longer relevant (especially with the onset of Panels2 RC). Closing.