Re: moregroupware not working because of PHP

2005-01-09 Thread Jeff
I tend to belive that the latest php4 port with modules is broken. I had to recompile php4 with static ssl support to allow squirelmail to connect to to my imaps server. Are there any other people having problems with the latest php4 port and modules? Maybe were all just missing a crucial config

Re: moregroupware not working because of PHP

2004-12-04 Thread Justin L. Boss
Sorry it took so long. It worked Thanks so much. Moregroupware is still not up do to MySQL password but I'm sure it has something to do with how I'm doing it. But thanks again. On Wednesday 01 December 2004 05:42 pm, Kevin D. Kinsey, DaleCo, S.P. wrote: > Justin L. Boss wrote: > >Ya, I seen some

Re: moregroupware not working because of PHP

2004-12-01 Thread Kevin D. Kinsey, DaleCo, S.P.
Justin L. Boss wrote: Ya, I seen something about the in my research. But doesn't it need to be enabled? If not how can I pass the option to configure when using the ports collection? On Wednesday 01 December 2004 03:43 pm, csnyder wrote: From the PHP manual: "Session support is enabled in PHP

Re: moregroupware not working because of PHP

2004-12-01 Thread Justin L. Boss
Ya, I seen something about the in my research. But doesn't it need to be enabled? If not how can I pass the option to configure when using the ports collection? On Wednesday 01 December 2004 03:43 pm, csnyder wrote: > >From the PHP manual: > > "Session support is enabled in PHP by default. If y

Re: moregroupware not working because of PHP

2004-12-01 Thread Nico Meijer
Hi Justin, Lemme get 'rough' on you... ;-) > When I log on to my web server where running moregroupware > ( www.webserver.com/webmail/setup/index.php ) I get : > "Fatal error: Call to undefined function: session_id() > in /usr/local/www/moregroupware/include/log.inc.php on line 70" What FreeBS

Re: moregroupware not working because of PHP

2004-12-01 Thread csnyder
>From the PHP manual: "Session support is enabled in PHP by default. If you would not like to build your PHP with session support, you should specify the --disable-session option to configure." Sounds like a config-time problem rather than something missing from your php.ini.

moregroupware not working because of PHP

2004-12-01 Thread Justin L. Boss
When I log on to my web server where running moregroupware ( www.webserver.com/webmail/setup/index.php ) I get : "Fatal error: Call to undefined function: session_id() in /usr/local/www/moregroupware/include/log.inc.php on line 70" I think it has something to do with the /usr/local/etc/php.conf