Crash when content_profile_registration is combined with Date and OpenId module
Amitaibu - November 1, 2009 - 14:43
| Project: | Content Profile |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
In the openId module when drupal_validate_form('user_register', $form, $form_state); and content profile registration is enabled $form_state['values'] is filled with an empty key, which is a result of calling date_element_empty().

#1
Just to explain a bit more. The empty key then kills user_save() in drupal_unpack().