Home > Bookmarks, Html, PhP > tinyMCE is undefined

tinyMCE is undefined

October 27th, 2007 Leave a comment Go to comments

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)

  1. March 31st, 2008 at 20:35 | #1

    try from alternative source !

  2. March 31st, 2008 at 14:01 | #2

    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

  1. No trackbacks yet.
GoCache - ByREV-Cache v1.0 - live served in : 0.18841 sec (gzip)