I am getting this error on fresh D7 install when on mangefield form in taxonomy
Notice: Undefined index: taxonomy_term in fieldaccess_field_attach_form() (line 92 of H:\wamp\www\drupalenterprise\sites\all\modules\fieldaccess\fieldaccess.module).

Comments

bellesmanieres’s picture

Can you provide more infos on the steps to reproduce ?
Here's what I did :
fresh install (standard profile)
enable fieldaccess and fa_user module
create a new field (boolean) named "testaef" on the default "tag" vocab
set some access rules in the "FIELD ACCESS" section (at admin/structure/taxonomy/tags/fields/field_testaef)
save settings.
Didn't get any errors.
Is there any custom implementation ? On what paths and/or field types does the error occur ?

kaizerking’s picture

I haven't done any thing just enabled the module and was not performing any thing related to field access.
I have installed taxonomy manager, taxonomy fix modules, if this information is any help to you

bellesmanieres’s picture

Status: Active » Postponed (maintainer needs more info)

Couldn't reproduce, with these 2 modules enabled (I assume "taxonomy fix" is http://drupal.org/project/taxonomy_access_fix ?).

kaizerking’s picture

Yes