Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 7 years ago

#7462 closed defect (bug) (no action required)

Installation fails when MySQL engine is InnoDB

Reported by: gperpress's profile gperpress Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

During plugin installation, the sql script contains "ENGINE = MYISAM" when creating table "posts".
The result of this is that the installation fails with the message "Cannot create tables" if the user's engine is InnoDB.

Change History (1)

#1 @r-a-y
7 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Thanks for the report, @gperpress. However, BuddyPress doesn't create a table with posts in the database table name.

See:
https://codex.buddypress.org/developer/buddypress-database-diagram/

Going to close this one.

Note: See TracTickets for help on using tickets.