WYSIWYG on Mac & Win - not working

7 posts by 2 authors in: Forums > CMS Builder
Last Post: August 29, 2008   (RSS)

By ScottL - August 24, 2008

The test page on the tinyMCE website works fine.

Here's what I have:

Mac OS 10.4.10
Browsers: Firefox 2 & 3, Safari, Opera
Also tried on a Windows/IE machine.
Javascript is fine.

The tinyMCE folder is set to 755 (also tried 777)
I also backed up the tinyMCE folder and uploaded a replacement

WYSIWYG still won't work (mac or win), so It must be something with my installation. Any suggestions?

Thanks

Re: [thinkng] WYSIWYG on Mac & Win - not working

By Dave - August 24, 2008

Hi thinkng, welcome to the CMS Builder forum. :)

Try this url on your installation and let me know what comes up (should be some javascript code):
cmsAdmin/tinymce3/tiny_mce_gzip.php

Let me know what that returns and we can figure out what's not working -or- if you like you can email me CMS and FTP login details and I can take a look at your server directly (email to dave@interactivetools.com, never post login details to forum).

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [thinkng] WYSIWYG on Mac & Win - not working

By Dave - August 25, 2008

Ok, as long as that's outputting javascript code then it should be working. I'll have to take a look at the install. Can you email me CMS and FTP login details to dave@interactivetools.com (email, never post login details to forum).

I'll have a look and let you know what the issue was.

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] WYSIWYG on Mac & Win - not working

By ScottL - August 27, 2008

Dave

Did you find anything with my install that is causing the problem?


Thanks

Re: [thinkng] WYSIWYG on Mac & Win - not working

By Dave - August 27, 2008

Thanks for the reminder. I was still waiting for your email - it got mislabeled as spam - I flagged it so they should get through now.

I can't actually view or edit any files through FTP. Not sure why. I think what's happening is the javascript is being gzip'd (compressed) twice. I've seen this _once_ before.

Try editing this file: /cmsAdmin/tinymce3/tiny_mce_gzip.php

Make a backup first, then replace this:

$compress = getParam("compress", "true") == "true";

With this:

$compress = false;

Let me know if that fixes it.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] WYSIWYG on Mac & Win - not working

By ScottL - August 29, 2008

Dave,


That worked perfect. Thanks.