
In hook_googleanalytics.php (around line 140) replace
- Code: Select all
$html = preg_replace('#</head#si', $output."</head", $html);
with
- Code: Select all
$html = preg_replace('#</head#si', $output."</head", $html, 1);
Let me know if that worked.
$html = preg_replace('#</head#si', $output."</head", $html);
$html = preg_replace('#</head#si', $output."</head", $html, 1);
Are you using two-factor authentication on your Google account? Generate an application-specific password and use this (without spaces) instead of your normal Google account password.
Users browsing this forum: No registered users and 3 guests