Okay
  Public Ticket #2282337
Error
Closed

Comments

  •  1
    Sandra Holguin started the conversation

    Hello, since the installation of the theme I get the following error: class.redux_filesystem.php on line 29

    Can you help me?

  •  8,992
    Tahir replied

    Hey ,

    Please update to the Latest version of PHP and check .

    Best 


    ThemeNectar Support Team 

  •  1
    Sandra Holguin replied

    I have the version 7.4.1. The problem could be because I am working locally?

  •   Andrew replied privately
  •  1
    Sandra Holguin replied

    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


  •   Andrew replied privately
  • Smile_Factory replied

    still have the error. 

    Can it be that I'm working locally? 

  •  3,022
    Andrew replied

    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.

  • Smile_Factory replied

    adding

    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);

    solved this problem.

  •  3,022
    Andrew replied

    Hi Sandra,

    We can close the ticket closed if the warning is gone.

    Thanks.