WYSIWYG not showing 2.61 (Build 1058)

4 posts by 3 authors in: Forums > CMS Builder
Last Post: November 13, 2014   (RSS)

By gregThomas - November 11, 2014

Hi csdesign,

It sounds like you've taken the correct steps that would normally fix the issue. Please could you fill out a second level support request for me? You can find the form here:

https://www.interactivetools.com/support/email_support_form.php

Then we can take a closer look into what's causing the problem.

Thanks,

Greg

Greg Thomas







PHP Programmer - interactivetools.com

By Steve99 - November 13, 2014

Hi,

I've uploaded a few php files to help you troubleshoot. We've ran into this before where the usual steps wouldn't resolve the issue and it ended up being an issue with the php build on the server. For example, one situation was the function gzencode that created the file was only able to use deflate compression where gzip compression was unavailable.

get_defined_php_functions.php
- this will output all php functions available with a link to the correlating php.net page

gzencode_available_check.php
- this checks to see if the gzencode function itself is available

gzencode_compression_method_check.php
- this checks to see if deflate and/or gzip compression is available for use on the server with this function

Hope this helps.

Cheers,
Steve

By csdesign - November 13, 2014

Thanks Steve!