Support

Account

Home Forums ACF PRO Uncaught TypeError: Cannot read property 'length' of undefined Reply To: Uncaught TypeError: Cannot read property 'length' of undefined

  • Hi @andytc

    Thanks for the info.

    Can you please add the following to your wp-config.php and refresh the page?
    You should notice that the console log contains un-minified errors which will help me debug the issue.

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

    Thanks
    E