bug during customer login
-
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?
it seems that the B2B woocommerce plugin conflicts, by deactivating it the error disappears.
what can i do?
I need that plugin for work
I correct myself: the problem persists even if I remove the b2b plugin is there something conflicting could you help me?
we have discovered that wp rocket creates the problem, how can we solve it?
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’ );
}
}
);
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.
The topic ‘bug during customer login’ is closed to new replies.