Blank page without errors

It is several hours we try to figure what would be the problem:

We can’t make it work a deployed app working fine in many enviroments, but in this one is impossible:

[list=1]

[*]It throws no error

[*]Activating all error logs and messages it do not display anything neither

[*]In Controller extends CController if we echo ‘1’ after echo Yii::app()->user->isGuest; ‘1’ is not displayed

[*]So when calling Yii::app()->user->isGuest; there is some problem impossible to find

[/list]

Hope somenone can figure it out!

Thank you very much!

Provide more information because right now we cannot tell you anything except guessing.

What stage of application works?

Did you remove all domain session cookies?

Did you prepare all assets and runtime folders with proper chmod?

Finally!

The problem was with session management with memcache in php.ini configuration. Yes all folder permissions were right!

Thank you very much for your help!