Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

what are these errors?


10west

Recommended Posts

is the text file in the first line a possible error generator

error messages:

 

Warning: fopen(/749595-6-data.txt) [function.fopen]: failed to open stream: Permission denied in /home/davidfre/public_html/cart/includes/modules/payment/paypal_standard.php on line 331

 

Warning: fwrite(): supplied argument is not a valid stream resource in /home/davidfre/public_html/cart/includes/modules/payment/paypal_standard.php on line 332

 

Warning: fclose(): supplied argument is not a valid stream resource in /home/davidfre/public_html/cart/includes/modules/payment/paypal_standard.php on line 333

 

Warning: unlink(/749595-6-data.txt) [function.unlink]: No such file or directory in /home/davidfre/public_html/cart/includes/modules/payment/paypal_standard.php on line 365

 

Warning: unlink(/749595-6-signed.txt) [function.unlink]: No such file or directory in /home/davidfre/public_html/cart/includes/modules/payment/paypal_standard.php on line 368

 

Warning: fopen(/749595-6-encrypted.txt) [function.fopen]: failed to open stream: No such file or directory in /home/davidfre/public_html/cart/includes/modules/payment/paypal_standard.php on line 370

 

Warning: filesize() [function.filesize]: Stat failed for /749595-6-encrypted.txt (errno=2 - No such file or directory) in /home/davidfre/public_html/cart/includes/modules/payment/paypal_standard.php on line 371

 

Warning: fread(): supplied argument is not a valid stream resource in /home/davidfre/public_html/cart/includes/modules/payment/paypal_standard.php on line 371

 

Warning: fclose(): supplied argument is not a valid stream resource in /home/davidfre/public_html/cart/includes/modules/payment/paypal_standard.php on line 372

 

Warning: unlink(/749595-6-encrypted.txt) [function.unlink]: No such file or directory in /home/davidfre/public_html/cart/includes/modules/payment/paypal_standard.php on line 374

 

thank you

[email protected]

.

Link to comment
Share on other sites

Warning: fopen(/749595-6-data.txt)

Most likely you have an incorrect path to your data file. Is it really in your server's root (/), or is it in your site root (HTML /, equivalent to something like /home/ACCOUNTNAME/public_html/)? If this is in PHP code, check to see if you need to add some sort of DIR_FS_CATALOG-like name in front of the filename.

Link to comment
Share on other sites

If you are NOT using paypal payment buttons generated from paypal's website ...

 

Enable Encrypted Web Payments <-- set to FALSE.

 

Go to your payment module in osc admin panel to change it. One of them is Paypal Standard.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...