When adding a term via the standard form (Taxonomy -> A Vocabulary Name -> Add Term) to any vocabulary the systems spits out the following error on the form:
Notice: Undefined index: vid in media_gallery_form_taxonomy_form_term_alter() (line 1154 of /sites/all/modules/media_gallery/media_gallery.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | taxonomy_term_form_error-1053202-2.patch | 1006 bytes | codycraven |
Comments
Comment #1
3rdLOF commentedIt appears that after installing and setting up permissions the Gallery Collections vocabulary does not appear anywhere. Perhaps this is somehow connected to the issue above.
Comment #2
codycraven commented#1 is not connected to the issue above. Line 1154 uses $form values that are inaccurate.
Patch that correctly identifies the vid attached.
Comment #3
effulgentsia commentedThanks. Committed a variation: http://drupalcode.org/project/media_gallery.git/commitdiff/45b7e30?hp=65....