I am getting the following error in the debug logs everytime an order is placed:
[23-Oct-2013 11:51:38] PHP Warning: fread() [<a href='function.fread'>function.fread</a>]: Length parameter must be greater than 0 in /home3/***/public_html/shop/includes/functions/functions_email.php on line 414
This is line 414:
$file_holder = fread($fh, filesize($template_filename));
I have searched the forums, but have been unable to find a solution. Can anyone help me understand how to fix this error?
Thanks!


Reply With Quote

