Viewing 4 replies - 1 through 4 (of 4 total)
  • mother.of.code

    (@imazed)

    The Mother of Code

    Hey aheidemann,

    That sounds like a weird problem! Can you share the link to your website with us so we can take a look? Thanks!

    Thread Starter ah

    (@aheidemann)

    hello, thanks for looking into this. the website is kodanska.dk

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello aheidemann,

    Thank you for sharing the link. I have tested it and noticed the weird error you mentioned. It worked the second time I pressed the submit button.

    We would need to look into this in more detail and would have to request you for more information. As this is a public forum for security, can you please visit https://mc4wp.com/contact/ and fill the form and also link to this support ticket.

    Once you do that we will try to work with you to assist you in solving this error.

    Plugin Author Danny van Kooten

    (@dvankooten)

    In case anyone else experiences the same issue, this turned out to be a conflict with the WP Fastest Cache plugin.

    Our plugin uses a nonce (number only used one) to verify sign-up requests are coming from our own site, and not from some kind of spam tool. However, with the WP Fastest Cache plugin this none always fails the validation process.

    You can bypass the nonce verification by adding the following line to your wp-config.php file.

    define( 'WP_CACHE', true );

    In the meantime, we’ll look into a permanent fix for this issue. ??

    Hope that helps. If not, let me know!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘First click on sigup gives error second click confirms sigup’ is closed to new replies.