Session Help

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
PhpVin
Forum Newbie
Posts: 1
Joined: Tue Apr 03, 2007 8:39 am

Session Help

Post 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
User avatar
dibyendrah
Forum Contributor
Posts: 491
Joined: Wed Oct 19, 2005 5:14 am
Location: Nepal
Contact:

Post 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.
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Session Help

Post 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.
Post Reply