Current_Timestamp Error
-
I just purchased the license for all the extensions. However, I have my first problem when trying to activate the group plugin (which I greatly need). I can install, but when I try to activate, I get a TimeStamp error:
WordPress database error: [Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause] CREATE TABLE wp_um_groups_members ( id int(11) unsigned NOT NULL auto_increment, group_id int(11) unsigned NOT NULL, user_id1 int(11) unsigned NOT NULL, user_id2 int(11) unsigned NOT NULL, status enum('pending_admin_review','pending_member_review','approved','rejected','blocked') NOT NULL, role varchar(30) NOT NULL, invites tinyint(1) unsigned NOT NULL DEFAULT 0, time_stamp timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, date_joined timestamp DEFAULT 0 ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
- The topic ‘Current_Timestamp Error’ is closed to new replies.