When trying to edit a price field from a variation type, the following warnings are displayed :

    Notice: Undefined index: instance in chosen_form_field_ui_field_edit_form_alter() (line 54 of profiles/commerce_kickstart/modules/contrib/chosen/chosen.module).
    Notice: Undefined index: description in token_form_field_ui_field_edit_form_alter() (line 759 of profiles/commerce_kickstart/modules/contrib/token/token.module).
    Notice: Undefined index: #description in token_form_field_ui_field_edit_form_alter() (line 759 of profiles/commerce_kickstart/modules/contrib/token/token.module).

Comments

Highlive’s picture

Version: 7.x-2.x-dev » 7.x-2.0-rc4

I have the same issue with the 7.x-2.0-rc4+0-dev commerce kickstart version. any solutions ?

vasike’s picture

Version: 7.x-2.0-rc4 » 7.x-2.x-dev

this seems to be Chosen module issue : #1720846: Fixing widget type check
it was fixed for 7.x-2.x, http://drupalcode.org/project/chosen.git/commit/3f674a9
But this version is not "Supported" release, yet.

It seems there's also a similar issue with Token module : #1720576: When you programmatically create a field with the option "locked => TRUE", there can be errors.
patch available

bojanz’s picture

Status: Active » Closed (works as designed)

Okay, so nothing to do here.

We have an open, RTBC issue in the Chosen queue saying "Give us a stable 2.x release", and the Token patch is in progress. Once that happens, the errors will go away.

makokis’s picture

when triying to access
Inicio » Administration » Opcs tienda » Advanced store settings » Line item types » Envío » Manage fields » Shipping service

thanks, waiting that patch or solution

makokis’s picture

hi all,
still waiting to solve this issue

thanks in advance

screenshot here

bojanz’s picture

This needs to happen in order for the error to go away: #2073309: Move to Chosen 2.x.

makokis’s picture

thanks solved, this patch help me:
#2
Posted by vasike on November 14, 2012 at 11:18am
Version: 7.x-2.0-rc4 » 7.x-2.x-dev

this seems to be Chosen module issue : #1720846: Fixing widget type check