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

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
yeppo
Posts: 2
Joined: Tue 1. Feb 2005, 16:26

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

Post 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
:(
duergner
Posts: 139
Joined: Fri 14. May 2004, 12:10

Post 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.
yeppo
Posts: 2
Joined: Tue 1. Feb 2005, 16:26

It Works

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