Re: [SM-USERS] Squirrelmail and PHP5

2006-05-16 Thread IlluminationsFX
Check yoru settings then...I am using the latest SM release for FC4 and PHP5...working fine Jay Carson wrote: Greetings, Does anyone know when the next version of squirrelmail (1.5.x) will be released. I am using PHP5 and squirrelmail doesn't work. I get the following error... Fatal er

Re: [SM-USERS] Squirrelmail and PHP5

2006-05-16 Thread Tomasz Pajor
That's not squirrelmail related issue, you php is not compiled with session support. You can check with what modules you had compiled php, with the phpinfo function. -- Tomasz Pajor WebSolutions > Greetings, > > Does anyone know when the next version of squirrelmail (1.5.x) will be > released.

Re: [SM-USERS] Squirrelmail and PHP5

2006-05-16 Thread Richard Collyer
Jay Carson wrote: okay, I compiled php5 with session support but now i get a different error... when I use 1.5.1 I get the following error Fatal error: Call to undefined function session_id() in /var/www/localhost/htdocs/canuckster/squirrelmail/functions/global.php on line 240 When I use CV

Re: [SM-USERS] Squirrelmail and PHP5

2006-05-16 Thread Jay Carson
Nevermind, I restarted apache and now squirrelmail works. Thanks for the help!!! From: "Jay Carson" <[EMAIL PROTECTED]> To: squirrelmail-users@lists.sourceforge.net Subject: Re: [SM-USERS] Squirrelmail and PHP5 Date: Mon, 15 May 2006 16:10:55 -0400 Nevermind, I didn&#

Re: [SM-USERS] Squirrelmail and PHP5

2006-05-16 Thread Chris Hilts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jay Carson wrote: > Fatal error: Call to undefined function session_id() in > /var/www/localhost/htdocs/canuckster/mail/functions/global.php on line 240 Looks like you didn't build PHP with session support. - -- Chris Hilts [EMAIL PROTECTED] Say it w

Re: [SM-USERS] Squirrelmail and PHP5

2006-05-15 Thread Jay Carson
Nevermind, I didn't compile it with session, I am compiling right now with session support. From: Chris Hilts <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Jay Carson <[EMAIL PROTECTED]> CC: squirrelmail-users@lists.sourceforge.net Subject: Re: [SM-USERS] Squirrelmail a

Re: [SM-USERS] Squirrelmail and PHP5

2006-05-15 Thread Jay Carson
.net Subject: Re: [SM-USERS] Squirrelmail and PHP5 Date: Mon, 15 May 2006 14:47:30 -0400 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jay Carson wrote: > Fatal error: Call to undefined function session_id() in > /var/www/localhost/htdocs/canuckster/mail/functions/global.php on line 240 Loo