TKPRiva Posted May 8, 2009 Posted May 8, 2009 Hi, if someone could help with these error messages, it would be appreciated. New to OSCommerce and trying to set up the config. Warning: fopen(/143288-3-data.txt) [function.fopen]: failed to open stream: Permission denied in /home/temp4370/public_html/store/includes/modules/payment/paypal_standard.php on line 331 Warning: fwrite(): supplied argument is not a valid stream resource in /home/temp4370/public_html/store/includes/modules/payment/paypal_standard.php on line 332 Warning: fclose(): supplied argument is not a valid stream resource in /home/temp4370/public_html/store/includes/modules/payment/paypal_standard.php on line 333 Warning: file_get_contents() [function.file-get-contents]: Filename cannot be empty in /home/temp4370/public_html/store/includes/modules/payment/paypal_standard.php on line 338 Warning: file_get_contents() [function.file-get-contents]: Filename cannot be empty in /home/temp4370/public_html/store/includes/modules/payment/paypal_standard.php on line 338 Warning: openssl_pkcs7_sign() [function.openssl-pkcs7-sign]: error getting private key in /home/temp4370/public_html/store/includes/modules/payment/paypal_standard.php on line 338 Warning: unlink(/143288-3-data.txt) [function.unlink]: No such file or directory in /home/temp4370/public_html/store/includes/modules/payment/paypal_standard.php on line 340 Warning: file_get_contents(/143288-3-signed.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /home/temp4370/public_html/store/includes/modules/payment/paypal_standard.php on line 343 Warning: fopen(/143288-3-signed.txt) [function.fopen]: failed to open stream: Permission denied in /home/temp4370/public_html/store/includes/modules/payment/paypal_standard.php on line 347 Warning: fclose(): supplied argument is not a valid stream resource in /home/temp4370/public_html/store/includes/modules/payment/paypal_standard.php on line 349 Warning: file_get_contents(paypal_cert.pem) [function.file-get-contents]: failed to open stream: No such file or directory in /home/temp4370/public_html/store/includes/modules/payment/paypal_standard.php on line 353 Warning: unlink(/143288-3-signed.txt) [function.unlink]: No such file or directory in /home/temp4370/public_html/store/includes/modules/payment/paypal_standard.php on line 355 Warning: file_get_contents(/143288-3-encrypted.txt) [function.file-get-contents]: failed to open stream: No such file or directory in /home/temp4370/public_html/store/includes/modules/payment/paypal_standard.php on line 358 Warning: unlink(/143288-3-encrypted.txt) [function.unlink]: No such file or directory in /home/temp4370/public_html/store/includes/modules/payment/paypal_standard.php on line 362 [/indent]
FIMBLE Posted May 11, 2009 Posted May 11, 2009 does line 331 to 333 look like this in your catalog / includes / modules / payment / paypal_standard.php ? $fp = fopen(MODULE_PAYMENT_PAYPAL_STANDARD_EWP_WORKING_DIRECTORY . '/' . $random_string . 'data.txt', 'w'); fwrite($fp, $data); fclose($fp); Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
TKPRiva Posted May 11, 2009 Author Posted May 11, 2009 does line 331 to 333 look like this in your catalog / includes / modules / payment / paypal_standard.php ? $fp = fopen(MODULE_PAYMENT_PAYPAL_STANDARD_EWP_WORKING_DIRECTORY . '/' . $random_string . 'data.txt', 'w'); fwrite($fp, $data); fclose($fp); Yes, it looks exactly like that. is it supposed to? :-) Riva PS, my father was from Wales
sawadeep Posted August 9, 2009 Posted August 9, 2009 Yes, it looks exactly like that. is it supposed to? :-) Riva PS, my father was from Wales Hi - did you get a solution on this? I have the same error messages and same 331 to 333. Please let me know the answer, Thanks ;-)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.