Is safe_mode must always be active?

Hi all, what happens is that a website is made with Yii but now my site stopped working because the server administrator activated the safe_mode and tell me that security can not disable it again … There is no way to make Yii applications work without that safe_mode is ON?

Note: safe_mode restriction error appears when trying to copy files and folders in the assets/

Beforehand thank you very much for your cooperation.

If you really have to, I think you can manually work around this by creating the asset directories yourself (perhaps using the assets dirs on your local server).

I found this article helpful for dealing with save_mode.

http://blog.nearlyfreespeech.net/2007/01/28/writing-files-in-php/

Alex, thank you very much for the information.