Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

i am getting errors in paypal ipn


dogmir

Recommended Posts

Posted

i am getting errors when i go to click the last button in the cart before it goes to paypal

 

Warning: fopen(/home/mysite/public_html//347904-4-data.txt): failed to open stream: Permission denied in /home/mysite/public_html/includes/modules/payment/paypal_ipn.php on line 349

 

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mysite/public_html/includes/modules/payment/paypal_ipn.php on line 350

 

Warning: fclose(): supplied argument is not a valid stream resource in /home/mysite/public_html/includes/modules/payment/paypal_ipn.php on line 351

 

Warning: file_get_contents(/home/mysite/ssl/certs/www.mysite.com.crt): failed to open stream: Permission denied in /home/mysite/public_html/includes/modules/payment/paypal_ipn.php on line 356

 

Warning: file_get_contents(/home/mysite/ssl/private/www.mysite.com.key): failed to open stream: Permission denied in /home/mysite/public_html/includes/modules/payment/paypal_ipn.php on line 356

 

Warning: openssl_pkcs7_sign(): error getting private key in /home/mysite/public_html/includes/modules/payment/paypal_ipn.php on line 356

 

Warning: unlink(/home/mysite/public_html//347904-4-data.txt): No such file or directory in /home/mysite/public_html/includes/modules/payment/paypal_ipn.php on line 358

 

Warning: file_get_contents(/home/mysite/public_html//347904-4-signed.txt): failed to open stream: No such file or directory in /home/mysite/public_html/includes/modules/payment/paypal_ipn.php on line 361

 

Warning: fopen(/home/mysite/public_html//347904-4-signed.txt): failed to open stream: Permission denied in /home/mysite/public_html/includes/modules/payment/paypal_ipn.php on line 365

 

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mysite/public_html/includes/modules/payment/paypal_ipn.php on line 366

 

Warning: fclose(): supplied argument is not a valid stream resource in /home/mysite/public_html/includes/modules/payment/paypal_ipn.php on line 367

 

Warning: file_get_contents(/home/mysite/public_html/ext/modules/payment/paypal_ipn/paypal_cert_pem.pem): failed to open stream: No such file or directory in /home/mysite/public_html/includes/modules/payment/paypal_ipn.php on line 371

 

Warning: unlink(/home/mysite/public_html//347904-4-signed.txt): No such file or directory in /home/mysite/public_html/includes/modules/payment/paypal_ipn.php on line 373

 

Warning: file_get_contents(/home/mysite/public_html//347904-4-encrypted.txt): failed to open stream: No such file or directory in /home/mysite/public_html/includes/modules/payment/paypal_ipn.php on line 376

 

Warning: unlink(/home/mysite/public_html//347904-4-encrypted.txt): No such file or directory in /home/mysite/public_html/includes/modules/payment/paypal_ipn.php on line 380

 

can anybody please help me? this is the last thing i need to fix before i can sell things...any help will be great

Posted

Most of the errors relate to the fact that the folder permissions are wrong. Folders need to have permissions set to 755 or 777 (full permissions). Files within folders need to be set to 644 - except for the two configure.php files which would be 644, 444, or 400 depending on the server setup.

 

The remaining errors you have are down to incorrect file pathways for the encryption option in the PayPal IPN Module. Turn off encryption for now and concentrate on getting it working without encryption.

 

Vger

Posted

well the permissions are correct according to what you suggested already...as far as turning off secure to get it working it works fine when it is not secure....in fact works flawlessly.....turn it on and bam i am slammed with the errors....nothing i have tried or that has been suggested has worked...i am out of ideas and dont know what i am going to do

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...