again: undefined function: session_start()

Having trouble installing serendipity?
Post Reply
m.sievert
Posts: 2
Joined: Sat Feb 19, 2005 10:03 am

again: undefined function: session_start()

Post 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
tomsommer
Core Developer
Posts: 240
Joined: Tue Sep 02, 2003 6:43 pm
Location: Denmark
Contact:

Post by tomsommer »

please provide a phpinfo()

you are most likely missing the session extension
Tom Sommer (Serendipity Core Developer)
http://blog.dreamcoder.dk
m.sievert
Posts: 2
Joined: Sat Feb 19, 2005 10:03 am

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ringo

Post by ringo »

tomsommer wrote:please provide a phpinfo()

you are most likely missing the session extension
:)
Post Reply