Details
-
Type:
Bug
-
Status: Done/Fixed
-
Priority:
Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.8
-
Fix Version/s: 4.3.0
-
Component/s: None
-
Labels:None
Description
I have been seeing this e-Notice a lot for a while
Notice: Undefined index: complete form in form_builder()
& discovered that per
http://drupal.org/node/612396
adding
$form_state['complete form'] = FALSE;
to CRM_Utils_System_Drupal::createUser
seems to fix
On adding this I still have
Notice: Undefined index: #array_parents in form_builder()
Which I haven't looked into