Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.0
-
Fix Version/s: None
-
Component/s: Core CiviCRM
-
Labels:None
Description
The table definition says 64 chars for the name field, so I think it's this one that it's having trouble with:
}
{contact.individual_prefix}{ }
{contact.first_name}{ }
{contact.middle_name}{ }
{contact.last_name}{ }
{contact.individual_suffix}Need to update schema definition for civicrm_option_value.name to VARCHAR(255)