Problem with 404 CHTtpEXception and TinyMCE

Hi,

I don’t understand whatis is happening here…

Suddenly a tinymce textarea not works. I see in firebug console and I found this:

GET tiny_mce_gzip.php 404 CHttpException http://domain.com/assets/a452345/tiny

It seems that yii not found this archive, but this archive exists in this path.

Anyone can help me?

Sorry for my english.

Could be a wrong path… or maybe a permission problem…

The path is:

http://nebotarquitectos.com/assets/a3831b6/tiny_mce/tiny_mce_gzip.php?js=true&diskcache=true&core=true&suffix=&themes=simple&plugins=&languages=es

And I can see this file in this path…

It has 0666, I try 777, 755…but not works.

Check this post if it helps - http://www.yiiframework.com/forum/index.php?/topic/2755-extension-tinymce-using-jquery/page__view__findpost__p__21274

I don’t know how but it works with 0750. I tried it before…

Thanks!