WYSIWIG not appearing

2 posts by 2 authors in: Forums > CMS Builder
Last Post: June 11, 2014   (RSS)

By s2smedia - June 11, 2014

I just launched my site and now my text editors wysiwigs are not showing in the cmd.

see attached

By Steve99 - June 11, 2014

Hi s2smedia,

I've experienced this, as well as others. Usually if I delete the TinyMCE cache file it will regenerate no problem and the WYSIWYG appears again. However, other times it's related to the server environment. Of course each had a different resolution.

The most common reasons I've seen are either the server is attempting to gzip twice, or the compiled PHP version is broken when it comes to the gzencode function. I personally have had some headaches with one of our hosting companies because the gzip compression method is apparently not available with a PHP call using the gzencode function.

These two posts should help you out. One is mine referencing the gzencode stream error, the other has to do with the server attempting to gzip twice. Hopefully they will be of some help for you:

http://www.interactivetools.com/forum/forum-posts.php?postNum=2233443

http://www.interactivetools.com/forum/forum-posts.php?postNum=2233520

Basically if the host can't fix the server environment, then you would disable gzip compression for TinyMCE. It's not a "must have" so disabling is okay for a fix if the host can't (or won't) fix it.

Steve