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
Session Help
Moderator: General Moderators
- dibyendrah
- Forum Contributor
- Posts: 491
- Joined: Wed Oct 19, 2005 5:14 am
- Location: Nepal
- Contact:
Re: Session Help
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.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