Title: Arno Peck's Replies | WordPress.org

---

# Arno Peck

  [  ](https://wordpress.org/support/users/arnopeck/)

 *   [Profile](https://wordpress.org/support/users/arnopeck/)
 *   [Topics Started](https://wordpress.org/support/users/arnopeck/topics/)
 *   [Replies Created](https://wordpress.org/support/users/arnopeck/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/arnopeck/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/arnopeck/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/arnopeck/engagements/)
 *   [Favorites](https://wordpress.org/support/users/arnopeck/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/arnopeck/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/arnopeck/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Contact form 7 DB] fatal error when exporting to excel](https://wordpress.org/support/topic/fatal-error-when-exporting-to-excel/)
 *  [Arno Peck](https://wordpress.org/support/users/arnopeck/)
 * (@arnopeck)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-when-exporting-to-excel/#post-16988558)
 * To resolve this issue, you’ll need to modify the code in the `String.php`, and
   a bunch of other files in PHPExcel folder, to use supported syntax. Since curly
   brace array and string offset access is no longer allowed, you’ll need to identify
   the specific lines of code that are causing the error and update them to use 
   valid syntax.
 * Here’s a brief overview of how curly brace array and string offset access is 
   typically used and how it has changed:
 * Old syntax (no longer supported):
 * `$value = $array{0}; // This syntax is no longer supported`
 * New syntax (supported):
 * `$value = $array[0]; // Use square brackets for array access`
 * You’ll need to search for occurrences of curly brace array and string offset 
   access in the files and update them to use the supported syntax.
   i did it and
   it was a bit tedious, I had to reload several time the page, get the error showing
   which file I had to modify, and after 15 mins of work the script runs again.The
   most annoying part is when the script begins to run, but the excel has the error
   instead of the data, but again, you can fix the files that are shown in the error()
   at least 4 or 5) and then at the end it works.Then better to make a copy of the
   folder “advanced-cf7-db/admin/class/PHPExcel in case the plugin will be updated
   and the problem not fixed…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Contact form 7 DB] fatal error when exporting to excel](https://wordpress.org/support/topic/fatal-error-when-exporting-to-excel/)
 *  [Arno Peck](https://wordpress.org/support/users/arnopeck/)
 * (@arnopeck)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/fatal-error-when-exporting-to-excel/#post-16985071)
 * Same error
   it is an incompatibility with PHP 8
 * Will be fixed in an update or do we have to fix the code manually?
   thx
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Contact form 7 DB] Compile error when exporting to Excel](https://wordpress.org/support/topic/compile-error-when-exporting-to-excel/)
 *  [Arno Peck](https://wordpress.org/support/users/arnopeck/)
 * (@arnopeck)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/compile-error-when-exporting-to-excel/#post-16983733)
 * Same problem…
   the CSV is working,looks like the excel export has some code that
   is not compatible with the last PHP versions.Will be fixed or the Excel export
   will be removed?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] After upgrade issue with WPML](https://wordpress.org/support/topic/after-upgrade-issue-with-wpml/)
 *  [Arno Peck](https://wordpress.org/support/users/arnopeck/)
 * (@arnopeck)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/after-upgrade-issue-with-wpml/page/2/#post-16941125)
 * Same problem here, any solution?
   Until solution will be available I am going 
   to disable the plugin, Thx
    -  This reply was modified 2 years, 11 months ago by [Arno Peck](https://wordpress.org/support/users/arnopeck/).
      Reason: added 2 lines
    -  This reply was modified 2 years, 11 months ago by [Arno Peck](https://wordpress.org/support/users/arnopeck/).
      Reason: correct typo
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Site Kit API Error method:GET datapoint:tag-permission](https://wordpress.org/support/topic/site-kit-api-error-methodget-datapointtag-permission/)
 *  Thread Starter [Arno Peck](https://wordpress.org/support/users/arnopeck/)
 * (@arnopeck)
 * [5 years ago](https://wordpress.org/support/topic/site-kit-api-error-methodget-datapointtag-permission/#post-14614821)
 * Hello [@jamesosborne](https://wordpress.org/support/users/jamesosborne/)
 * I asked to the hosting about firewall rules and REST,
    they disabled some WAF
   rules and they told me that sitekit.withgoogle.com was reachable. I have checked
   the site admin, but te errors where still there… So i tried first disable and
   re-enable the plugin, but still was not working. Then I disabled AND uninstall
   the plugin, and then reinstall it. After reinstall, and activated it, it was 
   working fine!
 * So, i cannot say exactly what was the problem, but now has gone.
    I hope can 
   help
 * ciao ciao
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Site Kit showing Critical Error](https://wordpress.org/support/topic/site-kit-showing-critical-error/)
 *  [Arno Peck](https://wordpress.org/support/users/arnopeck/)
 * (@arnopeck)
 * [5 years ago](https://wordpress.org/support/topic/site-kit-showing-critical-error/page/2/#post-14614793)
 * Finally I have solved in this way:
    – disable Site Kit Plugin – uninstall it –
   reinstall it then IT WORKED for me!
 * I hope this can help
    ciao ciao
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Site Kit API Error method:GET datapoint:tag-permission](https://wordpress.org/support/topic/site-kit-api-error-methodget-datapointtag-permission/)
 *  Thread Starter [Arno Peck](https://wordpress.org/support/users/arnopeck/)
 * (@arnopeck)
 * [5 years ago](https://wordpress.org/support/topic/site-kit-api-error-methodget-datapointtag-permission/#post-14612118)
 * Hello [@jamesosborne](https://wordpress.org/support/users/jamesosborne/)
 * I have done as you suggested, but yes the error still there even with only Site
   Kit activated.
 * Here the [screenshot](https://imgur.com/Sb1kuYQ)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Site Kit showing Critical Error](https://wordpress.org/support/topic/site-kit-showing-critical-error/)
 *  [Arno Peck](https://wordpress.org/support/users/arnopeck/)
 * (@arnopeck)
 * [5 years ago](https://wordpress.org/support/topic/site-kit-showing-critical-error/page/2/#post-14611061)
 * Hello [@jamesosborne](https://wordpress.org/support/users/jamesosborne/)
    I am
   in the same situation as [@salik21](https://wordpress.org/support/users/salik21/)
   and (I did the same procedure) only Site Kit have this error
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Site Kit showing Critical Error](https://wordpress.org/support/topic/site-kit-showing-critical-error/)
 *  [Arno Peck](https://wordpress.org/support/users/arnopeck/)
 * (@arnopeck)
 * [5 years ago](https://wordpress.org/support/topic/site-kit-showing-critical-error/#post-14603469)
 * In admin, in console:
 * Failed to load resource: the server responded with a status of 500:
    [https://MYDOMAIN.com/wp-json/google-site-kit/v1/modules/search-console/data/searchanalytics?dimensions=date&startDate=2021-05-03&endDate=2021-06-27&_locale=user](https://MYDOMAIN.com/wp-json/google-site-kit/v1/modules/search-console/data/searchanalytics?dimensions=date&startDate=2021-05-03&endDate=2021-06-27&_locale=user)
 * which have this content:
    {“code”:”rest_forbidden”,”message”:”Non hai i permessi
   per farlo.”,”data”:{“status”:401}}
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Site Kit showing Critical Error](https://wordpress.org/support/topic/site-kit-showing-critical-error/)
 *  [Arno Peck](https://wordpress.org/support/users/arnopeck/)
 * (@arnopeck)
 * [5 years ago](https://wordpress.org/support/topic/site-kit-showing-critical-error/#post-14603316)
 * Hello James,
 * Here the error:
    Data error in Analytics <p>Si è verificato un errore critico
   sul tuo sito web.</p><p>[Scopri di più riguardo la risoluzione dei problemi in WordPress.](https://wordpress.org/support/article/faq-troubleshooting/)
   </p>
 * This error appears in every sitekit widget
 * I have no issues in Site Health, and php is 7.4
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Site Kit showing Critical Error](https://wordpress.org/support/topic/site-kit-showing-critical-error/)
 *  [Arno Peck](https://wordpress.org/support/users/arnopeck/)
 * (@arnopeck)
 * [5 years ago](https://wordpress.org/support/topic/site-kit-showing-critical-error/#post-14603238)
 * Hello, same problem here!
    from today (no plugin updates) we have this php errors
   in dashboard widgets and frontend site kit’s menu
 * Many tanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Yoast banner ad in admin section](https://wordpress.org/support/topic/yoast-banner-ad-in-admin-section/)
 *  [Arno Peck](https://wordpress.org/support/users/arnopeck/)
 * (@arnopeck)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/yoast-banner-ad-in-admin-section/page/2/#post-12188077)
 * Please don’t do that again, really!
    Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact form 7 response message translation idea](https://wordpress.org/support/topic/contact-form-7-response-message-translation-idea/)
 *  [Arno Peck](https://wordpress.org/support/users/arnopeck/)
 * (@arnopeck)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/contact-form-7-response-message-translation-idea/#post-11251389)
 * What about this request?
    How can be the default messages be filled in the right
   language in wpml translation manager? It is really necessary to have a way to
   have pre-filled those fields! otherwise this plugin cannot be used easily for
   multilanguage sites… thank you very much
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Cookie Kit] Traduzione (plugin translation en)](https://wordpress.org/support/topic/traduzione-plugin-translation-en/)
 *  [Arno Peck](https://wordpress.org/support/users/arnopeck/)
 * (@arnopeck)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/traduzione-plugin-translation-en/#post-10355952)
 * Come tradure il banner con wpml?
    è possibile fare in modo che testo e testo 
   pulsante siano registrati da wpml? [https://codex.wordpress.org/Function_Reference/wp_localize_script](https://codex.wordpress.org/Function_Reference/wp_localize_script)
 * grazie per l’ottimo plugin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EU Cookie Law for GDPR/CCPA] new cookie law requirement YES/NO selection](https://wordpress.org/support/topic/new-cookie-law-requirement-yes-no-selection/)
 *  [Arno Peck](https://wordpress.org/support/users/arnopeck/)
 * (@arnopeck)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/new-cookie-law-requirement-yes-no-selection/#post-10259183)
 * ironically you have to set a cookie to the user that DO NOT accept… but can be
   an “allowed” cookie!
 * —
    I think the browser should manage this stupid law, not the sites or developers,
   it would be more logic and consistent…

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/arnopeck/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/arnopeck/replies/page/2/?output_format=md)