You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In modules/custom/annotation/annotation.install lines 49 and 57, I changed 'name' in
'field_name' => 'name',
to some other identifier. Use of 'name' is causing an error on module install for me on several installation tests, and the error was fixed by replacing 'name' with a non-reserved word. I didn't see any other lines that would require corresponding changes, but 'name' is a hard word to search for.
The error message was:
"FieldException: Attempt to create field name name which is reserved by entity type taxonomy_term. in field_create_field() (line 93 of /mysite.com/modules/field/field.crud.inc).
The text was updated successfully, but these errors were encountered:
Our first issue! How exciting. Thanks for pointing this out, Amanda. What did you change it to? I'm thinking "label" probably makes sense. If you'd like to send a pull request so that we properly credit your contribution, please feel free. Thanks!
Our first issue! How exciting. Thanks for pointing this out, Amanda. What
did you change it to? I'm thinking "label" probably makes sense. If you'd
like to send a pull request so that we properly credit your contribution,
please feel free. Thanks!
—
Reply to this email directly or view it on GitHub #5 (comment)
.
In modules/custom/annotation/annotation.install lines 49 and 57, I changed 'name' in
'field_name' => 'name',
to some other identifier. Use of 'name' is causing an error on module install for me on several installation tests, and the error was fixed by replacing 'name' with a non-reserved word. I didn't see any other lines that would require corresponding changes, but 'name' is a hard word to search for.
The error message was:
"FieldException: Attempt to create field name name which is reserved by entity type taxonomy_term. in field_create_field() (line 93 of /mysite.com/modules/field/field.crud.inc).
The text was updated successfully, but these errors were encountered: