Closed (duplicate)
Project:
Category
Version:
5.x-1.1
Component:
Wrapper modules
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 May 2007 at 14:49 UTC
Updated:
7 Jul 2007 at 13:27 UTC
after wrappen at the taxonomy.module
line:527 db_query('INSERT INTO {term_node} (nid, tid) VALUES (%d, %d)', $nid, $term)
and must be
line:527 db_query('INSERT INTO {term_node} (nid, tid) VALUES (%d, %d)', $nid, $term->tid)
Comments
Comment #1
inforeto commentedFor possible patches, see here: http://drupal.org/node/87669
There's many related issues. Marking as duplicate.