I have a vps I'm seting up and I can't seem to figure out why I keep getting session_start errors. I checked all my php configuration settings and recompiled Apache with Easy Apache twice. I think it's a problem with Apache/php itself but I honestly have no clue what the problem is. Any help would be greatly appreciated. Thanks!
In your php.ini, try changing the session.save_handler to just say: session.save_handler = files notice its plural (s) In addition, make sure you session.save_path is set correctly.