Databse Error
-
Hi I’m working for a company and was hired update their website. They want to install buddypress on their site but there’s database issues. I think they previously had the plugin years ago but deleted it.
How do I fix this?
WordPress database error Table ‘cti_bp_invitations’ already exists for query CREATE TABLE cti_bp_invitations (
id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,
user_id bigint(20) NOT NULL,
inviter_id bigint(20) NOT NULL,
invitee_email varchar(100) DEFAULT NULL,
class varchar(120) NOT NULL,
item_id bigint(20) NOT NULL,
secondary_item_id bigint(20) DEFAULT NULL,
type varchar(12) NOT NULL DEFAULT ‘invite’,
content longtext DEFAULT ”,
date_modified datetime NOT NULL,
invite_sent tinyint(1) NOT NULL DEFAULT ‘0’,
accepted tinyint(1) NOT NULL DEFAULT ‘0’,
KEY user_id (user_id),
KEY inviter_id (inviter_id),
KEY invitee_email (invitee_email),
KEY class (class),
KEY item_id (item_id),
KEY secondary_item_id (secondary_item_id),
KEY type (type),
KEY invite_sent (invite_sent),
KEY accepted (accepted)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, bp_admin_init, do_action(‘bp_admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, bp_setup_updater, bp_version_updater, bp_core_install_invitations, dbDelta
- You must be logged in to reply to this topic.