Hi,
Using RC 0.85, linux, mysql, upgrading our servers, successfully from apache 2.4,3 to 2.4.4, now preparing to move our servers from php 5.3.22 to 5.4.12 and we have a problem, RC fails to login reporting "invalid session data" when we restart with 5.4.12.
We completely disabled suhosin, even temporarily removed open base restrictions and our list of disable functions so it has cart blanch access to everything, but no go.
Whats we see logged in errors file is:
PHP Warning: session_write_close(): Failed to write session data ( user). Please verify that the current setting of session.save_path is correct (/var/spool/phpsessions/) in /opt/webmail/program/include/rcmail.php on line 1340
Yes the save path is correct, exists and correct permissions, after all, it works fine with php 5.3.x
in apache vhost conf we have: php_admin_value session.save_path "/var/spool/phpsessions/"
Besides that, even the system fallback default in php.ini is /var/spool/phpsessions
I must be missing something so blatantly obvious, but a code jockey I am not.
Is there a trick to getting RC going with 5.4.x ?
Thanks Niki