Unwanted response on the installation of Envolve plugin

As I am trying to install the Envolve theme I am having this unexpected response…
object from empty value in /homepages/12/d397996529/htdocs/clickandbuilds/ProductivityScience202918/wp-content/plugins/envolve-plugin/redux-framework/ReduxCore/inc/class.redux_filesystem.php on line 29

Warning : Cannot modify header information - headers already sent by (output started at /homepages/12/d397996529/htdocs/clickandbuilds/ProductivityScience202918/wp-content/plugins/envolve-plugin/redux-framework/ReduxCore/inc/class.redux_filesystem.php:29) in /homepages/12/d397996529/htdocs/clickandbuilds/ProductivityScience202918/wp-includes/functions.php on line 6712

Warning : Cannot modify header information - headers already sent by (output started at /homepages/12/d397996529/htdocs/clickandbuilds/ProductivityScience202918/wp-content/plugins/envolve-plugin/redux-framework/ReduxCore/inc/class.redux_filesystem.php:29) in /homepages/12/d397996529/htdocs/clickandbuilds/ProductivityScience202918/wp-admin/includes/misc.php on line 1310

Warning : Cannot modify header information - headers already sent by (output started at /homepages/12/d397996529/htdocs/clickandbuilds/ProductivityScience202918/wp-content/plugins/envolve-plugin/redux-framework/ReduxCore/inc/class.redux_filesystem.php:29) in /homepages/12/d397996529/htdocs/clickandbuilds/ProductivityScience202918/wp-admin/admin-header.php on line 9

Warning : Cannot modify header information - headers already sent by (output started at /homepages/12/d397996529/htdocs/clickandbuilds/ProductivityScience202918/wp-content/plugins/envolve-plugin/redux-framework/ReduxCore/inc/class.redux_filesystem.php:29) in /homepages/12/d397996529/htdocs/clickandbuilds/ProductivityScience202918/wp-includes/option.php on line 1097

Warning : Cannot modify header information - headers already sent by (output started at /homepages/12/d397996529/htdocs/clickandbuilds/ProductivityScience202918/wp-content/plugins/envolve-plugin/redux-framework/ReduxCore/inc/class.redux_filesystem.php:29) in /homepages/12/d397996529/htdocs/clickandbuilds/ProductivityScience202918/wp-includes/option.php on line 1098

Need a solution asap please

@txenergy

Contact the theme author for support

I would suspect it has something to do with the PHP version your server is running.

1 Like

The first message shouldn’t be showing up (it’s just a strictness notice) and the rest are caused by the first message. Did you set WP_DEBUG to true in your wp-config.php file by chance? Setting it back to false would be an immediate solution.

Contacting the author would be able to provide a more permanent fix, but you shouldn’t have errors enabled in production like that anyways.

1 Like