after Wrapper

kyanos - May 25, 2007 - 14:49
Project:Category
Version:5.x-1.1
Component:Wrapper modules
Category:bug report
Priority:critical
Assigned:Unassigned
Status:duplicate
Description

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)

#1

inforeto - July 7, 2007 - 13:27
Status:active» duplicate

For possible patches, see here: http://drupal.org/node/87669

There's many related issues. Marking as duplicate.

 
 

Drupal is a registered trademark of Dries Buytaert.