Hi
I am trying to restsore a wp site. I have tried various kickstart versions and backup versions
same error
Invalid default value for 'created' SQL=CREATE TABLE `wp3_aiowps_audit_log` (`id` bigint(20) NOT NULL auto_increment ,`network_id` bigint(20) NOT NULL DEFAULT '0' ,`site_id` bigint(20) NOT NULL DEFAULT '0' ,`username` varchar(60) NOT NULL DEFAULT '\'\'' ,`ip` varchar(45) NOT NULL DEFAULT '\'\'' ,`level` varchar(25) NOT NULL DEFAULT '\'\'' ,`event_type` varchar(25) NOT NULL DEFAULT '\'\'' ,`details` text NOT NULL DEFAULT '\'\'' ,`stacktrace` text NOT NULL DEFAULT '\'\'' ,`created` int(10) unsigned NULL DEFAULT 'NULL' ,`country_code` varchar(50) NULL DEFAULT 'NULL' , KEY `event_type` (`event_type`) USING BTREE, KEY `ip` (`ip`) USING BTREE, KEY `level` (`level`) USING BTREE, PRIMARY KEY (`id`), KEY `username` (`username`) USING BTREE) ENGINE=InnoDB DEFAULT COLLATE utf8mb4_unicode_ci
Raw query text:
CREATE TABLE `#__aiowps_audit_log` (`id` bigint(20) NOT NULL auto_increment ,`network_id` bigint(20) NOT NULL DEFAULT '0' ,`site_id` bigint(20) NOT NULL DEFAULT '0' ,`username` varchar(60) NOT NULL DEFAULT '\'\'' ,`ip` varchar(45) NOT NULL DEFAULT '\'\'' ,`level` varchar(25) NOT NULL DEFAULT '\'\'' ,`event_type` varchar(25) NOT NULL DEFAULT '\'\'' ,`details` text NOT NULL DEFAULT '\'\'' ,`stacktrace` text NOT NULL DEFAULT '\'\'' ,`created` int(10) unsigned NULL DEFAULT 'NULL' ,`country_code` varchar(50) NULL DEFAULT 'NULL' , KEY `event_type` (`event_type`) USING BTREE, KEY `ip` (`ip`) USING BTREE, KEY `level` (`level`) USING BTREE, PRIMARY KEY (`id`), KEY `username` (`username`) USING BTREE) ENGINE=InnoDB DEFAULT COLLATE utf8mb4_unicode_ciRestoration of site's main database Connection information Database type Database server host name User name Password Database name Advanced options With existing tables Database table name prefix Suppress foreign key checks No auto value on zero Use REPLACE instead of INSERT Force UTF-8 collation on database Force UTF-8 collation on tables Allow UTF8MB4 auto-detection Fine tuning Do not change these settings unless you are requested to do so by our support or you REALLY know what you are doing. Maximum execution time Throttle time (msec)