Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bluey80

    (@bluey80)

    Can you post the full error message and when/where you get it.

    I get this error on check out, no other information is given just the security check failure.

    paypal enabled

    Plugin Author bluey80

    (@bluey80)

    Can you please post the exact error message and where you get the error? On the checkout page, on the paypal page you can click on the Buy Now button, etc?

    This is the error message, only “security check failed”
    on add to cart using paypal.

    in classes / backend.php

    `require_once ABSPATH . ‘wp-includes/pluggable.php’; // It looks like pluggable.php is loaded too late, so I’ll do it
    if ( ! wp_verify_nonce($_REQUEST[‘scabn-add’],’add_to_cart’) ) {
    wp_die(‘Security Check Failed!’);
    }`

    this is the code that stops it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Security Check Failed’ is closed to new replies.