Google analytics issues

Ok, I am in the process of tracking back a significant plugin issue. First my site just gave a HTTP 500 issue, then with some help from my provider I got this error:
Fatal error: Cannot declare class MaxMind\Db\Reader, because the name is already in use in /home/saratog3/public_html/Sean_Blog/wp-content/plugins/convertplug/framework/lib/geolite2/Reader.php on line 14
I used FTP to delete the problematic plugin, and my page loaded, but now with Notice: Undefined index: tco_google_analytics_id in /home/saratog3/public_html/Sean_Blog/wp-content/plugins/tco-google-analytics/functions/options.php on line 51

Notice: Undefined index: tco_meta_tag in /home/saratog3/public_html/Sean_Blog/wp-content/plugins/tco-google-analytics/functions/options.php on line 52

at the top of every page.
I tried deactivating and reactivating, and when the problem returned on reactivation I deleted and reinstalled the plugin, and the two error messages returned. Checking topics on the forum I made sure to reinstall the google analytics id, and now the page only lists one error on line 50.

anyways I’ve turned off Google Analytics but I’d like to turn in back on at some point, any thoughts on how I can fix this issue?

Hello @LiveAndDirect,

Thanks for asking. :slight_smile:

I checked the website that’s listed on your licence manager and one of them is giving me 403 error message while other is working fine.

What you are getting with Analytics plugin is PHP notice. PHP notices you can ignore by disabling WP_DEBUG mode by following this guide (https://codex.wordpress.org/WP_DEBUG).

Once you disable WP_DEBUG those notice messages should be gone.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.