Page 1 of 1

Fatal error: Call to undefined function: session_start() in

Posted: Tue 1. Feb 2005, 16:36
by yeppo
Dear phpwcms-users,
I installed phpwcms without any error message.
Now i want to login but i can't. I get the following
message:

Fatal error: Call to undefined function: session_start() in /srv/www/htdocs/phpwcms/login.php on line 24

Please can anybody help me? What ist the Problem?

Thank you,
yeppo
:(

Posted: Tue 1. Feb 2005, 16:41
by duergner
If you are using a newer SuSE distribution you need to install php4-session. That message means that PHP is not able to handle the session stuff right now.

It Works

Posted: Wed 2. Feb 2005, 10:10
by yeppo
I am using SuSE 9.2 running Apache Vers. 2. After installing php4-session and restarting Apache with the command rcapache2 restart phpwcms ist running fine.