Forums
(@alexdiepeveen)
9 years ago
what worked for me:
in helpers.php change line 403 from $headerStr.= $header.”: “.$value.”\r\n”; To $headerStr.= $header.”: “.$value.”\n”;
I don’t know why, (I think a change in php version).
9 years, 4 months ago
Do you still have this problem?