Guest Posted February 4, 2008 Posted February 4, 2008 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
krnl Posted February 4, 2008 Posted February 4, 2008 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).
♥FWR Media Posted February 4, 2008 Posted February 4, 2008 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 Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work.
mikesreel Posted November 25, 2008 Posted November 25, 2008 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.