Thread Starter
erwanh
(@erwanh)
I’ve found the solution here
in …\wp-includes\class-wp-editor.php just before the if block “if($compressed)” set $compressed = 0;
Thread Starter
erwanh
(@erwanh)
In the chrome developper tool I can see that there is a problem with tinymce
Uncaught SyntaxError: Invalid or unexpected token
Uncaught ReferenceError: tinyMCE is not defined (3 times)
Thread Starter
erwanh
(@erwanh)
That’s what I’ve done the first time but without any success
Thread Starter
erwanh
(@erwanh)
I’ve forgot to say that I also try to install again tinymce. That has not solved my issue.