Closed (fixed)
Project:
Block Class
Version:
7.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
26 Dec 2011 at 11:53 UTC
Updated:
13 Jun 2012 at 08:41 UTC
When I'm trying to install module on Drupal 7.10 (PostgreSQL):
WD php: PDOException: SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near "Array" [error]
LINE 5: PRIMARY KEY (Array, Array)
^: CREATE TABLE {block_class} (
module varchar(255) NOT NULL default '',
delta varchar(255) NOT NULL default '',
css_class varchar(255) NOT NULL default '',
PRIMARY KEY (Array, Array)
); Array
(
)
in db_create_table() (line 2684 of /var/www/drupal-7.10-2/includes/database/database.inc).
Cannot modify header information - headers already sent by (output started at /home/stepan/.drush/includes/drush.inc:596) bootstrap.inc:1221 [warning]
PDOException: SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near "Array"
LINE 5: PRIMARY KEY (Array, Array)
^: CREATE TABLE {block_class} (
module varchar(255) NOT NULL default '',
delta varchar(255) NOT NULL default '',
css_class varchar(255) NOT NULL default '',
PRIMARY KEY (Array, Array)
); Array
(
)
in db_create_table() (line 2684 of /var/www/drupal-7.10-2/includes/database/database.inc).
Comments
Comment #1
berenddeboer commentedPlease test with latest git.
Comment #2
stano.lacko commentedConfirmation that dev version from 2012-Mar-30 is working and installable on PostgreSQL.
Comment #3.0
(not verified) commentedremoved drush output