Trying to edit profile options or visit registration path. Tested both: dev and stable versions.

Notice: Undefined index: custom_titles in profile2_regpath_form_profile2_type_form_alter() (line 163 of /home/u4586/domains/makey.u4586.argon.vps-private.net/sites/all/modules/profile2_regpath/profile2_regpath.module). Backtrace:

profile2_regpath_form_profile2_type_form_alter(Array, Array, 'profile2_type_form') module.inc:1017
drupal_alter(Array, Array, Array, 'profile2_type_form') form.inc:1056
drupal_prepare_form('profile2_type_form', Array, Array) form.inc:330
drupal_build_form('profile2_type_form', Array) entity.module:1040
entity_ui_get_form('profile2_type', Object)
call_user_func_array('entity_ui_get_form', Array) menu.inc:503
menu_execute_active_handler() index.php:24

Notice: Undefined index: login_title in profile2_regpath_form_profile2_type_form_alter() (line 178 of /home/u4586/domains/makey.u4586.argon.vps-private.net/sites/all/modules/profile2_regpath/profile2_regpath.module). Backtrace:

profile2_regpath_form_profile2_type_form_alter(Array, Array, 'profile2_type_form') module.inc:1017
drupal_alter(Array, Array, Array, 'profile2_type_form') form.inc:1056
drupal_prepare_form('profile2_type_form', Array, Array) form.inc:330
drupal_build_form('profile2_type_form', Array) entity.module:1040
entity_ui_get_form('profile2_type', Object)
call_user_func_array('entity_ui_get_form', Array) menu.inc:503
menu_execute_active_handler() index.php:24

Notice: Undefined index: register_title in profile2_regpath_form_profile2_type_form_alter() (line 184 of /home/u4586/domains/makey.u4586.argon.vps-private.net/sites/all/modules/profile2_regpath/profile2_regpath.module). Backtrace:

profile2_regpath_form_profile2_type_form_alter(Array, Array, 'profile2_type_form') module.inc:1017
drupal_alter(Array, Array, Array, 'profile2_type_form') form.inc:1056
drupal_prepare_form('profile2_type_form', Array, Array) form.inc:330
drupal_build_form('profile2_type_form', Array) entity.module:1040
entity_ui_get_form('profile2_type', Object)
call_user_func_array('entity_ui_get_form', Array) menu.inc:503
menu_execute_active_handler() index.php:24

Notice: Undefined index: password_title in profile2_regpath_form_profile2_type_form_alter() (line 190 of /home/u4586/domains/makey.u4586.argon.vps-private.net/sites/all/modules/profile2_regpath/profile2_regpath.module). Backtrace:

profile2_regpath_form_profile2_type_form_alter(Array, Array, 'profile2_type_form') module.inc:1017
drupal_alter(Array, Array, Array, 'profile2_type_form') form.inc:1056
drupal_prepare_form('profile2_type_form', Array, Array) form.inc:330
drupal_build_form('profile2_type_form', Array) entity.module:1040
entity_ui_get_form('profile2_type', Object)
call_user_func_array('entity_ui_get_form', Array) menu.inc:503
menu_execute_active_handler() index.php:24

Comments

grasmash’s picture

Did you upgrade from a previous version, and if so, did you run the db updates?

dgastudio’s picture

Status: Active » Closed (works as designed)

sorry, u are right.

grasmash’s picture

This actually was a bug. It's now been fixed in dev. The workaround is to simply save the profile type-- it just needs values (even if empty) in the db.

perisdr’s picture

I am getting this

Notice: Undefined index: confirmation_message for profile2_regpath_user_insert() (line 549 of /home/xxxxxxx/public_html/xxxxxxx/sites/all/modules/profile2_regpath/profile2_regpath.module).

I have not checked the confirmation meesage option. Plus working on multilingual site.

grasmash’s picture

@perisdr: This is a separate issue.

I've just fixed it and push the change to dev. It is available via git immediately and should be rebuilt on the project page by tomorrow.

perisdr’s picture

Ok, I thought keeping all the undefined indexes in one issue.
If I get the message again I 'll open a new issue otherwise fixed.