When I activate this module, all my node add forms fails to save or preview if the content type has any Auto Complete Widgets with tagging. They work fine if that field has no values. They fail if I try to add a term, new or previously available. Everything turns back to normal when I disable this module.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

oryx’s picture

I'm having the same problem here. It is a major bug, as the field_remove_item module completely prevents from using the taxonomy autocomplete widget for multi-value tag fields. The ajax break down if there is anything in the term reference field : I cannot create an entity nor edit an entity I created programmatically, and it returns a 500 error.

Here is an extract of my apache error log :

PHP Fatal error: Cannot create references to/from string offsets nor overloaded objects in /var/www/pd7/includes/common.inc on line 6548

andrewko’s picture

Version: 7.x-1.0-rc1 » 7.x-1.x-dev
FileSize
1.4 KB

Patch against 7.x-1.x so solve this problem and another I discovered in the dev release relating to entity reference fields not getting the remove button.

pcambra’s picture

Issue summary: View changes
Status: Active » Needs work

Could you verify if this is still an issue with the latest changes and if so reroll your patch?

kapacs’s picture

The Dev version solves the problem but it breaks on the stable version. Thank you for the fix.