I'm deploying a CakePhp project that works fine in localhost but at production i have white screen when i call any index action of any controller. Debug level is 3, no cake php error log, no httpd error log, no php error log.nothing to debug with logs.
Permissions are ok, cache folders are empty, mod_rewrite ok , white spaces deleted at the end of files...
I can call a login action but the login fails. i was debugging with print_r and echo, then i discovered that CakePhp could not initialize the session, the session_id is aways null. the method setFlash is not working. Also there is no flash messages of login fails.
Please Help Me.
tmpdirectory writable? - noslone