Hello Oleg, On Wednesday, April 07, 2004, Oleg wrote...
> Dear all! > May be someone knows solution for the problem I experience - > trying to browse folder squirrelmai with IE, I get fatal error: > Fatal error: Call to undefined function: session_id() in > /usr/local/www/data-dist/mail/functions/global.php on line 293 > Here /usr/local/www/data-dist/mail is where squirrelmail installed > and line 293 is almost the end of global.php file, where session_id function > included to be. > I have FreeBSD 5.1, Apache 2.0 and php 4.3.4. In my php.ini I have > file_uploads = On > session.use_cookies = 1 > session.auto_start = 1 > sesion.save_path = /usr/local/www/data-dist/mail > So what might be a problem? This has come up before... and you might want to look at the port you installed PHP from. The issue is that PHP is compiled WITHOUT session handling installed... this makes it difficult for SM to work... impossible in fact. You'll need to rebuild the port, and ensure you enable the session parts. While session handling is in fact default on the install, I believe that the FreeBSD turns everything OFF. -- Jonathan Angliss ([EMAIL PROTECTED]) Posting Hints: http://article.gmane.org/gmane.mail.squirrelmail.user/16718 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
