A quick update: Site5 is working on fixing the possible issue on their side, while I am going to setup an account and drive further testings on their platform. Please post any updates here if something changes meanwhile.
OK, Alin. I’ll alert you if anything changes. If you need any help, I can make a test on one of my websites.
I’ve managed to identify the issue, until Site5 will fix it on their side you can add this patch to GADWP:
In wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Google/Client.php line 97 replace:
if (version_compare(phpversion(), "5.3.4", "<=") || $this->isAppEngine()) {
// Automatically disable compress.zlib, as currently unsupported.
$config->setClassConfig('Google_Http_Request', 'disable_gzip', true);
}
with
// Automatically disable compress.zlib, as currently unsupported.
$config->setClassConfig('Google_Http_Request', 'disable_gzip', true);
I did it and give me this error:
Invalid response, more details in JavaScript Console (F12).
In Console:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check http://xhr.spec.whatwg.org/.
(index):800
********************* GADWP Log *********************
<b>Parse error</b>: syntax error, unexpected T_STRING in <b>/home3/erik/public_html/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Google/Client.php</b> on line <b>102</b>
Pay attention at the replacement, you’ve deleted something else or didn’t added the new code correctly.
Reinstall the plugin and make the replacement accordingly.
Great!
Now it is working without any change! I guess Site5 changes something
Alin, I guess Site5 fixed on their side and now I don’t need to do any change. I have some websites working well now with your plugin.
Thank you for all your effort. You have done a good job!
Yes they did, just got an email from them informing me that they’ve deployed an update few minutes ago. I must admit, they do have a top class support team there :).
So you don’t need to do anything else.
Thank you all for your feedback!