Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem With Paypal Ipn


Recommended Posts

Posted

I installed the module that prematurely stores orders in the database for Paypal processing. When I tried it in testing mode I got the following errors before I continue to checkout. Any ideas on what I did wrong? Thank you!

 

Warning: fopen(/861509-22-data.txt): failed to open stream: Permission denied in /hsphere/local/home/fullcirc/cabinfeverproducts.com/catalog/includes/modules/payment/paypal_ipn.php on line 349

 

Warning: fwrite(): supplied argument is not a valid stream resource in /hsphere/local/home/fullcirc/cabinfeverproducts.com/catalog/includes/modules/payment/paypal_ipn.php on line 350

 

Warning: fclose(): supplied argument is not a valid stream resource in /hsphere/local/home/fullcirc/cabinfeverproducts.com/catalog/includes/modules/payment/paypal_ipn.php on line 351

 

Warning: unlink(/861509-22-data.txt): No such file or directory in /hsphere/local/home/fullcirc/cabinfeverproducts.com/catalog/includes/modules/payment/paypal_ipn.php on line 356

 

Warning: unlink(/861509-22-signed.txt): No such file or directory in /hsphere/local/home/fullcirc/cabinfeverproducts.com/catalog/includes/modules/payment/paypal_ipn.php on line 359

 

Warning: fopen(/861509-22-encrypted.txt): failed to open stream: No such file or directory in /hsphere/local/home/fullcirc/cabinfeverproducts.com/catalog/includes/modules/payment/paypal_ipn.php on line 361

 

Warning: filesize(): Stat failed for /861509-22-encrypted.txt (errno=2 - No such file or directory) in /hsphere/local/home/fullcirc/cabinfeverproducts.com/catalog/includes/modules/payment/paypal_ipn.php on line 362

 

Warning: fread(): supplied argument is not a valid stream resource in /hsphere/local/home/fullcirc/cabinfeverproducts.com/catalog/includes/modules/payment/paypal_ipn.php on line 362

 

Warning: fclose(): supplied argument is not a valid stream resource in /hsphere/local/home/fullcirc/cabinfeverproducts.com/catalog/includes/modules/payment/paypal_ipn.php on line 363

 

Warning: unlink(/861509-22-encrypted.txt): No such file or directory in /hsphere/local/home/fullcirc/cabinfeverproducts.com/catalog/includes/modules/payment/paypal_ipn.php on line 365

Posted

never seen before sort of errors with PayPal, but can annotate your script logs:

 

Warning: fopen(/861509-22-encrypted.txt): failed to open stream: No such file or directory in /hsphere/local/home/fullcirc/cabinfeverproducts.com/catalog/includes/modules/payment/paypal_ipn.php on line 361

 

Warning: filesize(): Stat failed for /861509-22-encrypted.txt (errno=2 - No such file or directory) in /hsphere/local/home/fullcirc/cabinfeverproducts.com/catalog/includes/modules/payment/paypal_ipn.php on line 362

 

Warning: fread(): supplied argument is not a valid stream resource in /hsphere/local/home/fullcirc/cabinfeverproducts.com/catalog/includes/modules/payment/paypal_ipn.php on line 362

 

your script tried to open the file and check the size of the file.

 

Warning: unlink(/861509-22-encrypted.txt): No such file or directory in /hsphere/local/home/fullcirc/cabinfeverproducts.com/catalog/includes/modules/payment/paypal_ipn.php on line 365

 

your script tried to delete 861509-22-encrypted.txt file, but it doesn't exist.

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Posted
never seen before sort of errors with PayPal, but can annotate your script logs:

your script tried to open the file and check the size of the file.

your script tried to delete 861509-22-encrypted.txt file, but it doesn't exist.

 

Would you be able to tell me how to properly install that add-on? Apparently I didn't do it right. I downloaded the file, unstuffed it, and uploaded the files to the correct directories. Is there anything else I should be doing after setting it up in oscommerce?

 

Thank you much!

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...