Error "Error message: " PHP Fatal error: Call to undefined function: openssl_x509_read()"
At the moment we are still searching for a solution to this error message that is being caused by the server on whic cciDEAL has been installed.
The error is most likely to be resolved by the following:
Openssl is disabled by default in php.ini. Make the following edit to php.ini:
Code: ;extension=php_openssl.dll
This should become:
Code: extension=php_openssl.dll (thus remove the comment-mark ; from the line)