Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
taxonomy.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2005 at 20:31 UTC
Updated:
24 Aug 2006 at 00:22 UTC
Not sure if this is taxonomy error...
When using vocabulary with free tagging enabled I get following errors when I try to submit a page with a tag for such vocab.:
warning: pg_query(): Query failed: ERROR: invalid input syntax for integer: "" in /var/www/includes/database.pgsql.inc on line 45.
user error:
query: INSERT INTO term_data (tid, name, description, vid, weight) VALUES ('21', 'linux', '', 2, '') in /var/www/includes/database.pgsql.inc on line 62.
Comments
Comment #1
zoo33 commentedI'm having the same problem. Submitted a patch here: http://drupal.org/node/35125
Comment #2
chx commentedClosing because the other issue was closed half a year ago.