WordPress database error: [Disk full (/var/tmp/#sql-temptable-53b-15fda8-30d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT COLLATION_NAME FROM information_schema.columns WHERE TABLE_SCHEMA = 'automha_nd' AND TABLE_NAME = 'at_icl_strings' AND COLUMN_NAME = 'context'

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_reports.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_reports` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', type char(3) NOT NULL DEFAULT '' COMMENT 'Report Type', interval_length varchar(10) NOT NULL DEFAULT '' COMMENT 'Report Interval', unique_id char(36) UNIQUE NOT NULL COMMENT 'Unique ID', title varchar(64) NOT NULL DEFAULT '' COMMENT 'Report Title', content mediumblob COMMENT 'Report Content', protected tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Protected against deletion', interval_start_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Interval Start', interval_end_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Interval End', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Report Sent At', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_reports.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_reports` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', type char(3) NOT NULL DEFAULT '' COMMENT 'Report Type', interval_length varchar(10) NOT NULL DEFAULT '' COMMENT 'Report Interval', unique_id char(36) UNIQUE NOT NULL COMMENT 'Unique ID', title varchar(64) NOT NULL DEFAULT '' COMMENT 'Report Title', content mediumblob COMMENT 'Report Content', protected tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Protected against deletion', interval_start_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Interval Start', interval_end_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Interval End', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Report Sent At', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_ips.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_ips` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ip varbinary(16) UNIQUE COMMENT 'IP Address', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_ips.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_ips` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ip varbinary(16) UNIQUE COMMENT 'IP Address', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_ip_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_ip_meta` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', asn int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'ASN', country_iso2 char(2) NOT NULL DEFAULT '' COMMENT 'Country Code ISO 3166-1 alpha-2', pc_is_proxy tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'ProxyCheck: Is Proxy?', geo_updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Geolocation data updated at', pc_last_check_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'ProxyCheck last lookup at', 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 at_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_ip_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_ip_meta` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', asn int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'ASN', country_iso2 char(2) NOT NULL DEFAULT '' COMMENT 'Country Code ISO 3166-1 alpha-2', pc_is_proxy tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'ProxyCheck: Is Proxy?', geo_updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Geolocation data updated at', pc_last_check_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'ProxyCheck last lookup at', 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 at_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_req_logs.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_req_logs` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', req_id varchar(10) UNIQUE DEFAULT '' , ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', type char(1) NOT NULL DEFAULT '' COMMENT 'Type of requests', verb varchar(8) NOT NULL DEFAULT '' COMMENT 'Request Verb', path varchar(512) NOT NULL DEFAULT '' COMMENT 'Request Path', code smallint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Response Code', uid bigint UNSIGNED NOT NULL DEFAULT 0 COMMENT 'User ID', offense tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Was Offense', transient tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Temporary Log', meta text COMMENT 'Meta Data', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id), FOREIGN KEY (ip_ref) REFERENCES at_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_req_logs.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_req_logs` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', req_id varchar(10) UNIQUE DEFAULT '' , ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', type char(1) NOT NULL DEFAULT '' COMMENT 'Type of requests', verb varchar(8) NOT NULL DEFAULT '' COMMENT 'Request Verb', path varchar(512) NOT NULL DEFAULT '' COMMENT 'Request Path', code smallint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Response Code', uid bigint UNSIGNED NOT NULL DEFAULT 0 COMMENT 'User ID', offense tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Was Offense', transient tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Temporary Log', meta text COMMENT 'Meta Data', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id), FOREIGN KEY (ip_ref) REFERENCES at_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_user_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_user_meta` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', user_id bigint(11) UNIQUE NOT NULL DEFAULT 0 , ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', backupcode_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Backup Code Ready', email_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Email Ready', ga_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Google Auth Ready', u2f_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'U2F Ready', yubi_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Yubikey Ready', first_seen_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'User First Seen', last_login_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Login At', last_2fa_verified_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last 2FA Verified', hard_suspended_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Hard Suspend', pass_started_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Password First Seen or Set', 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 (ip_ref) REFERENCES at_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_user_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_user_meta` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', user_id bigint(11) UNIQUE NOT NULL DEFAULT 0 , ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', backupcode_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Backup Code Ready', email_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Email Ready', ga_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Google Auth Ready', u2f_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'U2F Ready', yubi_ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Yubikey Ready', first_seen_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'User First Seen', last_login_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Login At', last_2fa_verified_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last 2FA Verified', hard_suspended_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Hard Suspend', pass_started_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Password First Seen or Set', 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 (ip_ref) REFERENCES at_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_rules.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_rules` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', uuid char(36) NOT NULL UNIQUE DEFAULT '' COMMENT 'UUIDv4', slug varchar(128) NOT NULL DEFAULT '' , name varchar(128) NOT NULL DEFAULT '' , description varchar(256) NOT NULL DEFAULT '' , type char(1) NOT NULL DEFAULT '' COMMENT 'Fixed-Length String', exec_order smallint(5) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Execution Order', is_active tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Is rule active?', is_apply_default tinyint(1) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'Automatically apply default conditions', can_export tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Can rule be included in site-to-site export', user_id bigint(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Author (User) ID for custom rules', builder_version varchar(10) NOT NULL DEFAULT '' , rule_as_json text COMMENT 'Rule as JSON', form text COMMENT 'Form Data', form_draft text COMMENT 'Draft Form Data', 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) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_rules.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_rules` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', uuid char(36) NOT NULL UNIQUE DEFAULT '' COMMENT 'UUIDv4', slug varchar(128) NOT NULL DEFAULT '' , name varchar(128) NOT NULL DEFAULT '' , description varchar(256) NOT NULL DEFAULT '' , type char(1) NOT NULL DEFAULT '' COMMENT 'Fixed-Length String', exec_order smallint(5) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Execution Order', is_active tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Is rule active?', is_apply_default tinyint(1) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'Automatically apply default conditions', can_export tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Can rule be included in site-to-site export', user_id bigint(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Author (User) ID for custom rules', builder_version varchar(10) NOT NULL DEFAULT '' , rule_as_json text COMMENT 'Rule as JSON', form text COMMENT 'Form Data', form_draft text COMMENT 'Draft Form Data', 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) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_snapshots.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_snapshots` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', slug varchar(10) NOT NULL DEFAULT '' COMMENT 'Snapshot Slug', data mediumtext COMMENT 'Snapshot', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_snapshots.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_snapshots` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', slug varchar(10) NOT NULL DEFAULT '' COMMENT 'Snapshot Slug', data mediumtext COMMENT 'Snapshot', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_at_logs.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_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 at_icwp_wpsf_req_logs(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_at_logs.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_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 at_icwp_wpsf_req_logs(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_at_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_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 at_icwp_wpsf_at_logs(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_at_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_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 at_icwp_wpsf_at_logs(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_event.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_event` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', event varchar(50) NOT NULL DEFAULT '' , count int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Total', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_event.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_event` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', event varchar(50) NOT NULL DEFAULT '' , count int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Total', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_botsignal.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_botsignal` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', notbot_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'NotBot', frontpage_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Any Frontend Page Loaded', loginpage_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Login Page Loaded', bt404_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack 404', btfake_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack FakeWebCrawler', btcheese_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack LinkCheese', btloginfail_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack LoginFailed', btua_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack Useragent Fail', btxml_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack XMLRPC Access', btlogininvalid_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack LoginInvalid', btinvalidscript_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack InvalidScript', btauthorfishing_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack Author Username Fishing', cooldown_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Cooldown Triggered', humanspam_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Comment Marked As Human SPAM', markspam_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Mark Comment As SPAM', unmarkspam_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Unmark Comment As SPAM', captchapass_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Captcha Passed', captchafail_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Captcha Failed', auth_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Successful Login', firewall_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Triggered Firewall', ratelimit_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Rate Limit Exceeded', offense_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Offense', blocked_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Block', unblocked_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Unblocked', bypass_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Bypass', snsent_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Sent To ShieldNET', 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 at_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_botsignal.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_botsignal` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ip_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', notbot_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'NotBot', frontpage_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Any Frontend Page Loaded', loginpage_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Login Page Loaded', bt404_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack 404', btfake_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack FakeWebCrawler', btcheese_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack LinkCheese', btloginfail_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack LoginFailed', btua_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack Useragent Fail', btxml_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack XMLRPC Access', btlogininvalid_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack LoginInvalid', btinvalidscript_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack InvalidScript', btauthorfishing_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'BotTrack Author Username Fishing', cooldown_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Cooldown Triggered', humanspam_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Comment Marked As Human SPAM', markspam_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Mark Comment As SPAM', unmarkspam_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Unmark Comment As SPAM', captchapass_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Captcha Passed', captchafail_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Captcha Failed', auth_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Successful Login', firewall_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Triggered Firewall', ratelimit_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Rate Limit Exceeded', offense_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Offense', blocked_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Block', unblocked_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Unblocked', bypass_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Bypass', snsent_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Sent To ShieldNET', 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 at_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_ip_rules.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_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', can_export tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Can This IP Be Exported', 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.', imported_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'This IP rule was imported from a master site.', 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 at_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_ip_rules.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_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', can_export tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Can This IP Be Exported', 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.', imported_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'This IP rule was imported from a master site.', 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 at_icwp_wpsf_ips(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_crowdsec_signals.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_crowdsec_signals` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', scenario varchar(32) NOT NULL DEFAULT '' , scope varchar(16) NOT NULL DEFAULT '' , value varchar(256) NOT NULL DEFAULT '' , milli_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Milliseconds', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_crowdsec_signals.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_crowdsec_signals` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', scenario varchar(32) NOT NULL DEFAULT '' , scope varchar(16) NOT NULL DEFAULT '' , value varchar(256) NOT NULL DEFAULT '' , milli_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Milliseconds', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_file_locker.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_file_locker` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', type varchar(20) NOT NULL DEFAULT '' COMMENT 'The type of file being locked', path varchar(256) NOT NULL DEFAULT '' COMMENT 'Full Path to file', hash_original varchar(40) NOT NULL DEFAULT '' COMMENT 'SHA1 File Hash Original', hash_current varchar(40) NOT NULL DEFAULT '' COMMENT 'SHA1 File Hash Current', public_key_id tinyint(2) COMMENT 'Public Key ID', cipher varchar(32) NOT NULL DEFAULT '' COMMENT 'OpenSSL Cipher', content mediumblob COMMENT 'Encrypted Content', detected_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Change Last Detected', reverted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Reverted To Backup', notified_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Notification Sent', 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) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_file_locker.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_file_locker` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', type varchar(20) NOT NULL DEFAULT '' COMMENT 'The type of file being locked', path varchar(256) NOT NULL DEFAULT '' COMMENT 'Full Path to file', hash_original varchar(40) NOT NULL DEFAULT '' COMMENT 'SHA1 File Hash Original', hash_current varchar(40) NOT NULL DEFAULT '' COMMENT 'SHA1 File Hash Current', public_key_id tinyint(2) COMMENT 'Public Key ID', cipher varchar(32) NOT NULL DEFAULT '' COMMENT 'OpenSSL Cipher', content mediumblob COMMENT 'Encrypted Content', detected_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Change Last Detected', reverted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Reverted To Backup', notified_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Notification Sent', 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) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_scans.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_scans` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', scan char(3) NOT NULL DEFAULT '' COMMENT 'Scan Slug', ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Scan Ready At', finished_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Scan Completed At', meta text COMMENT 'Scan Meta Info', 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) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_scans.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_scans` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', scan char(3) NOT NULL DEFAULT '' COMMENT 'Scan Slug', ready_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Scan Ready At', finished_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Scan Completed At', meta text COMMENT 'Scan Meta Info', 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) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_scanitems.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_scanitems` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', scan_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', items text COMMENT 'Array of scan items', started_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Started Scanning Items At', finished_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Finished Scanning Items At', PRIMARY KEY (id), FOREIGN KEY (scan_ref) REFERENCES at_icwp_wpsf_scans(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_scanitems.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_scanitems` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', scan_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', items text COMMENT 'Array of scan items', started_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Started Scanning Items At', finished_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Finished Scanning Items At', PRIMARY KEY (id), FOREIGN KEY (scan_ref) REFERENCES at_icwp_wpsf_scans(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_resultitems.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_resultitems` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', item_type char(1) NOT NULL DEFAULT '' COMMENT 'Result Item Type', item_id varchar(256) NOT NULL DEFAULT '' COMMENT 'Result Item ID', ignored_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Ignored', notified_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Notification Sent', auto_filtered_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Auto Filtered', attempt_repair_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Attempted Repair At', item_repaired_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Item Repaired At', item_deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Item Deleted At', 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) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_resultitems.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_resultitems` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', item_type char(1) NOT NULL DEFAULT '' COMMENT 'Result Item Type', item_id varchar(256) NOT NULL DEFAULT '' COMMENT 'Result Item ID', ignored_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Ignored', notified_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Notification Sent', auto_filtered_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Result Auto Filtered', attempt_repair_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Attempted Repair At', item_repaired_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Item Repaired At', item_deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Item Deleted At', 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) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_resultitem_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_resultitem_meta` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ri_ref int(11) UNSIGNED NOT NULL COMMENT 'Reference to primary Result Item record', meta_key varchar(32) NOT NULL DEFAULT '' COMMENT 'Meta Key', meta_value text COMMENT 'Meta Data', PRIMARY KEY (id), FOREIGN KEY (ri_ref) REFERENCES at_icwp_wpsf_resultitems(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_resultitem_meta.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_resultitem_meta` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', ri_ref int(11) UNSIGNED NOT NULL COMMENT 'Reference to primary Result Item record', meta_key varchar(32) NOT NULL DEFAULT '' COMMENT 'Meta Key', meta_value text COMMENT 'Meta Data', PRIMARY KEY (id), FOREIGN KEY (ri_ref) REFERENCES at_icwp_wpsf_resultitems(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_scanresults.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_scanresults` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', scan_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', resultitem_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id), FOREIGN KEY (scan_ref) REFERENCES at_icwp_wpsf_scans(id) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY (resultitem_ref) REFERENCES at_icwp_wpsf_resultitems(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_scanresults.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_scanresults` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', scan_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', resultitem_ref int(11) UNSIGNED NOT NULL COMMENT 'Foreign Key For Primary ID', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Created', PRIMARY KEY (id), FOREIGN KEY (scan_ref) REFERENCES at_icwp_wpsf_scans(id) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY (resultitem_ref) REFERENCES at_icwp_wpsf_resultitems(id) ON DELETE CASCADE ON UPDATE CASCADE ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_malware.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_malware` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', hash_sha256 binary(32) NOT NULL COMMENT 'Item hash SHA256', file_path varchar(256) NOT NULL DEFAULT '' COMMENT 'The relative path of the malware-containing file.', code_type char(5) NOT NULL DEFAULT 'php' COMMENT 'The language', sig varchar(128) NOT NULL DEFAULT '' COMMENT 'The malware signature pattern that triggered the discovery', is_valid_file tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Is the file validated locally', malai_status varchar(20) NOT NULL DEFAULT '' COMMENT 'The status of the file from malai', file_content mediumtext COMMENT 'The actual file content', last_seen_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Seen In Scan', last_malai_status_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Check With Malai For Status', reported_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Reported', 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) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_malware.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_malware` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', hash_sha256 binary(32) NOT NULL COMMENT 'Item hash SHA256', file_path varchar(256) NOT NULL DEFAULT '' COMMENT 'The relative path of the malware-containing file.', code_type char(5) NOT NULL DEFAULT 'php' COMMENT 'The language', sig varchar(128) NOT NULL DEFAULT '' COMMENT 'The malware signature pattern that triggered the discovery', is_valid_file tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Is the file validated locally', malai_status varchar(20) NOT NULL DEFAULT '' COMMENT 'The status of the file from malai', file_content mediumtext COMMENT 'The actual file content', last_seen_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Seen In Scan', last_malai_status_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Check With Malai For Status', reported_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Reported', 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) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_mfa.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_mfa` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', user_id bigint(11) UNSIGNED NOT NULL DEFAULT 0 , slug varchar(10) NOT NULL DEFAULT '' COMMENT 'Factor Slug', unique_id varchar(256) NOT NULL DEFAULT '' COMMENT 'Unique Identifier', label varchar(64) NOT NULL DEFAULT '' COMMENT 'Label', data text COMMENT 'Data', passwordless tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Can be used passwordless', used_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Used At', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Registered At', updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated', deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Soft Deleted', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Error writing file './automha_nd/at_icwp_wpsf_mfa.frm' (Errcode: 28 "No space left on device")]
CREATE TABLE `at_icwp_wpsf_mfa` ( id int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary ID', user_id bigint(11) UNSIGNED NOT NULL DEFAULT 0 , slug varchar(10) NOT NULL DEFAULT '' COMMENT 'Factor Slug', unique_id varchar(256) NOT NULL DEFAULT '' COMMENT 'Unique Identifier', label varchar(64) NOT NULL DEFAULT '' COMMENT 'Label', data text COMMENT 'Data', passwordless tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Can be used passwordless', used_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Used At', created_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Registered At', updated_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Updated', deleted_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Soft Deleted', PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Table 'automha_nd.at_icwp_wpsf_botsignal' doesn't exist]
SELECT ips.ip, bs.* FROM `at_icwp_wpsf_botsignal` as bs INNER JOIN `at_icwp_wpsf_ips` as ips ON `ips`.id = `bs`.ip_ref AND `ips`.`ip`=INET6_ATON('3.15.156.140') ORDER BY `bs`.updated_at DESC LIMIT 1;

WordPress database error: [Table 'automha_nd.at_icwp_wpsf_ips' doesn't exist]
SELECT * FROM `at_icwp_wpsf_ips` WHERE `ip` = INET6_ATON('3.15.156.140') LIMIT 1 OFFSET 0

WordPress database error: [Table 'automha_nd.at_icwp_wpsf_ips' doesn't exist]
INSERT IGNORE INTO `at_icwp_wpsf_ips` (`ip`,`created_at`) VALUES (INET6_ATON('3.15.156.140'), 1714257139)

WordPress database error: [Table 'automha_nd.at_icwp_wpsf_ips' doesn't exist]
SELECT * FROM `at_icwp_wpsf_ips` WHERE `ip` = INET6_ATON('3.15.156.140') LIMIT 1 OFFSET 0

WordPress database error: [Table 'automha_nd.at_icwp_wpsf_botsignal' doesn't exist]
INSERT INTO `at_icwp_wpsf_botsignal` (`created_at`,`updated_at`,`notbot_at`,`frontpage_at`,`loginpage_at`,`bt404_at`,`btfake_at`,`btcheese_at`,`btloginfail_at`,`btua_at`,`btxml_at`,`btlogininvalid_at`,`btinvalidscript_at`,`btauthorfishing_at`,`cooldown_at`,`humanspam_at`,`markspam_at`,`unmarkspam_at`,`captchapass_at`,`captchafail_at`,`auth_at`,`firewall_at`,`ratelimit_at`,`offense_at`,`blocked_at`,`unblocked_at`,`bypass_at`,`snsent_at`) VALUES ('1714257139','1714257139','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0')

WordPress database error: [Disk full (/var/tmp/#sql-temptable-53b-15fda8-350.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT s.id, s.account_id, s.account_type, s.privilege, s.access_token, s.username, s.info, s.error, s.expires, count(f.id) as used_in FROM at_sbi_sources s LEFT JOIN at_sbi_feeds f ON f.settings LIKE CONCAT('%', s.account_id, '%') GROUP BY s.id, s.account_id LIMIT 400 OFFSET 0;

WordPress database error: [Disk full (/var/tmp/#sql-temptable-53b-15fda8-351.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `at_options`


Warning: Cannot modify header information - headers already sent by (output started at /home/automha/public_html/wp-includes/class-wpdb.php:1894) in /home/automha/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1775

Warning: Cannot modify header information - headers already sent by (output started at /home/automha/public_html/wp-includes/class-wpdb.php:1894) in /home/automha/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1775

Warning: Cannot modify header information - headers already sent by (output started at /home/automha/public_html/wp-includes/class-wpdb.php:1894) in /home/automha/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1775

Warning: Cannot modify header information - headers already sent by (output started at /home/automha/public_html/wp-includes/class-wpdb.php:1894) in /home/automha/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1775

Warning: Cannot modify header information - headers already sent by (output started at /home/automha/public_html/wp-includes/class-wpdb.php:1894) in /home/automha/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1775

Warning: Cannot modify header information - headers already sent by (output started at /home/automha/public_html/wp-includes/class-wpdb.php:1894) in /home/automha/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1775

Warning: Cannot modify header information - headers already sent by (output started at /home/automha/public_html/wp-includes/class-wpdb.php:1894) in /home/automha/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1775

Warning: Cannot modify header information - headers already sent by (output started at /home/automha/public_html/wp-includes/class-wpdb.php:1894) in /home/automha/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1775
{"id":3925,"date":"2020-12-02T11:12:48","date_gmt":"2020-12-02T10:12:48","guid":{"rendered":"https:\/\/www.automha.it\/sedi\/america\/"},"modified":"2023-03-30T12:16:22","modified_gmt":"2023-03-30T10:16:22","slug":"america","status":"publish","type":"page","link":"https:\/\/automha.com\/branches\/america\/","title":{"rendered":"Americas Automation Corp."},"content":{"rendered":"\t\t
\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t

BRANCHES<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t

WordPress database error:<\/strong> [Disk full (\/var\/tmp\/#sql-temptable-53b-15fda8-355.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
\n\t\t\tSELECT at_posts.*\n\t\t\tFROM at_posts LEFT JOIN at_term_relationships ON (at_posts.ID = at_term_relationships.object_id)\n\t\t\tWHERE 1=1 AND ( \n at_term_relationships.term_taxonomy_id IN (137)\n) AND at_posts.post_type = 'nav_menu_item' AND ((at_posts.post_status = 'publish'))\n\t\t\tGROUP BY at_posts.ID\n\t\t\tORDER BY at_posts.menu_order ASC\n\t\t\t\n\t\t<\/code><\/p><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t

\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t
<\/i><\/span><\/i><\/span><\/div>
SEDI<\/div>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t
\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t
\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t
\n\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t
\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t

Automha Americas Automation Corp.<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t

Automha\u2019s North American business operates out of two headquarters<\/strong> \u2013 our Head Office in Oakville<\/strong>, Ontario, Canada and our Aftermarket Service and Support Unit in Buffalo<\/strong>, New York.<\/p>\n

The Oakville location is close to Highway 401 \u2013 the busiest highway in North America.- It\u2019s 30 minutes from Toronto\u2019s Pearson International Airport offering unparalled air access to the entire continent. The industries in the area include a major Ford Assembly Plant. This reflects the high degree on integration between the Canadian and US economies that has spawned outstanding continent wide air, highway and rail connections.<\/p>\n

The Oakville Office is headquarters from our administration, sales and project management activities<\/strong>. The Buffalo, NY headquarters is about a 60-odd minute drive away across the US border.<\/p>\n

Buffalo<\/strong>, with its nearly 900,000 inhabinants is the strategic location for the Aftermarket service Branch<\/strong> for Automha Americas. With easy access to Canada and with both Domestic and International Airports at its finger tips, thus location allows us to fullfil our service and support commitments to our customers continent-wide, often including next day parts support.<\/p>\n

Led by Kathy<\/strong> Platek<\/strong>, our Parts and Service manager and her group of technicians, Buffalo provides both onsite and virtual support to our North American Cliente. With inhouse parts, service and repair center, Kathy and her team is self sufficient in dealing with 99% of the customer issues that may arise.<\/p>\n

We\u2019ve chosen our locations carefully: ease of travel from both our hubs \u2013 with access to two international airports \u2013allows us to put people on the ground in virtually any North American city within the same day. Toronto\u2019s superior international connections allows seamless backup support and cooperation with our Head office in Bergamo, Italy, when needed to address all of our clients needs.<\/p>\n

Our employees are quite evenly split between our Oakville and Buffalo offices, and with sales, service, design and engineering personnel residing in various locations to support our customers across the US.<\/p>\n

Fred<\/strong> Grafe<\/strong>, President of Automha Americas, drew on his decades of experience in the Material Handling Industry as he built this North American team, and he looks to the future with optimism.<\/p>\n

He sums it up this way: \u201cThe warehouse sector and the whole materials handling industry is going through the most significant transformation in my lifetime. With Automha\u2019s technology, and with the team we\u2019ve built on this continent, I believe we\u2019re positioned to become the preferred automation partner across all industry sectors in North America.\u201d<\/p>\n

The South American<\/strong> market is followed by Leon<\/strong> Magana<\/strong>, sales director with proven experience in the warehouse automation sector.
\nThe state of Jalisco, whose capital is Guadalajara<\/strong>, a megalopolis of over four million inhabitants, recently began an intense program of urban regeneration, undertaking considerable modernization of old buildings and development of the road network.
\nWith Automha Mexico, the company completely covers the entire American continent and, in particular, developing countries in the south.<\/strong><\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t

\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tVisit the website<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t

FRED GRAFE<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t

CEO<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t
\n\t\t\t
\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t

Case history<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t

WordPress database error:<\/strong> [Disk full (\/var\/tmp\/#sql-temptable-53b-15fda8-35a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `at_options`<\/code><\/p><\/div>

WordPress database error:<\/strong> [Disk full (\/var\/tmp\/#sql-temptable-53b-15fda8-35b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `at_options`<\/code><\/p><\/div>