Page 1 of 1

again: undefined function: session_start()

Posted: Sun Feb 20, 2005 10:37 pm
by m.sievert
hi!
i use suse 9.2, apache und installed mysql. i tried to install 0.7.1 and 0.7 and the latest snapshot, but always when i want to install serendipity via the browser, i get the following error:
Fatal error: Call to undefined function: session_start() in /srv/www/htdocs/serendipity/serendipity_config.inc.php on line 6

and yes, i changed the php.ini ! (to /tmp)

perhabs anyone can help me?

thanks!
marc

Posted: Mon Feb 21, 2005 12:33 am
by tomsommer
please provide a phpinfo()

you are most likely missing the session extension

Posted: Mon Feb 21, 2005 11:09 pm
by m.sievert
thanks for the help!

i think i should not post the whole output, and i do not know what exactly to post, so please help yourself @
http://sievnet.dyndns.org/blog2/bla.php


regards marc

Posted: Tue Feb 22, 2005 10:38 am
by garvinhicking
You have used '--disable-session' for your PHP. Serendipity and many other PHP applications need the session module, so please recompile.

Regards,
Garvin

Posted: Sun Mar 13, 2005 7:49 pm
by ringo
tomsommer wrote:please provide a phpinfo()

you are most likely missing the session extension
:)