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
