Hi,
I have a brand new installation (0.1-rc2) on Debian sarge, php5, mysql4. I followed the included installation instructions line by line and then the guide at:
http://trac.roundcube.net/wiki/Howto_Install
I'm receiving a blank page at login, database config is correct, php.ini set as detailed in INSTALL file.
The log is showing:
PHP Fatal error: Call to undefined function session_set_save_handler() in /etc/webmail/program/include/session.inc on line 183
Any help would be much appreciated.
Thanks,
Andy.
Problem solved, I didn't install php with session capability. For future reference, PHP5 is not installed with php5.0-session as standard, install it and you should be away.