WordPress database error: [Can't create table `campaignmail_new3`.`wp_icwp_wpsf_at_logs` (errno: 150 "Foreign key constraint is incorrectly formed")]CREATE TABLE `wp_icwp_wpsf_at_logs` (
id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID',
req_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID',
site_id int(11) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'Site ID',
event_slug varchar(120) NOT NULL DEFAULT '' COMMENT 'Event Slug',
updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated',
created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created',
PRIMARY KEY (id),
FOREIGN KEY (req_ref) REFERENCES wp_icwp_wpsf_req_logs(id) ON DELETE CASCADE ON UPDATE CASCADE
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
WordPress database error: [Can't create table `campaignmail_new3`.`wp_icwp_wpsf_at_logs` (errno: 150 "Foreign key constraint is incorrectly formed")]CREATE TABLE `wp_icwp_wpsf_at_logs` (
id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID',
req_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID',
site_id int(11) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'Site ID',
event_slug varchar(120) NOT NULL DEFAULT '' COMMENT 'Event Slug',
updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated',
created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created',
PRIMARY KEY (id),
FOREIGN KEY (req_ref) REFERENCES wp_icwp_wpsf_req_logs(id) ON DELETE CASCADE ON UPDATE CASCADE
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
WordPress database error: [Can't create table `campaignmail_new3`.`wp_icwp_wpsf_at_meta` (errno: 150 "Foreign key constraint is incorrectly formed")]CREATE TABLE `wp_icwp_wpsf_at_meta` (
id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID',
log_ref int(11) UNSIGNED NOT NULL COMMENT 'Reference to primary log entry',
meta_key varchar(32) NOT NULL DEFAULT '' COMMENT 'Meta Key',
meta_value text COMMENT 'Meta Data',
PRIMARY KEY (id),
FOREIGN KEY (log_ref) REFERENCES wp_icwp_wpsf_at_logs(id) ON DELETE CASCADE ON UPDATE CASCADE
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
WordPress database error: [Can't create table `campaignmail_new3`.`wp_icwp_wpsf_at_meta` (errno: 150 "Foreign key constraint is incorrectly formed")]CREATE TABLE `wp_icwp_wpsf_at_meta` (
id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID',
log_ref int(11) UNSIGNED NOT NULL COMMENT 'Reference to primary log entry',
meta_key varchar(32) NOT NULL DEFAULT '' COMMENT 'Meta Key',
meta_value text COMMENT 'Meta Data',
PRIMARY KEY (id),
FOREIGN KEY (log_ref) REFERENCES wp_icwp_wpsf_at_logs(id) ON DELETE CASCADE ON UPDATE CASCADE
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
WordPress database error: [Can't create table `campaignmail_new3`.`wp_icwp_wpsf_ip_rules` (errno: 150 "Foreign key constraint is incorrectly formed")]CREATE TABLE `wp_icwp_wpsf_ip_rules` (
id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID',
ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID',
cidr int(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'CIDR',
is_range tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Is IP Range',
offenses int(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Offenses Count',
type char(2) NOT NULL DEFAULT '' COMMENT 'List',
label varchar(255) NOT NULL DEFAULT '' COMMENT 'IP Description',
last_access_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Access',
blocked_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'IP Blocked',
unblocked_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Visitor Requested Unblock',
last_unblock_attempt_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Time An Auto-Unblock Attempt Was Made',
expires_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The IP Rule on this lists expires at this time.',
updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated',
created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created',
deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Soft Deleted',
PRIMARY KEY (id),
FOREIGN KEY (ip_ref) REFERENCES wp_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
WordPress database error: [Can't create table `campaignmail_new3`.`wp_icwp_wpsf_ip_rules` (errno: 150 "Foreign key constraint is incorrectly formed")]CREATE TABLE `wp_icwp_wpsf_ip_rules` (
id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID',
ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID',
cidr int(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'CIDR',
is_range tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Is IP Range',
offenses int(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Offenses Count',
type char(2) NOT NULL DEFAULT '' COMMENT 'List',
label varchar(255) NOT NULL DEFAULT '' COMMENT 'IP Description',
last_access_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Access',
blocked_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'IP Blocked',
unblocked_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Visitor Requested Unblock',
last_unblock_attempt_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Time An Auto-Unblock Attempt Was Made',
expires_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The IP Rule on this lists expires at this time.',
updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated',
created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created',
deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Soft Deleted',
PRIMARY KEY (id),
FOREIGN KEY (ip_ref) REFERENCES wp_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
WordPress database error: [Table 'campaignmail_new3.wp_icwp_wpsf_ip_rules' doesn't exist]SELECT `ips`.`ip` as `ip`, `ir`.id, `ir`.ip_ref, `ir`.cidr, `ir`.is_range, `ir`.offenses, `ir`.type, `ir`.label, `ir`.last_access_at, `ir`.blocked_at, `ir`.unblocked_at, `ir`.last_unblock_attempt_at, `ir`.expires_at, `ir`.updated_at, `ir`.created_at, `ir`.deleted_at
FROM `wp_icwp_wpsf_ip_rules` as `ir`
INNER JOIN `wp_icwp_wpsf_ips` as `ips`
ON `ir`.ip_ref = `ips`.id
WHERE (`ips`.ip=INET6_ATON('3.239.119.61') AND `ir`.`is_range`='0') OR (`ir`.`is_range`='1')
ORDER BY `ir`.`created_at` DESC
;
"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit lab...
Read More