Re: Errors on nginx + php-fpm, no errors on apache

2009-10-26 Thread Balrog
http://bugs.php.net/bug.php?id=33772 Can it be related to this? is it safe to call session_write_close in afterRender? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send ema

Re: Errors on nginx + php-fpm, no errors on apache

2009-10-26 Thread Balrog
I have tried also spawn_fcgi Same errors encountered :/ So what, should i just stick to old fashioned mod_php?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to ca

Re: Errors on nginx + php-fpm, no errors on apache

2009-10-26 Thread Balrog
Problem originates from libs/session.php. This instruction: session_set_save_handler( array('CakeSession','__open'), array('CakeSession', '__close'),

Re: Errors on nginx + php-fpm, no errors on apache

2009-10-26 Thread Balrog
Problem still exists after upgrading to 1.2.5 Configure::write('Session.save', 'cache'); If I store sessions outside of cache, then It disappears. Any advice on this ? :( --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

Errors on nginx + php-fpm, no errors on apache

2009-10-25 Thread Balrog
Hello Bakers, I have a quite weird problem. Wasted several hours on this already. I am migrating from apache 2.2 + mod_php to a nginx + php_fpm. Generally, application is working fine under both of them (they now point to the same rootdir, however i can fire apache or nginx by selecting port i.e