Viewing 1 replies (of 1 total)
  • Hello there,

    We’re doing a simple PHP version compare function.

    if (version_compare(PHP_VERSION, '5.4.0', '<')) {
        throw new Braintree_Exception('PHP version >= 5.4.0 required');
    }

    This is from the Braintree SDK (code they provide and we implement). I’d reach out to your hosts again and point them to the line of code that’s doing a simple PHP compare.

    your-wordpress-site/wp-content/plugins/woocommerce-gateway-paypal-powered-by-braintree/braintree_sdk/lib/Braintree.php

    line 11.

    I hope that helps! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Getting a PHP version error message’ is closed to new replies.