Download & Extend

Crash when content_profile_registration is combined with Date and OpenId module

Project:Content Profile
Version:6.x-1.x-dev
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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().

Comments

#1

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