This is a discussion on Paypal Error!! within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; Hello, Please help!!! When my customer select Paypal as payment method and click Next, there're error messages on next page ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello, Please help!!! When my customer select Paypal as payment method and click Next, there're error messages on next page like the following: Warning: fopen(/436793-1-data.txt): failed to open stream: Permission denied in /home/content/e/r/o/eroticsex/html/catalog/includes/modules/payment/paypal_ipn.php on line 348 Warning: fwrite(): supplied argument is not a valid stream resource in /home/content/e/r/o/eroticsex/html/catalog/includes/modules/payment/paypal_ipn.php on line 349 Warning: fclose(): supplied argument is not a valid stream resource in /home/content/e/r/o/eroticsex/html/catalog/includes/modules/payment/paypal_ipn.php on line 350 Warning: unlink(/436793-1-data.txt): No such file or directory in /home/content/e/r/o/eroticsex/html/catalog/includes/modules/payment/paypal_ipn.php on line 382 Warning: unlink(/436793-1-signed.txt): No such file or directory in /home/content/e/r/o/eroticsex/html/catalog/includes/modules/payment/paypal_ipn.php on line 385 Warning: fopen(/436793-1-encrypted.txt): failed to open stream: No such file or directory in /home/content/e/r/o/eroticsex/html/catalog/includes/modules/payment/paypal_ipn.php on line 387 Warning: filesize(): Stat failed for /436793-1-encrypted.txt (errno=2 - No such file or directory) in /home/content/e/r/o/eroticsex/html/catalog/includes/modules/payment/paypal_ipn.php on line 388 Warning: fread(): supplied argument is not a valid stream resource in /home/content/e/r/o/eroticsex/html/catalog/includes/modules/payment/paypal_ipn.php on line 388 Warning: fclose(): supplied argument is not a valid stream resource in /home/content/e/r/o/eroticsex/html/catalog/includes/modules/payment/paypal_ipn.php on line 389 Warning: unlink(/436793-1-encrypted.txt): No such file or directory in /home/content/e/r/o/eroticsex/html/catalog/includes/modules/payment/paypal_ipn.php on line 391 Someone who can help please!! Jeff |
|
#2
| |||
| |||
| I'm not sure where the system is trying to create the file, but these are file creation errors. That means that apache (the server) doesn't have write permissions in the directory where it is trying to create these temp files (temp, as the unlink command at the end of the error messages is disposing of them after they have been used to communicate with paypal). So, try determining what directory the paypal_ipn.php is trying to write in and chmod it to 777 so that the server has write permissions to the directory (and make sure that it's not the root directory, but something like /.paypalipnsecure123 [the . make it a hidden directory]) and make sure that you put an index.html file in there that redirects to the home page to stop any snoopers.
__________________ so endith the lesson<think>sometimes I just sit's and thinks</think> "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB |
| The Following User Says Thank You to met00 For This Useful Post: | ||
nicholasbw (02-09-2007) | ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP error upon return from PayPal | brendanl79 | osCMax v2 Installation issues | 0 | 09-15-2006 10:50 AM |
| Paypal slight error | daffodil | osCMax v1.7 Discussion | 4 | 07-28-2006 12:49 AM |
| PayPal Error | leafy1too | osCommerce 2.2 Installation Help | 3 | 11-30-2004 04:39 PM |
| PayPal IPN Error | proton318 | osCMax v1.7 Discussion | 8 | 09-29-2003 04:52 PM |
| PayPal IPN error | DMG | osCMax v1.7 Discussion | 0 | 09-15-2003 01:04 PM |