Support

Account

Home Forums ACF PRO 5.1.7.1 Broken backend and duplicate fields Reply To: 5.1.7.1 Broken backend and duplicate fields

  • Hi @jasonbahl

    Thanks for the error report.

    Are you able to add the following to yoru config.php file:

    
    define('WP_DEBUG', true);
    define('SCRIPT_DEBUG', true);
    

    This will allow WP to load unminified JS files and give you an actual JS error with line number.

    Thanks
    E