tinyMCE is undefined
Wordpress error in WYSIWYG editor.
The load of post.php produces a “tinyMCE is undefined errorâ€
Resolve:
In file /wp-includes/js/tinymce/tiny_mce_gzip.php
search
function_exists(’ob_gzhandler’) && !ini_get(’zlib.output_compression’)) {
and change with:
function_exists(’ob_gzhandler’) && !ini_get(’zlib.output_compression’) && get_settings(’gzipcompression’)) {
save file, clear browser cache, reload wordpress editor. DONE.
(ByREV)









try from alternative source !
That file that you have mentioned /wp-includes/js/tinymce/tiny_mce_gzip.php is a 0 byte file in my download, i have also tried to download it again with no luck
Thanks
Matt