My Google Analytics Plugin from Themeco Is Messing Up My Site

When I activate the analytics, a bunch of text appears in the header of my site. The following text is what I get once activated.

Notice: Undefined index: tco_google_analytics_id in /home/exq5h59va0g7/public_html/wp-content/plugins/tco-google-analytics/functions/options.php on line 51

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

Not sure what this means or what to do about it.

Can you please help me?

Hi There,

Did you add the Google Analytics ID yet?

If the notice messages still appear, please go to edit the wp-config.php file locates in your root directory then fine this code:

define('WP_DEBUG', true);

And change to this:

define('WP_DEBUG', false);

Let us know how it goes!

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