jmartinm
Forum Replies Created
-
Thanks for the help.
Best Regards
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
), INDEXlog_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, dbDeltaThe rest of the error are relate with tables does not exits
Thanks and regards
Hi,
Great thanks for the creation query I will try.
Do you know if is there any log or debug mode where I could check the error or reason to not have the table created?
I have tried in a laboratory restoring a backup and it is working without problem.
Thanks and regards,
- This reply was modified 9 months, 3 weeks ago by jmartinm.
Hi again,
I have deactivated and activated again and also uninstalled the plugin.
The table still not created.
May I try manually? Any other reason to not have the table during the installation?
Thanks in advance