Error messages after new install

I used to have X Integrity Light with child theme. I decided to re-do the whole site by using Softaculous to remove WordPress then re-install it. To upload a theme, WordPress asked for a zip file, so I downloaded the Pro file, right clicked and selected compress to make it in to a zip file and uploaded that.
The site seems to work; however, whenever I login to the WordPress dashboard I get the error messages below. Does it mean there was an error that happened in installing WordPress or uploading Theme Pro?

Warning : fopen(/home/curati5/public_html/wp-content/plugins/weforms/wpforms.php): failed to open stream: No such file or directory in /home/curati5/public_html/wp-includes/functions.php on line 6109

Warning : Cannot modify header information - headers already sent by (output started at /home/curati5/public_html/wp-includes/functions.php:6109) in /home/curati5/public_html/wp-includes/functions.php on line 6360

Warning : Cannot modify header information - headers already sent by (output started at /home/curati5/public_html/wp-includes/functions.php:6109) in /home/curati5/public_html/wp-admin/includes/misc.php on line 1310

Warning : Cannot modify header information - headers already sent by (output started at /home/curati5/public_html/wp-includes/functions.php:6109) in /home/curati5/public_html/wp-admin/admin-header.php on line 9

The site is https://www.curativepath.com

Hello @AmeetaConsulting,

Thanks for reaching out to us.

Based on the error messages that you have posted above, your WeForms plugin is causing the issue. The plugin is generating a PHP Warning message. The issue is because the Debug mode was turned ON. You can get rid of these warnings by disabling your 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 error warning.

Kindly let us know how it goes.

Thanks for the info!
After reading your message, what I did is I activated that plugin to access the settings and then ticked the box for minimizing interference with other plugins, which seems to have fixed the problem

Hey @AmeetaConsulting,

We are just glad that you have figured it out a way to correct the said issue.
Thanks for letting us know!

Best Regards.

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