Hi list
I am running SuSE 10 Linux, PHP 4.40. Apache 2, mysql Ver 14.7 Distrib 4.1.13, for suse-linux (x86_64) using readline 5.0
But I am having issues with a PHP error
[07-Feb-2007 10:41:04] PHP Fatal error: Call to undefined function:
session_set_save_handler() in
/srv/www/htdocs/roundcube/program/include/session.inc on line 152
Thus when I type in the browser http://localhost/roundcube I get a black page and no apache 2 errors But I get the above in ~roundcube/logs/errors.
I have checked my /etc/php.ini files and I haven't got a session_set_save_handler parameter.
Please advice as I'm getting close to my deadline and this is holding me up.
Cheers in advance.
Chuck
Chuck Amadi wrote:
But I am having issues with a PHP error
[07-Feb-2007 10:41:04] PHP Fatal error: Call to undefined function: session_set_save_handler() in /srv/www/htdocs/roundcube/program/include/session.inc on line 152
Obviously, you will need to enable session support in php. Either recompile php, or install the appropriate package. I do not know how Suse handles php modules.
Robin
Hi Robin
Thanks for that as I assume this ml is low volume and was getting worried as I always join whatever ml when I add a service.
Cheers
Chuck
Elfrink wrote:
Chuck Amadi wrote:
But I am having issues with a PHP error
[07-Feb-2007 10:41:04] PHP Fatal error: Call to undefined function: session_set_save_handler() in /srv/www/htdocs/roundcube/program/include/session.inc on line 152
Obviously, you will need to enable session support in php. Either recompile php, or install the appropriate package. I do not know how Suse handles php modules.
Robin
Hi Robin
Your a star I add php-session using yast and restarted apache2
I had a look i /etc/apache2/conf.d
less phpe.conf and all look well.
Thus typed http:/localhost/roundcube
and happy days thanks for your suggestion.
Chuck
Elfrink wrote:
Chuck Amadi wrote:
But I am having issues with a PHP error
[07-Feb-2007 10:41:04] PHP Fatal error: Call to undefined function: session_set_save_handler() in /srv/www/htdocs/roundcube/program/include/session.inc on line 152
Obviously, you will need to enable session support in php. Either recompile php, or install the appropriate package. I do not know how Suse handles php modules.
Robin