g33kg1rl Posted September 21, 2005 Posted September 21, 2005 Hi there I am using PayPal IPN , and I am getting these error messages. I see one is a problem with the temp directory that I created but I don't know what. This only happens on the confirmation page. :sweating: Thanks so much for any help! Warning: fopen(/home/markupc/public_html/store/osctempfiles/652380-2-data.txt): failed to open stream: Permission denied in /home/markupc/public_html/store/includes/modules/payment/paypal_ipn.php on line 349 Warning: fwrite(): supplied argument is not a valid stream resource in /home/markupc/public_html/store/includes/modules/payment/paypal_ipn.php on line 350 Warning: fclose(): supplied argument is not a valid stream resource in /home/markupc/public_html/store/includes/modules/payment/paypal_ipn.php on line 351 Warning: unlink(/home/markupc/public_html/store/osctempfiles/652380-2-data.txt): No such file or directory in /home/markupc/public_html/store/includes/modules/payment/paypal_ipn.php on line 356 Warning: unlink(/home/markupc/public_html/store/osctempfiles/652380-2-signed.txt): No such file or directory in /home/markupc/public_html/store/includes/modules/payment/paypal_ipn.php on line 359 Warning: fopen(/home/markupc/public_html/store/osctempfiles/652380-2-encrypted.txt): failed to open stream: No such file or directory in /home/markupc/public_html/store/includes/modules/payment/paypal_ipn.php on line 361 Warning: filesize(): Stat failed for /home/markupc/public_html/store/osctempfiles/652380-2-encrypted.txt (errno=2 - No such file or directory) in /home/markupc/public_html/store/includes/modules/payment/paypal_ipn.php on line 362 Warning: fread(): supplied argument is not a valid stream resource in /home/markupc/public_html/store/includes/modules/payment/paypal_ipn.php on line 362 Warning: fclose(): supplied argument is not a valid stream resource in /home/markupc/public_html/store/includes/modules/payment/paypal_ipn.php on line 363 Warning: unlink(/home/markupc/public_html/store/osctempfiles/652380-2-encrypted.txt): No such file or directory in /home/markupc/public_html/store/includes/modules/payment/paypal_ipn.php on line 365 Quote
g33kg1rl Posted September 22, 2005 Author Posted September 22, 2005 nm. The private key was created with a passphase and so it was failing since there is no field for this in the IPN admin. The private key was recreated without a passphrase. Which corrected the issue. :lol: Whew! Quote
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.
Note: Your post will require moderator approval before it will be visible.