Tinymce Problem

hi,

i am using tinymce extension, and it’s working in my local host but when i upload on server , it won’t load.

what is the problem???

Hi Maziar,

I think you need to debug with firebug on firefox, or chrome then you have bug details.

But i think you may be have problem with server:

  • Extension have default attribute $useCompression=true, then server need gzip.

You can fix that by set $useCompression=false

really appreciate

it’s working properly