• Resolved rabbitpunch

    (@rabbitpunch)


    (Page linked to is only a testing page)

    I know there are other threads on this topic, and I’ve read them all… there are no cache plug-ins, cache is disabled, I’ve used the ‘health-check’ plug in, I’ve tried the wp-config change, etc… This is a brand new site with very little done or added yet, but is slated to support at least three different gifting channels…. but…

    We can’t get passed the ‘nonce’ error.

    Even in troubleshoot mode with ALL plug-ins and themes disabled, we get the Nonce error.

    I really want this plug-in to work.. my org NEEDS this to work. But it’s DOA if our Word Press site totally stripped down doesn’t work with it. Help?

    I will note this as well…

    We are on 1and1.com hosting.
    PHP 7.2.3

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Matt Cromwell

    (@webdevmattcrom)

    HI there,

    Definitely ask your host about how they handle sessions, this is definitely a sessions issue.

    When you say you’ve “tried the wp-config change” you mean you’ve added define( 'GIVE_USE_PHP_SESSIONS' , false); already?

    Also, did you try using this free plugin which switches your site to use native PHP Sessions instead: https://ww.wp.xz.cn/plugins/wp-native-php-sessions/

    Lastly, it might be a PHP 7.2 issue. Do you have the ability to roll back to 7.1?

    Let me know. Thanks!

    Thread Starter rabbitpunch

    (@rabbitpunch)

    Yep, I’ve added the GIVE_USE_PHP_SESSIONS line already…

    And tried the Plugin….

    I believe I was on 7.1 when I started, and moved to 7.2 in troubleshooting, but can try again.

    Thread Starter rabbitpunch

    (@rabbitpunch)

    Side note, I have 2 other sites on my hosting account that do payment processing, and no issues…. they aren’t donations, but shopping cart systems through PayPal and Square. What is different about the sessions between this plug-in, and the others? Admittedly, I’m not an expert in this area of design, but isn’t that the point of WordPress and Plug-ins? Anyway… I’ll keep trying, but knowing that other plug-ins work OOTB leave patience at a minimum. 🙂 Thank you!! I like the plug-in, and want to use it, so I’ll give it another try or two….

    Thread Starter rabbitpunch

    (@rabbitpunch)

    Update… Interestingly, on PHP 7.1 anyway, it was failing with NONCE again…

    I turned off registration within the GIVE plug-in, and the connection to PayPal now works.

    Don’t ask ME how, but it seems to be working now… ¯\_(ツ)_/¯

    Plugin Contributor Matt Cromwell

    (@webdevmattcrom)

    The biggest difference with Give and other cart-based systems is that they can create their sessions on the dedicate Cart page, whereas Give is a cart/checkout all on one form, and our forms can be ANYWHERE on your website.

    I don’t have any other reports of users having nonce failures with login/registration enabled at all. But I’ll look into that a bit more to see what I find.

    Thread Starter rabbitpunch

    (@rabbitpunch)

    WHen I get back to testing/integrating, I’ll try that a few more times and see if I can c confirm/deny that was a factor for me. I only tried it once per, (on and one off), and the latter worked, so I left it.

    Thanks…

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

The topic ‘Error: Nonce verification has failed’ is closed to new replies.