Sailbag Posted November 2, 2006 Share Posted November 2, 2006 Hi, Trying to get Paypal IPN going - gradually whittling down the error messages but keep getting the following when testing. The pem files are in a directory called certificates on my server root, but from the message it says that the file isn't in the paypal_ipn.php file. The address seems to be Ok as it works for the temp directory - I'm probably being very dense here, but can anyone help? David :blink: Warning: file_get_contents(/homepages/44/d24409729/htdocs/certificates/cacert.pem) [function.file-get-contents]: failed to open stream: No such file or directory in /homepages/44/d24409729/htdocs/B14/ecom3/catalog/includes/modules/payment/paypal_ipn.php on line 372 Warning: file_get_contents(/homepages/44/d24409729/htdocs/certificates/privkey.pem) [function.file-get-contents]: failed to open stream: No such file or directory in /homepages/44/d24409729/htdocs/B14/ecom3/catalog/includes/modules/payment/paypal_ipn.php on line 372 Warning: openssl_pkcs7_sign() [function.openssl-pkcs7-sign]: error getting private key in /homepages/44/d24409729/htdocs/B14/ecom3/catalog/includes/modules/payment/paypal_ipn.php on line 372 Warning: file_get_contents(/homepages/44/d24409729/htdocs/temp/368284-2-signed.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /homepages/44/d24409729/htdocs/B14/ecom3/catalog/includes/modules/payment/paypal_ipn.php on line 377 Warning: file_get_contents(/homepages/44/d24409729/htdocs/certificates/paypal_cert_pem.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /homepages/44/d24409729/htdocs/B14/ecom3/catalog/includes/modules/payment/paypal_ipn.php on line 38 Quote Link to comment Share on other sites More sharing options...
TechieTW Posted November 10, 2006 Share Posted November 10, 2006 Are you using a private SSL or a public SSL? If public, disable those settings using your admin module. Edit the settings in paypal_ipn. I use a public SSL so I didn't define any of the ssl data and it works fine. Quote Don't give up. I see light ahead...! Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.