Page 1 of 1

Session Help

Posted: Tue Apr 03, 2007 8:46 am
by PhpVin
We upgraded from Apache 1.3 to 2

We upgarded PHP from version 4.? to 5.2.1


The Pages that have session_start, session_unset, session_register no longer display.


Error is:

PHP Fatal error: Call to undefined function session_start() in /opt/csw/apache2/share/htdocs/phone/phoneuser_login.php on line 2


We need help resolving this. Any thoughts?

Thanks PhpVin

Posted: Sat Apr 07, 2007 4:09 am
by dibyendrah
Please state the process you have gone through while upgrading. This will help people around here to figure out what has been wrong with your installation.

Re: Session Help

Posted: Sat Apr 07, 2007 1:03 pm
by califdon
PhpVin wrote:We upgraded from Apache 1.3 to 2

We upgarded PHP from version 4.? to 5.2.1

The Pages that have session_start, session_unset, session_register no longer display.

Error is:

PHP Fatal error: Call to undefined function session_start() in /opt/csw/apache2/share/htdocs/phone/phoneuser_login.php on line 2
Since the function session_start() is undefined, your upgrade of PHP or Apache is missing a reference. You need to check the upgrade/install instructions carefully, perhaps reading the ReadMe file or even the config file, to determine where you may need to un-comment some line and reinstall.