Re: PHP Session Errors

2005-08-28 Thread Nikolas Britton
On 8/28/05, Daniel Eriksson <[EMAIL PROTECTED]> wrote: > Beecher Rintoul wrote: > > > I'm trying to get a new php install configured, but I'm > > getting the following > > error when calling session_start () > > What you probably want is all of the common extensions. Check out > /usr/ports/lang/

Re: PHP Session Errors

2005-08-28 Thread Beecher Rintoul
On Sunday 28 August 2005 01:54 pm, Nikolas Britton wrote: > On 8/28/05, Beecher Rintoul <[EMAIL PROTECTED]> wrote: > > I'm trying to get a new php install configured, but I'm getting the > > following error when calling session_start () > > > > Fatal error: Call to undefined function session_start

RE: PHP Session Errors

2005-08-28 Thread Daniel Eriksson
Beecher Rintoul wrote: > I'm trying to get a new php install configured, but I'm > getting the following > error when calling session_start () What you probably want is all of the common extensions. Check out /usr/ports/lang/php5-extensions for a meta-port that will install what you need. /Da

Re: PHP Session Errors

2005-08-28 Thread Nikolas Britton
On 8/28/05, Beecher Rintoul <[EMAIL PROTECTED]> wrote: > I'm trying to get a new php install configured, but I'm getting the following > error when calling session_start () > > Fatal error: Call to undefined function session_start() > in /usr/local/www/akparadise/session.php on line 4 > > Does s

Re: PHP Session Errors

2005-08-28 Thread Beecher Rintoul
On Sunday 28 August 2005 12:14 pm, Nicolas Blais wrote: > On August 28, 2005 04:11 pm, Beecher Rintoul wrote: > > I'm trying to get a new php install configured, but I'm getting the > > following error when calling session_start () > > > > Fatal error: Call to undefined function session_start() >

Re: PHP Session Errors

2005-08-28 Thread Nicolas Blais
On August 28, 2005 04:11 pm, Beecher Rintoul wrote: > I'm trying to get a new php install configured, but I'm getting the > following error when calling session_start () > > Fatal error: Call to undefined function session_start() > in /usr/local/www/akparadise/session.php on line 4 > > Does someon