crm_uf_get_profile_fields() needs to be called with an integer profile id. Calling it with an integer results in a CiviCRM error message.
After admin selected as default profile (at admin/settings/civinode) the default profile id variable is no longer an integer. The attached patch is the easiest solution to this.

Comments

sutharsan’s picture

StatusFileSize
new665 bytes

How strange, I need to save the change before making a patch ;)

sutharsan’s picture

See also http://drupal.org/node/222010 for (probably) the same error.

sutharsan’s picture

@Torenware: Does this patch has your attention? Can I help getting it committed?