• Resolved luizcros

    (@luizcros)


    I have new server and after installation of new plugins, wp-optimize is one of them I’ve got few warning in admin section. Is wp-optimize compatible with php 7.4 ?

Viewing 1 replies (of 1 total)
  • @luizcros Yes WP-Optimize is compatible with PHP 7.4.

    Please edit wp-config.php file and

    Replace

    define('WP_DEBUG', false);

    with this:

    ini_set('log_errors','On');
    
    ini_set('display_errors','Off');
    
    ini_set('error_reporting', E_ALL );
    
    define('WP_DEBUG', false);
    
    define('WP_DEBUG_LOG', true);
    
    define('WP_DEBUG_DISPLAY', false);
Viewing 1 replies (of 1 total)

The topic ‘php warnings’ is closed to new replies.