Internal server error - 500

Hello,

On my application, after I login, the application redirect the user to dashboard page, which is a view

that is calling other 4 views with renderPartial.

Some of the times I get the "Internal server error" (500) and after refresh the page everything is ok

and I get the dashboard.

This error I get only after login and in all other controllers/actions I have not got this problem.

Yii: 1.1.8

PHP Version: 5.3.10

Apache: 2.2.22

Regards,

Itay.

Check your webserver logs (Apache/Nginx)

I just came across with a problem with htaccess. Rewrite rule was causing me grief :(