Closed (fixed)
Project:
Rules Link
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Dec 2011 at 06:06 UTC
Updated:
27 Feb 2012 at 15:30 UTC
drush en -y rules_link
....
PDOException: SQLSTATE[42601]: Syntax error: 7 ERROR: type modifier is not allowed for type "text"
LINE 5: path text(2048),
^: CREATE TABLE {rules_link} (
id serial,
....
path text(2048),
....
I think it is because I run drupal 7 on postgres not mysql.
Comments
Comment #1
sepgil commentedThe issue is related to this one:
#1388828: possible PostgresQL incompatibility
It should be fixed now.