I got the following error when installing the Weblinks module on Drupal 5.1, PostgreSQL 8.1:
* warning: pg_query() [function.pg-query]: Query failed: ERROR: syntax error at or near "(" at character 244 in /var/www/includes/database.pgsql.inc on line 125.
* user warning: query: CREATE TABLE weblinks ( nid int NOT NULL default '0', tid int NOT NULL default '0', vid int NOT NULL default '0', url varchar(155) NOT NULL default '', weight smallint NOT NULL default '0', KEY tid (tid,vid), KEY nid (nid)); in /var/www/includes/database.pgsql.inc on line 144.
Comments
Comment #1
ideaoforder commentedHello. Sorry about the PostgreSQL problems. I don't have access to a Postgres DB, so I can' t really test the install script there. I made a number of fixes, hopefully including a fix for the Postgres problem. Please download the latest revision 5.x.1.2 and let me know if it works. I'll do my best to get you all set to go.
Cheers.
Comment #2
rmiddle commentedNo response in 14 Months. Looks like the issue was fix marking this issue closed.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.