-First, try adding this to the wp-config.php: define(‘CONCATENATE_SCRIPTS’, false); before this line: require_once. First, make sure that your browser has JavaScript enabled.
Documentation: https://codex.www.ads-software.com/Editing_wp-config.php#Disable_Javascript_Concatenation
if that does not help, then try:
-deactivating ALL plugins temporarily to narrow down and possibly fix the problem. If the problem goes away, activate them individually (one-by-one) to find the culprit.
-switching to the default theme (“twentyten”) for a moment by renaming your current theme’s folder in wp-content/themes. The idea is to force WordPress to fall back to the default theme to rule out any theme-specific issue.
– resetting the plugins folder by FTP or phpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems (because the hooks remain unless plugins completely removed).