• Hi,
    I have just updated Elementor to the latest release, and now the website shows two errors:

    Deprecated: Elementor\Scheme_Color è deprecata dalla versione 2.8.0! Al suo posto utilizza Elementor\Core\Schemes\Color. in /web/htdocs/www.livingenova.com/home/wp-includes/functions.php on line 5051

    Deprecated: Elementor\Scheme_Typography è deprecata dalla versione 2.8.0! Al suo posto utilizza Elementor\Core\Schemes\Typography. in /web/htdocs/www.livingenova.com/home/wp-includes/functions.php on line 5051

    I have made a backup prior updating so I can revert everything to its befor-update status, but I’d like to check if I’m able to resolve this issue first.

    Any help would be appreciated.

Viewing 1 replies (of 1 total)
  • Thread Starter namenobodyuses

    (@namenobodyuses)

    I have found some advice. Putting one of the following in my config file:

    define( 'WP_DEBUG', true );
    error_reporting(E_ALL ^ E_DEPRECATED);
    
    OR
    
    define( 'WP_DEBUG', false );

    But hiding error messages doesn’t look like a great strategy, to me.

Viewing 1 replies (of 1 total)
  • The topic ‘Error: deprecated code’ is closed to new replies.