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
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.