profile_id is not an integer
Sutharsan - June 9, 2008 - 15:51
| Project: | CiviNode And Civinode CCK |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | needs review |
Description
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.
| Attachment | Size |
|---|---|
| civinode.profile_id_not_integer.patch | 0 bytes |

#1
How strange, I need to save the change before making a patch ;)
#2
See also http://drupal.org/node/222010 for (probably) the same error.
#3
@Torenware: Does this patch has your attention? Can I help getting it committed?