Home › Forums › ACF PRO › ACF Pro unresponsive › Reply To: ACF Pro unresponsive
While it does not happen often, it is possible for files to be corrupted during the update process. I have had it happen to me in the past. Usually when it happens the file is truncated. Even individual lines can be truncated. Not sure how this happens. When corruption happens it usually happens to very large files.
Another way to test out if there is a corrupt JS file is to add
define('SCRIPT_DEBUG', true);
to your wp-config.php file. This will cause WP to load unminified versions of scripts. If it works like this then one of the minified scripts is likely corrupt.
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.