CException - Need help to setup

Hello guys, i need’ya help in setting up the Yii in my server.

Here’s the link. http://www.fracaoideal.com.br/sistema/

Can somebody tell my why i’m getting this exception ?


Description


Application runtime path "/home/fracao/public_html/sistema/protected/runtime" is not valid. Please make sure it is a directory writable by the Web server process.

For Godsake! Whats wrong?

Thanks for the attention.

I think your directory is not readable by the web server. Are you sure about that?

Please, post here your main.php

Thank you for your replay




return array(


	'basePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..',


	'name'=>'My sistem'

...

)



I have already setup 775 permission to my main system folder.

At least you should have the app working by setting permissions to 777 for the following directories:




/home/fracao/public_html/assets

/home/fracao/public_html/sistema/protected/runtime

/home/fracao/public_html/sistema/protected/data  (e.g. if SQLite is used)



I still have to find out myself if there’s a better (safer) solution.

/Tommy

Ok. That works. It could be something about .htaccess config. What do u think?