Author Topic: PHP Fatal error: Call to undefined function  (Read 4686 times)

Offline wanabewired

  • Newbie
  • *
  • Posts: 6
PHP Fatal error: Call to undefined function
« on: January 11, 2008, 04:45:38 PM »
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.

Offline wanabewired

  • Newbie
  • *
  • Posts: 6
Re: PHP Fatal error: Call to undefined function
« Reply #1 on: January 12, 2008, 11:08:30 AM »
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.