@ pavpud
No dashboard will not get you there – you got to access your WP file.
You can find the wp-config.php at the root of your site.
Its the file you modify from wp-config-sample.php when you first set up WP.
Thanks Plywood!
define(‘CONCATENATE_SCRIPTS’, false );
to the bottom of the config.php file solved the problem in WP and in the plugins as well.