Closed (won't fix)
Project:
Weblink
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2006 at 08:13 UTC
Updated:
28 Feb 2007 at 12:27 UTC
I'm using a PostgreSQL database, and the CREATE TABLE statement does not work, most likely due to the KEY syntax.
Instead I used (simply removed two KEY statements):
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');
Which seems to work.
Comments
Comment #1
Bèr Kessels commentedCould you provide a patch? http://drupal.org/diffandpatch exlpains how to make a patch.
Comment #2
Bèr Kessels commentedCould you provide a patch? http://drupal.org/diffandpatch exlpains how to make a patch.
Comment #3
Bèr Kessels commentedWeblinks is superceded by http://drupal.org/project/links. That module even has an upgrade path from weblinks.