Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-4664

civicrm_data.mysql tries to insert a name into civicrm_option_value that is longer than 64 characters

    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)

        Attachments

          Activity

            People

            • Assignee:
              dgg David Greenberg
              Reporter:
              demeritcowboy Dave D
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 20 minutes
                20m
                Remaining:
                Remaining Estimate - 20 minutes
                20m
                Logged:
                Time Spent - Not Specified
                Not Specified