Home › Forums › Backend Issues (wp-admin) › I can’t edit any field on ACF › Reply To: I can’t edit any field on ACF
You either have a conflict with another plugin or you have a corrupt JS file on the site. I cannot tell by what you provided where the error is happening, what file is initiating the error. You need to start there. Is it an ACF file or something else?
A test to see if you have a corrupt JS file is to add this to your wp-config.php file
define('SCRIPT_DEBUG', true);
This will not tell you where the issue is, but it will tell you that you have a corrupted, minified JS file. If the site still has the error then there is a conflict and you’ll need to figure out what is causing the conflict.
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.