Support

Account

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.