Hi,
I have a problem for using taxonomy_vocabulary_save function when newsletter module was enabled,
In newsletter.module used newsletter_taxonomy_vocabulary_insert hook and add twice field_field_ to my field name, so i got this error:
FieldException: Attempt to create a field with a name longer than 32 characters: field_field_event_calendar_status in field_create_field() (line 74 of modules/field/field.crud.inc).

And when i disable newsletter module added field without problem.

please see: https://www.drupal.org/node/2417605

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mahyarss created an issue. See original summary.

mahyarsbt’s picture

Issue summary: View changes
Spurlos’s picture

Here is a small patch to fix the issue.

peraltamori’s picture

Status: Needs review » Reviewed & tested by the community

  • VladimirAus committed 36b3864 on 7.x-1.x authored by Spurlos
    Issue #2843573 by Spurlos, mahyarss, peraltamori, VladimirAus: Add twice...