• Resolved andretti2

    (@andretti2)


    I get this error

    Undefined variable $task_instance in /app/wp-content/plugins/wp-optimize-premium/vendor/team-updraft/common-libs/src/updraft-tasks/class-updraft-task-manager.php on line 336

    Thanks
    Andre

Viewing 1 replies (of 1 total)
  • @andretti2 Could you 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);

    Let us know if replacing with the above lines the warnings goes away?

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