Solution:
Try to add in wp-config.php this code for a quick fix:
define( 'CONCATENATE_SCRIPTS', false );
After that, you have time for debugging.