Why is GAClient called when I’m not using it?
-
Hi,
In my browser console I noticed the following errors:
GET https://joskleverwebsupport.nl/wp-content/plugins/genesis-blocks/lib/Analytics/js/gaClient.js?ver=1637017568
(on every page in my dashboard), because it’s blocked by my ad blocker.And:
react-dom.min.js?ver=17.0.1:141: TypeError: Cannot read properties of undefined (reading 'GAClient') at app.js?ver=0914c1e0c381a8c783622e66816de6e8:41:165 at Le (react-dom.min.js?ver=17.0.1:100:3) at Pj (react-dom.min.js?ver=17.0.1:231:183) at di (react-dom.min.js?ver=17.0.1:168:305) at Nj (react-dom.min.js?ver=17.0.1:168:236) at sc (react-dom.min.js?ver=17.0.1:168:96) at gf (react-dom.min.js?ver=17.0.1:162:109) at react-dom.min.js?ver=17.0.1:73:230 at unstable_runWithPriority (react.min.js?ver=17.0.1:24:26) at Za (react-dom.min.js?ver=17.0.1:73:8) Ye @ react-dom.min.js?ver=17.0.1:141 Mh.c.callback @ react-dom.min.js?ver=17.0.1:141 dh @ react-dom.min.js?ver=17.0.1:80 Bj @ react-dom.min.js?ver=17.0.1:145 Qj @ react-dom.min.js?ver=17.0.1:176 unstable_runWithPriority @ react.min.js?ver=17.0.1:24 Za @ react-dom.min.js?ver=17.0.1:73 eb @ react-dom.min.js?ver=17.0.1:170 gf @ react-dom.min.js?ver=17.0.1:162 (anonymous) @ react-dom.min.js?ver=17.0.1:73 unstable_runWithPriority @ react.min.js?ver=17.0.1:24 Za @ react-dom.min.js?ver=17.0.1:73 $g @ react-dom.min.js?ver=17.0.1:73 ja @ react-dom.min.js?ver=17.0.1:73 Tj @ react-dom.min.js?ver=17.0.1:180 unstable_runWithPriority @ react.min.js?ver=17.0.1:24 Za @ react-dom.min.js?ver=17.0.1:73 Ra @ react-dom.min.js?ver=17.0.1:178 (anonymous) @ react-dom.min.js?ver=17.0.1:178 R @ react.min.js?ver=17.0.1:16 ua.port1.onmessage @ react.min.js?ver=17.0.1:22
react.min.js?ver=17.0.1:22: Uncaught TypeError: Cannot read properties of undefined (reading 'GAClient') at app.js?ver=0914c1e0c…2e66816de6e8:41:165 at Le (react-dom.min.js?ver=17.0.1:100:3) at Pj (react-dom.min.js?ver=17.0.1:231:183) at di (react-dom.min.js?ver=17.0.1:168:305) at Nj (react-dom.min.js?ver=17.0.1:168:236) at sc (react-dom.min.js?ver=17.0.1:168:96) at gf (react-dom.min.js?ver=17.0.1:162:109) at react-dom.min.js?ver=17.0.1:73:230 at unstable_runWithPriority (react.min.js?ver=17.0.1:24:26) at Za (react-dom.min.js?ver=17.0.1:73:8) (anonymous) @ app.js?ver=0914c1e0c…83622e66816de6e8:41 Le @ react-dom.min.js?ver=17.0.1:100 Pj @ react-dom.min.js?ver=17.0.1:231 di @ react-dom.min.js?ver=17.0.1:168 Nj @ react-dom.min.js?ver=17.0.1:168 sc @ react-dom.min.js?ver=17.0.1:168 gf @ react-dom.min.js?ver=17.0.1:162 (anonymous) @ react-dom.min.js?ver=17.0.1:73 unstable_runWithPriority @ react.min.js?ver=17.0.1:24 Za @ react-dom.min.js?ver=17.0.1:73 $g @ react-dom.min.js?ver=17.0.1:73 ja @ react-dom.min.js?ver=17.0.1:73 Tj @ react-dom.min.js?ver=17.0.1:180 unstable_runWithPriority @ react.min.js?ver=17.0.1:24 Za @ react-dom.min.js?ver=17.0.1:73 Ra @ react-dom.min.js?ver=17.0.1:178 (anonymous) @ react-dom.min.js?ver=17.0.1:178 R @ react.min.js?ver=17.0.1:16 ua.port1.onmessage @ react.min.js?ver=17.0.1:22
(on the page /wp-admin/admin.php?page=genesis-blocks-settings)
This is also happening with a default theme and no other plugins active. I’m using PHP 8.0, but it’s the samen at another site with PHP 7.4.
The Genesis Blocks – Settings page is totally empty. I’m not sure if there should be settings (you would expect it, so the page makes sense.
In the file
./lib/Analytics/AssetManager.php
I see code that looks like the plugin is calling Google Analytics, so it would be tracking my activities, although I didn’t opt-in for that.Can you please explain this and hopefully solve it?
The page I need help with: [log in to see the link]
- The topic ‘Why is GAClient called when I’m not using it?’ is closed to new replies.