faqts : Computers : Programming : Languages : PHP : Common Problems : Errors

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

13 of 72 people (18%) answered Yes
Recently 4 of 10 people (40%) answered Yes

Entry

What it means: Call undefined function session_start ?

Mar 20th, 2006 01:32
Jeremy Moseley, Olga Vazhnichaya,


I believe you will have to recompile with session support. You can check
just to make sure if you have compiled PHP with session support or not
by creating a new php file that has the function phpinfo(). View this
page in a browser to check your setup.