• I am getting this error and unable to process Sagepay payment. Any ideas how to fix please?

    Fatal error: Call to undefined function mcrypt_encrypt() in /var/www/divemachine.co.uk/htdocs/wp-content/plugins/woocommerce-gateway-sagepay-form/classes/sagepay-form-class.php on line 706

    This is what is on line 706
    $crypt = mcrypt_encrypt(MCRYPT_RIJNDAEL_128, $securekey, $pkinput, MCRYPT_MODE_CBC, $securekey);

Viewing 1 replies (of 1 total)
  • Its likely that you don’t have PHP’s mcrypt extension installed. If you have access to php.ini you can enable it in there. For most users on shared hosting its probably best to ask your host’s techs to enable it.

Viewing 1 replies (of 1 total)
  • The topic ‘Sagepay Call to undefined function’ is closed to new replies.