after wordpress update, getting error while login through custom login page
-
[05-Oct-2021 14:17:14 UTC] WordPress database error Tablespace *****.cerber_lab_ip‘ exists. for query ^M
CREATE TABLE IF NOT EXISTS cerber_lab_ip ( ^M
** varchar(39) CHARACTER SET ascii NOT NULL,^M
** INT(11) UNSIGNED NOT NULL,^M
** INT(11) UNSIGNED NOT NULL, ^M
PRIMARY KEY (**)^M
) DEFAULT CHARSET=utf8;^M
made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), d\
o_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, cerber_wp_login_page, require(‘wp-login.php’), wp_signon, do_action(‘wp_login’), WP_Hook->do_action, WP_\
Hook->apply_filters, {closure}, cerber_user_login, cerber_log, cerber_watchdog, cerber_create_db
[05-Oct-2021 14:17:14 UTC] WordPress database error Tablespace ‘*****.cerber_lab_net‘ exists. for query ^M
CREATE TABLE IF NOT EXISTS cerber_lab_net (^M
** varchar(39) CHARACTER SET ascii NOT NULL DEFAULT ”, ^M
**** BIGINT UNSIGNED NOT NULL DEFAULT ‘0’,^M
****** BIGINT UNSIGNED NOT NULL DEFAULT ‘0’,^M
*** CHAR(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT ”,^M
** INT(11) UNSIGNED NOT NULL DEFAULT ‘0’, ^M
PRIMARY KEY (**),^M
UNIQUE KEY ** (ip_long_begin, ip_long_end)^M
) DEFAULT CHARSET=utf8;^M
made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), d\
o_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, cerber_wp_login_page, require(‘wp-login.php’), wp_signon, do_action(‘wp_login’), WP_Hook->do_action, WP_\
Hook->apply_filters, {closure}, cerber_user_login, cerber_log, cerber_watchdog, cerber_create_db
[05-Oct-2021 14:17:15 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10313728 bytes) in ****/wp-includes/function\
s.php on line 599`
The topic ‘after wordpress update, getting error while login through custom login page’ is closed to new replies.