We are having problems whenever our server is restarted
(It may be when either Linux or Apache is restarted)
We get the message
PHP Fatal error: Unable to start session mm module in Unknown on line 0
when ANY PHP script is run - we have several in a CRONTAB
The solution is simple
Log on as ROOT and run any PHP script - even 'hello world' - then log off.
All's well now, until the next time.
Any ideas ???
I am not using sessions - just running 'php -q' from shell scripts
Should I use sesion_start() ??
Regards