Support

Account

Home Forums General Issues Critical Error When Deactivating ACF Reply To: Critical Error When Deactivating ACF

  • The first thing you need to do is disable critical error handling by adding this to your wp-config file

    
    define('WP_DISABLE_FATAL_ERROR_HANDLER', true);
    

    the next thing you need to do is turn on debugging so you can see what error is causing the issue https://codex.wordpress.org/WP_DEBUG