I recently moved my WordPress website. The site works fine but the admin does not load the TinyMCE editor. This disables me from editing text.
Here is my console simplified:
GET domain/wp-includes/js/tinymce/wp-tinymce.php?c=1&ver=4310-20160418 net::ERR_CONTENT_DECODING_FAILED
Uncaught ReferenceError: tinymce is not defined
Uncaught ReferenceError: tinyMCE is not defined
Uncaught ReferenceError: tinymce is not defined
Here is the extended version:
GET ..domain/wp-includes/js/tinymce/wp-tinymce.php?c=1&ver=4310-20160418 net::ERR_CONTENT_DECODING_FAILED (post.php?post=100&action=edit:2844)
Uncaught ReferenceError: tinymce is not defined(anonymous function) @ post.php?post=100&action=edit:2846
Uncaught ReferenceError: tinyMCE is not defined(anonymous function)
@ wp-langs-en.js?ver=4310-20160418:235(anonymous function) @ wp-langs-en.js?ver=4310-20160418:519
post.php?post=100&action=edit:2841
Uncaught ReferenceError: tinymce is not definedload_ext @ post.php?post=100&action=edit:2841(anonymous function) @ post.php?post=100&action=edit:2851
It would be great help if someone can tell me if I can manually define TinyMCE.
