Hello ,
After RMA installation I'm getting this

Notice: Undefined index: customer_profile_rma in _customer_profile_type_ui_store_checkout_pane_contexts() (line 160 of /srv/bindings/592373e5ed95417cbb7955da48ecc427/code/sites/all/modules/customer_profile_type_ui/customer_profile_type_ui.module).
Notice: Undefined index: base in _customer_profile_type_ui_store_checkout_pane_contexts() (line 160 of /srv/bindings/592373e5ed95417cbb7955da48ecc427/code/sites/all/modules/customer_profile_type_ui/customer_profile_type_ui.module).
Notice: Undefined index: base in _customer_profile_type_ui_store_checkout_pane_contexts() (line 160 of /srv/bindings/592373e5ed95417cbb7955da48ecc427/code/sites/all/modules/customer_profile_type_ui/customer_profile_type_ui.module).
Notice: Undefined index: base in _customer_profile_type_ui_store_checkout_pane_contexts() (line 160 of /srv/bindings/592373e5ed95417cbb7955da48ecc427/code/sites/all/modules/customer_profile_type_ui/customer_profile_type_ui.module).
Notice: Undefined index: base in _customer_profile_type_ui_store_checkout_pane_contexts() (line 160 of /srv/bindings/592373e5ed95417cbb7955da48ecc427/code/sites/all/modules/customer_profile_type_ui/customer_profile_type_ui.module).

Any suggestions ?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Erevos created an issue. See original summary.

renatog’s picture

Assigned: Unassigned » renatog
botris’s picture

Confirming bug, unsetting the customer_profile_rma results in undefined index.

I assume that there was an attempt to unset the checkout pane because else the "Return information" customer profile shows in the checkout settings: admin/commerce/config/checkout
But as the profile setting locked/code> has a default value <code>TRUE you can't enable the profile in one of the checkout panes anyway.

botris’s picture

with correct paths

botris’s picture

Status: Active » Needs review
emartoni’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +#ciandt-contrib
FileSize
117.17 KB
112.66 KB

Hi all!

Patch #4 worked for me!