Error Messages on Installing Site Template

Hi

I just installed a site template to begin changing the look of our site. I first exported all of the original settings. The original stack was Integrity and the new stack when this template was installed is Ethos.

I now get presented with various error messages and wondered if you could tell me what they meant.

Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /mnt/data/home/102462.cloudwaysapps.com/hqfyphspzd/public_html/wp-includes/functions.php on line 4986

Private_Function is deprecated in /mnt/data/home/102462.clodwaysapps.com/hqfyphspzd/public_html/wp-content/plugins/tco-email-forms/email-integration/functions/framework/setup.php on line 28

Private_Function is deprecated in /mnt/data/home/102462.clodwaysapps.com/hqfyphspzd/public_html/wp-content/plugins/tco-email-forms/email-mailchimp/functions/metabox.php on line 39

Private_Function is deprecated in /mnt/data/home/102462.clodwaysapps.com/hqfyphspzd/public_html/wp-content/plugins/tco-email-forms/email-integration/functions/framework/custom-fields-metabox.php on line 29

Private_Function is deprecated in /mnt/data/home/102462.clodwaysapps.com/hqfyphspzd/public_html/wp-content/plugins/tco-email-forms/email-integration/functions/framework/setup.php on line 28

Private_Function is deprecated in /mnt/data/home/102462.clodwaysapps.com/hqfyphspzd/public_html/wp-content/plugins/tco-email-corms/email-integration/functions/framework/setup.php on line 28

Private_Function is deprecated in /mnt/data/home/102462.clodwaysapps.com/hqfyphspzd/public_html/wp-content/plugins/tco-email-forms/email-integration/functions/framework/setup.php on line 28

These are just copied and pasted from the dashboard area after exiting a page and returning to the dashboard.

Is this something to be concerned with and what, if anything, should I do to fix any issues?

Thanks so much for you time

Hello @guybower1,

Thanks for writing in! You are seeing PHP Notices. This most likely do not do any harm to your site. The notices appears because you have enabled the debug mode. You can get rid of these messages by disabling the debug mode. You can do this by opening wp-config.php and adding

define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

When you revisit the page, you should no longer be seeing the messages.

Kindly let us know how it goes.

cheers Rue, thanks for the reply

So need to address the lines in those files at all?

Thanks again

Hi @guybower1,

On your part there’s nothing to do at the moment after Ruenel’s suggestion. On our part, I have posted it on our issue tracker to check the deprecated function.

Excellent, thanks so much Lely. I will disable debug

cheers

You are most welcome!

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