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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | civinode.profile_id_not_integer.patch | 665 bytes | sutharsan |
| civinode.profile_id_not_integer.patch | 0 bytes | sutharsan |
Comments
Comment #1
sutharsan commentedHow strange, I need to save the change before making a patch ;)
Comment #2
sutharsan commentedSee also http://drupal.org/node/222010 for (probably) the same error.
Comment #3
sutharsan commented@Torenware: Does this patch has your attention? Can I help getting it committed?