Node convert doesn't install on PostgreSQL (v8.2)

testosterone_z - May 13, 2009 - 12:59
Project:Node Convert
Version:6.x-1.4
Component:Code
Category:bug report
Priority:critical
Assigned:AlexisWilke
Status:closed
Issue tags:PostgreSQL
Description

Node convert doesn't install on PostgreSQL (v8.2).

Error messages:

warning: pg_query() [function.pg-query]: Query failed: ERROR: column name "ctid" conflicts with a system column name in [...]/drupal6/includes/database.pgsql.inc on line 139.

user warning: query: CREATE TABLE node_convert_templates ( ctid serial CHECK (ctid >= 0), name text, source_type text, destination_type text NOT NULL, data text, PRIMARY KEY (ctid) ) in [...]/drupal/includes/database.inc on line 515.

Additionally there seems to be a missing quote in "node_convert.install" in function "node_convert_uninstall()":

db_query("DELETE FROM {actions} WHERE callback = 'node_convert_convert_action");

should be:

db_query("DELETE FROM {actions} WHERE callback = 'node_convert_convert_action'");

(Missing single quote at "node_convert_convert_action")

#1

AlexisWilke - May 23, 2009 - 04:15
Assigned to:Anonymous» AlexisWilke
Status:active» patch (to be ported)

There is a patch for that problem. Please, apply it! Pretty please... 8-)

Thank you.
Alexis Wilke

AttachmentSize
node_convert-6.x-ctid_field_name.patch 5.45 KB

#2

Placinta - May 27, 2009 - 17:13
Status:patch (to be ported)» fixed

Fixed in http://drupal.org/node/474442
Thanks for the patch.

#3

System Message - June 10, 2009 - 17:20
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.