Comments 1Sandra Holguin started the conversationJanuary 27, 2020 at 11:51amHello, since the installation of the theme I get the following error: class.redux_filesystem.php on line 29Can you help me? 8,992Tahir repliedJanuary 27, 2020 at 11:55amHey ,Please update to the Latest version of PHP and check .Best ThemeNectar Support Team 1Sandra Holguin repliedJanuary 27, 2020 at 1:06pmI have the version 7.4.1. The problem could be because I am working locally? Andrew replied privately 1Sandra Holguin repliedJanuary 28, 2020 at 10:04amThis is the error: Warning: Creating default object from empty value in C:\xampp\htdocs\wordpress\wp-content\themes\salient\nectar\redux-framework\ReduxCore\inc\class.redux_filesystem.php on line 291 Like Andrew replied privatelySmile_Factory repliedFebruary 26, 2020 at 5:02pmstill have the error. Can it be that I'm working locally? 3,022Andrew repliedFebruary 26, 2020 at 5:25pmHi Sandra, Please consider configuring your error level on your PHP settings so that warning level errors are not show. https://www.wpbeginner.com/wp-tutorials/how-to-turn-off-php-errors-in-wordpress/ Hope this helps.1 LikeSmile_Factory repliedFebruary 26, 2020 at 5:35pmaddingini_set('display_errors','Off');ini_set('error_reporting', E_ALL );define('WP_DEBUG', false);define('WP_DEBUG_DISPLAY', false);solved this problem. 3,022Andrew repliedFebruary 26, 2020 at 5:44pmHi Sandra,We can close the ticket closed if the warning is gone.Thanks. Sign in to reply ...
Hello, since the installation of the theme I get the following error: class.redux_filesystem.php on line 29
Can you help me?
Hey ,
Please update to the Latest version of PHP and check .
Best
ThemeNectar Support Team
I have the version 7.4.1. The problem could be because I am working locally?
This is the error:
Warning: Creating default object from empty value in C:\xampp\htdocs\wordpress\wp-content\themes\salient\nectar\redux-framework\ReduxCore\inc\class.redux_filesystem.php on line 29
still have the error.
Can it be that I'm working locally?
Hi Sandra,
Please consider configuring your error level on your PHP settings so that warning level errors are not show.
https://www.wpbeginner.com/wp-tutorials/how-to-turn-off-php-errors-in-wordpress/
Hope this helps.
adding
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);
solved this problem.
Hi Sandra,
We can close the ticket closed if the warning is gone.
Thanks.