Beezer2005 Posted January 21, 2006 Posted January 21, 2006 Please Help Us!! Can't figure out problem, think I'm going braindead from this stuff..LOL, Any help greatly appreciated. Want to apologize for multiple posting last week. Thanks, Bill & Tashia Warning: fopen(/home/*****/private/ssl//914825-4-data.txt) [function.fopen]: failed to open stream: No such file or directory in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 349 Warning: fwrite(): supplied argument is not a valid stream resource in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 350 Warning: fclose(): supplied argument is not a valid stream resource in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 351 Warning: unlink(/home/*****/private/ssl//914825-4-data.txt) [function.unlink]: No such file or directory in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 383 Warning: unlink(/home/*****/private/ssl//914825-4-signed.txt) [function.unlink]: No such file or directory in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 386 Warning: fopen(/home/*****/private/ssl//914825-4-encrypted.txt) [function.fopen]: failed to open stream: No such file or directory in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 388 Warning: filesize() [function.filesize]: stat failed for /home/*****/private/ssl//914825-4-encrypted.txt in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 389 Warning: fread(): supplied argument is not a valid stream resource in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 389 Warning: fclose(): supplied argument is not a valid stream resource in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 390 Warning: unlink(/home/*****/private/ssl//914825-4-encrypted.txt) [function.unlink]: No such file or directory in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 392 Quote
tina_boots Posted January 21, 2006 Posted January 21, 2006 Please Help Us!! Can't figure out problem, think I'm going braindead from this stuff..LOL, Any help greatly appreciated. Want to apologize for multiple posting last week. Thanks, Bill & Tashia Warning: fopen(/home/*****/private/ssl//914825-4-data.txt) [function.fopen]: failed to open stream: No such file or directory in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 349 Warning: fwrite(): supplied argument is not a valid stream resource in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 350 Warning: fclose(): supplied argument is not a valid stream resource in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 351 Warning: unlink(/home/*****/private/ssl//914825-4-data.txt) [function.unlink]: No such file or directory in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 383 Warning: unlink(/home/*****/private/ssl//914825-4-signed.txt) [function.unlink]: No such file or directory in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 386 Warning: fopen(/home/*****/private/ssl//914825-4-encrypted.txt) [function.fopen]: failed to open stream: No such file or directory in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 388 Warning: filesize() [function.filesize]: stat failed for /home/*****/private/ssl//914825-4-encrypted.txt in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 389 Warning: fread(): supplied argument is not a valid stream resource in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 389 Warning: fclose(): supplied argument is not a valid stream resource in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 390 Warning: unlink(/home/*****/private/ssl//914825-4-encrypted.txt) [function.unlink]: No such file or directory in /home/*****/public_html/shop/includes/modules/payment/paypal_ipn.php on line 392 914825-4-data.txt is not being found where the system expects it to be. So either the file is missing, its in a different location, or the code in paypal_ipn.php is incorrect. I do notice there are two slashes "//" between ssl and the file name in the path. That would be the first thing I would check as the potential problem. Be well, Tina Quote If you're not having fun you're not doing it right Teach a person to fish rather than give them a loaf of bread or however that saying goes.
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.