Wednesday, May 30, 2012

Tiny Mce Errors in the server yiiframework

Maybe some of you that using tiny mce ever have an error when using tiny mce in the server like this in the firebugs:

"NetworkError: 500 Internal Server Error - http://example.com/assets/96646869/tiny_mce/tiny_mce_gzip.php?js=true&diskcache=true&core=true&suffix=&themes=advanced&plugins=safari%2Cpagebreak%2Cstyle%2Clayer%2Ctable%2Csave%2Cadvhr%2Cadvimage%2Cadvlink%2Cemotions%2Cspellchecker%2Cinlinepopups%2Cinsertdatetime%2Cpreview%2Cmedia%2Csearchreplace%2Cprint%2Ccontextmenu%2Cpaste%2Cdirectionality%2Cfullscreen%2Cnoneditable%2Cvisualchars%2Cnonbreaking%2Cxhtmlxtras%2Ctemplate&languages=en" 

Don't worry, this is the perrmission issue from your folder in the server. To solve the problems is simple
Add the permission folder recursively to 755.

For the example the folder begin from asset/96646869/tiny_mce

Change the all folder permissions to  755...

Good Luck

3 comments:

  1. I have changes permission 755 recursively for folder
    /www/assets/8609da92/tiny_mce/

    But still it gives error,
    1) ERROR 500 - INTERNAL SERVER ERROR for tiny_mce_gzip.php
    2) Uncaught ReferenceError: tinymce is not defined

    Its working on local server. But in live it gives error.
    Please tell me where is wrong?

    Thanks!

    ReplyDelete
    Replies
    1. change the filepermission for the php file to 755. it will work..

      Delete
  2. Thank you bro. After a long search your post gives me the solution.
    I changed the php files permission to 755. it works..

    ReplyDelete