Home Forums WoodMart support forum bug during customer login

bug during customer login

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #438622

    marcocash
    Participant

    hello,
    as soon as I enter https://pluspowersupplements.com/ I go to the header, click on my account, type in my login and password, the page loads and doesn’t let me in! On the second attempt it does let me log in.

    how come this BUG?

    #438710

    marcocash
    Participant

    it seems that the B2B woocommerce plugin conflicts, by deactivating it the error disappears.

    what can i do?
    I need that plugin for work

    #438715

    marcocash
    Participant

    I correct myself: the problem persists even if I remove the b2b plugin is there something conflicting could you help me?

    #438767

    marcocash
    Participant

    we have discovered that wp rocket creates the problem, how can we solve it?

    #438771

    marcocash
    Participant

    I found this code to insert in the function.php file and it seems to solve everything

    OK?

    add_filter(
    ‘init’,
    function() {
    if ( isset( $_REQUEST[‘woocommerce-login-nonce’] ) ) {
    $_REQUEST[‘woocommerce-login-nonce’] = wp_create_nonce( ‘woocommerce-login’ );
    }
    }
    );

    #438841

    Hello,

    You are Most Welcome.

    We are glad that you managed to solve the problem yourself. You are Great!!!

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘bug during customer login’ is closed to new replies.