Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Stripe Stripe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 57
    • Issues 57
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Extensions
  • StripeStripe
  • Issues
  • #317

Closed
Open
Created May 19, 2021 by philstevens@philstevens

Install trouble

I'm trying to install this extension on Civi 5.37.2 (Drupal 7.80) and I get this error:

CREATE TABLE IF NOT EXISTS civicrm_stripe_customers ( id varchar(255) DEFAULT NULL, contact_id int(10) UNSIGNED DEFAULT NULL COMMENT 'FK ID from civicrm_contact', processor_id int(10) DEFAULT NULL COMMENT 'ID from civicrm_payment_processor', UNIQUE KEY id (id), CONSTRAINT FK_civicrm_stripe_customers_contact_id FOREIGN KEY (contact_id) REFERENCES civicrm_contact (id) ON DELETE CASCADE ); ERROR 1071 (42000): Specified key was too long; max key length is 767 bytes

Is there a workaround? The DB server is set to UTF8MB4 by default but the site database is showing all tables with DEFAULT CHARSET=utf8

Assignee
Assign to
Time tracking