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 |
Jump to:
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
For possible patches, see here: http://drupal.org/node/87669
There's many related issues. Marking as duplicate.