Hi again,
I have activated the debug mode:
Index column size too large. The maximum column size is 767 bytes. for query CREATE TABLE IF NOT EXISTS xxxx_sgs_log_events
( id
int(11) NOT NULL AUTO_INCREMENT, visitor_id
int(11) NOT NULL, ts
int(11) NOT NULL DEFAULT ‘0’, activity
varchar(255) NOT NULL, description
varchar(255) NOT NULL, ip
varchar(55) NOT NULL DEFAULT ‘127.0.0.1’, hostname
varchar(255) DEFAULT ‘0’, code
varchar(255) NOT NULL DEFAULT ”, object_id
varchar(255) NOT NULL, type
varchar(255) NOT NULL, action
varchar(255) NOT NULL, visitor_type
varchar(255) NOT NULL, PRIMARY KEY (id
), INDEX log_event_index
(visitor_id
, ts
, activity
, id
) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 made by activate_plugin, do_action(‘activate_sg-security/sg-security.php’), WP_Hook->do_action, WP_Hook->apply_filters, SG_Security\Activator\Activator->activate, SG_Security\Activity_Log\Activity_Log_Helper::create_log_tables, dbDelta
The rest of the error are relate with tables does not exits
Thanks and regards