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

KeesMK’s picture

Status: Active » Fixed

You 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.

pillarsdotnet’s picture

Version: 6.x-2.59 » 6.x-2.60
Assigned: Unassigned » pillarsdotnet

Fixed in 6.x-2.60 / 7.x-2.60 / 8.x-2.60.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.