Fix WordPress error ‘tinyMCE is not defined’

Append into your wp-config.php file the following line:

define('CONCATENATE_SCRIPTS', false); 

Should be ok then

Similar Posts: