When i copy yii application to another machine its not working

Hello Friends,

I am new to Yii. I am facing one problem when I copy Yii application from one computer to another it is not working. There is no any error message but browser screen shows blank or white. I am using Fedora 16 with firefox 9.

Thanks in advance for your help.

You need to check configuration file and set error reporting to E_ALL so that all the errors displayed.

Two possibilities:

  1. Check config file (main.php).

  2. If you are using url rewrite (.htaccess), ensure it is enabled on new server.

Check out apache error logs to find out what’s causing the problem.

I had a problem like this and it was the folder rights.

Thanks everybody … There was problem of permission in Linux.