I'm not sure
"Parse error: syntax error, unexpected '}' in ..../public_html/sites/all/modules/htmlmail/htmlmail.mail.inc on line 283"
279 if (!$result && variable_get('htmlmail_debug', 0)) {
280 $call = '@mail(' . implode(', ', $params) . ')';
281 foreach ($params as $i => $value) {
282 $params[$i] = var_export($value, 1)
283 }
Comments
Comment #1
KeesMK commentedYou are correct the whole site is crashing.
Just ad: ; at the end of line 282 it looks like this
$params[$i] = var_export($value, 1);
Problem solved.
Comment #2
pillarsdotnet commentedFixed in 6.x-2.60 / 7.x-2.60 / 8.x-2.60.