Title: Error Details:  Array
Last modified: August 30, 2016

---

# Error Details: Array

 *  Resolved [Jglucks](https://wordpress.org/support/users/jglucks/)
 * (@jglucks)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-details-array/)
 * I never had a problem with this plugin until today. Im getting an error:
    Error
   Details: Array ( [0] => 0 [1] => Array ( )
 * )
 * Not sure what caused this, or what it is. Any help would be appreciated.
 * [https://wordpress.org/plugins/google-analytics-dashboard-for-wp/](https://wordpress.org/plugins/google-analytics-dashboard-for-wp/)

Viewing 8 replies - 16 through 23 (of 23 total)

[←](https://wordpress.org/support/topic/error-details-array/?output_format=md) [1](https://wordpress.org/support/topic/error-details-array/?output_format=md)
2

 *  [Alin Marcu](https://wordpress.org/support/users/deconf/)
 * (@deconf)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-details-array/page/2/#post-6386427)
 * 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.
 *  [franfoto](https://wordpress.org/support/users/franfoto/)
 * (@franfoto)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-details-array/page/2/#post-6386429)
 * OK, Alin. I’ll alert you if anything changes. If you need any help, I can make
   a test on one of my websites.
 *  [Alin Marcu](https://wordpress.org/support/users/deconf/)
 * (@deconf)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-details-array/page/2/#post-6386431)
 * 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);
       ```
   
 *  [franfoto](https://wordpress.org/support/users/franfoto/)
 * (@franfoto)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-details-array/page/2/#post-6386433)
 * 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/](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>
 *  [Alin Marcu](https://wordpress.org/support/users/deconf/)
 * (@deconf)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-details-array/page/2/#post-6386434)
 * 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.
 *  [franfoto](https://wordpress.org/support/users/franfoto/)
 * (@franfoto)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-details-array/page/2/#post-6386435)
 * Great!
    Now it is working without any change! I guess Site5 changes something
 *  [franfoto](https://wordpress.org/support/users/franfoto/)
 * (@franfoto)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-details-array/page/2/#post-6386436)
 * 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!
 *  [Alin Marcu](https://wordpress.org/support/users/deconf/)
 * (@deconf)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/error-details-array/page/2/#post-6386437)
 * 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!

Viewing 8 replies - 16 through 23 (of 23 total)

[←](https://wordpress.org/support/topic/error-details-array/?output_format=md) [1](https://wordpress.org/support/topic/error-details-array/?output_format=md)
2

The topic ‘Error Details: Array’ is closed to new replies.

 * ![](https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon.svg?rev=2243225)
 * [ExactMetrics - Google Analytics Dashboard for WordPress (Website Stats Plugin)](https://wordpress.org/plugins/google-analytics-dashboard-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-analytics-dashboard-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/google-analytics-dashboard-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-analytics-dashboard-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-analytics-dashboard-for-wp/reviews/)

 * 23 replies
 * 5 participants
 * Last reply from: [Alin Marcu](https://wordpress.org/support/users/deconf/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/error-details-array/page/2/#post-6386437)
 * Status: resolved