Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the bw-hermes domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/5104c515-db02-40f1-ad35-603059a02a3e/public_html/wp-includes/functions.php on line 6131

WordPress database error: [Table 'wp_redirects_404' already exists]
CREATE TABLE wp_redirects_404 ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, url TEXT NOT NULL, ip_address VARCHAR(45) NULL, referrer TEXT NULL, count INT(11) NOT NULL DEFAULT 1, last_redirected DATETIME NOT NULL, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY url_hash (url(191)), KEY idx_ip_address (ip_address), KEY idx_last_redirected (last_redirected), KEY idx_created_at (created_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci