affiliate-wp
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u931173935/domains/gou.travel/public_html/tribu/wp-includes/functions.php on line 6114WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'KEY `last_name` (`last_name`)
KEY `identifier` (`identifier`)
...' at line 14]CREATE TABLE wp_bb_social_sign_on_users (
`id` int NOT NULL AUTO_INCREMENT,
`wp_user_id` int NOT NULL,
`first_name` varchar(255),
`last_name` varchar(255),
`type` varchar(20) NOT NULL,
`identifier` varchar(100) NOT NULL,
`register_date` datetime default NULL,
`login_date` datetime default NULL,
`link_date` datetime default NULL,
PRIMARY KEY (id),
KEY `wp_user_id` (`wp_user_id`,`type`),
KEY `first_name` (`first_name`)
KEY `last_name` (`last_name`)
KEY `identifier` (`identifier`)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci