I had a problem on one of my blogs wherein the WordPress visual editor (or TinyMCE) had gone missing with one of the recent updates. Tried disabling plugins to no avail. Finally found a solution that involves editing wp-config.php (which doesn’t seem to have created any other problems, at least not that I’ve noticed yet).
The solution was to add the following line to wp-config.php
define('CONCATENATE_SCRIPTS', false );
This post makes my day!:)
I’ve searched days for this, followed all kind of suggestions and this was probably the easiest one and the only effective one! Thank you BIG time!!
No problems!
It was quite the pain trying to find a solution to this little bug.
Thanks for this – I have also spent agonizing hours trying to solve this.
Just one extra tip… The define statement should be added somewhere near the top or the middle but not at the bottom – for some reason this worked for me! That plus installing the tinymce advanced plugin.
That made my day! This solution saved me hours of work! Thx dude
No worries!
Alakazaam-inforaimton found, problem solved, thanks!
Awesome! Thanks.