The theme "X" generated unexpected PHP debug output

Hi,
While I was trying to make a child theme for theme x with Child Theme Configurator the analyze pop out some notices.
I’m wondering can I continue making a child theme and then updating that child theme so that I can check that everything is ok with the update just to be safe or do I have to do something about this output?
Plus now when the website is on a tablet or android the menu bar doesn’t work at all, I hope it will be fixed when we do the update.Output is bellow, thanks.
Notice: Undefined index: tco_google_analytics_id in /home/imanje70/public_html/hotelvelikinovisad.com/wp-content/plugins/tco-google-analytics/functions/options.php on line 51

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

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

Notice: Undefined index: tco_meta_tag in /home/imanje70/public_html/hotelvelikinovisad.com/wp-content/plugins/tco-google-analytics/functions/options.php on line 52
Also this error pops up in the consloe log … What does it mean?
Uncaught TypeError: window.csGlobal.collapse is not a function
at HTMLDocument. (x-body.min.js?ver=6.0.4:1)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)

Hi There,

Thanks for writing in! PHP notices you can ignore by disabling WP_DEBUG mode by following this guide (https://codex.wordpress.org/WP_DEBUG).

Also check your PHP version running on your server and make sure to use a version like PHP v5.6.x or later to avoid incompatibility issues.

Let us know how it goes.
Thanks!

Ok … thank you for your help!

You’re welcome.

1 Like

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