_pk_testcookie_domain ERROR
-
Hi There,
On multiple sites the error:
There was an error setting cookie
_pk_testcookie_domain
. Please check domain and path.shows, its the same issue on inconito and private browsers. Running the latest seopress free. We can see that the file being used is matomo.php and the offending code is:
$seopress_matomo_config['subdomains'] = "_paq.push(['setCookieDomain', '*.".get_home_url()."']);\n";
@line 124 – This needs to be fixed as its pulling in the FULL url: https://www.example.com rather than JUST https://www.example.com OR example.com SO removing the protocol that would probarbly fix the issue. Have this on multplie sites so updating 1 to refelct is not a solution.. BUT until the plugin itself is udated happy to use a temp solution if you can provide one please..
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘_pk_testcookie_domain ERROR’ is closed to new replies.