This constant is enabled by default and means that all JavaScript files are loaded with a single call, rather than multiple calls to multiple files (faster loading). Setting it to ‘false’ in wp-config.php allows scripts to load individually.
This is not a fix, but it will allow your site to work while you find the problem script(s).
define('CONCATENATE_SCRIPTS', false);