WYSIWYG Editor

4 posts by 2 authors in: Forums > CMS Builder
Last Post: November 14, 2013   (RSS)

By dmn - November 11, 2013

wysiwyg keeps disappearing - have reloaded CMS several times (2.53 (Build 1040)), have tried other versions, have tried the fix found in Forum http://www.interactivetools.com/forum/forum-posts.php?WYSIWYG-not-displaying-72763=&page=1 - it worked for a while but then when the tiny_mce_cache is created the wysiswyg disappears.   I have my FTP client open and I have to go into  the /data/ folder and delete  tiny_mce_cache and the wysiwyg shows up. I have to do this whenever i use any of the Section Editors. I've used many versions of CMS on many sites and have never encountered this. What's the fix for this very annoying problem.

By dmn - November 14, 2013

Thanks for the reply Dave, I solved the problem by changing the path to the cache in tiny_mce_gzip.php, line 202,203 from this

// Set cache file name
    $cacheFile = $this->settings["cache_dir"] . "tiny_mce_cache." . $hash . ($supportsGzip ? ".gz" : ".js");

to this

    // Set cache file name
    $cacheFile = $this->settings["cache_dir"] . "data/tiny_mce_cache." . $hash . ($supportsGzip ? ".gz" : ".js");

it's been working great ever since.

By Dave - November 14, 2013

Ok, thanks for the update and glad it's working now.  Cheers!

Dave Edis - Senior Developer
interactivetools.com