Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Checkout warnings


Guest

Recommended Posts

Posted

any ideas

 

Warning: fopen(/864090-2-data.txt) [function.fopen]: failed to open stream: Permission denied in /second/zionites/public_html/catalog/includes/modules/payment/paypal_standard.php on line 331

 

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

 

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

 

Warning: unlink(/864090-2-data.txt) [function.unlink]: No such file or directory in /second/zionites/public_html/catalog/includes/modules/payment/paypal_standard.php on line 365

 

Warning: unlink(/864090-2-signed.txt) [function.unlink]: No such file or directory in /second/zionites/public_html/catalog/includes/modules/payment/paypal_standard.php on line 368

 

Warning: fopen(/864090-2-encrypted.txt) [function.fopen]: failed to open stream: No such file or directory in /second/zionites/public_html/catalog/includes/modules/payment/paypal_standard.php on line 370

 

Warning: filesize() [function.filesize]: stat failed for /864090-2-encrypted.txt in /second/zionites/public_html/catalog/includes/modules/payment/paypal_standard.php on line 371

 

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

 

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

 

Warning: unlink(/864090-2-encrypted.txt) [function.unlink]: No such file or directory in /second/zionites/public_html/catalog/includes/modules/payment/paypal_standard.php on line 374

 

thanks

Posted

Check line 331 and see what file it's trying to open and figure out why it can;t be opened (wrong path? File doesn't exist? Bad permissions?). The rest of those errors are as a result of the failure to open the file (the first error).

Posted
any ideas

 

Warning: fopen(/864090-2-data.txt) [function.fopen]: failed to open stream: Permission denied in /second/zionites/public_html/catalog/includes/modules/payment/paypal_standard.php on line 331

 

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

 

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

 

Warning: unlink(/864090-2-data.txt) [function.unlink]: No such file or directory in /second/zionites/public_html/catalog/includes/modules/payment/paypal_standard.php on line 365

 

Warning: unlink(/864090-2-signed.txt) [function.unlink]: No such file or directory in /second/zionites/public_html/catalog/includes/modules/payment/paypal_standard.php on line 368

 

Warning: fopen(/864090-2-encrypted.txt) [function.fopen]: failed to open stream: No such file or directory in /second/zionites/public_html/catalog/includes/modules/payment/paypal_standard.php on line 370

 

Warning: filesize() [function.filesize]: stat failed for /864090-2-encrypted.txt in /second/zionites/public_html/catalog/includes/modules/payment/paypal_standard.php on line 371

 

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

 

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

 

Warning: unlink(/864090-2-encrypted.txt) [function.unlink]: No such file or directory in /second/zionites/public_html/catalog/includes/modules/payment/paypal_standard.php on line 374

 

thanks

 

Your host may have

 

php_value allow_url_fopen Off

  • 9 months later...
Posted
Your host may have

 

php_value allow_url_fopen Off

 

I added /home to my includes/sonfigure file and it worked. It seemed as simple as this after hours of looking, after I changed servers.

 

Line 34 now looks like this:

define('DIR_FS_CATALOG', '/home/******/public_html/');

 

In my searching around for the error fwrite, it seemed everyone had fixed the error with a simple path change. My errors were coming up when I implemented page cache and/or the osc cache.

 

Hope this helps someone!

Archived

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

×
×
  • Create New...