• [15-Aug-2014 19:21:43 UTC] WordPress database error Duplicate entry '2c58828fffc36d98b5kf62ca6ea0f23b' for key 'PRIMARY' for query INSERT INTO wp_domain_mapping_logins (id,user_id,blog_id,t) VALUES( '2c58828fffc36d98b5kf62ca6ea0f23b', 0, 5, NOW() ) made by require('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, ITSEC_Lockout->check_lockout, ITSEC_Lockout->execute_lock, wp_logout, do_action('wp_logout'), call_user_func_array, remote_logout_loader

    Is says the entries were made to wp_domain_mapping_logins so I figured it has something to do with WPDM. I got more than 100 instances of it within five minutes.

    What is the meaning of it please?

    https://wordpress.org/plugins/wordpress-mu-domain-mapping/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ron Rennick

    (@wpmuguru)

    Do you recognize a plugin you have installed from the class name ITSEC_Lockout?

    Thread Starter rechazame

    (@rechazame)

    Yes. I think it is iThemes Security. I have contacted them and I am waiting for their reply.

    Any idea why the mentioned entries were made to wp_domain_mapping_logins ?

    Plugin Author Ron Rennick

    (@wpmuguru)

    Any idea why the mentioned entries were made to wp_domain_mapping_logins ?

    Yes. The remote login feature hooks into do_action('init') (as do lots of plugins) and in some conditions DM writes a record to the DB. If the init hook were called twice in one page load and conditions matched the DB write then you would get the DB error in your message.

    Thread Starter rechazame

    (@rechazame)

    Hmm.. I’ll look into that.

    Thank you Ron 🙂

    Im getting the same error messages. Has anyone found a solution?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error for duplicate entries in "wp_domain_mapping_logins "’ is closed to new replies.