Page 1 of 1

pls help me..........how to solve it

Posted: Tue Oct 26, 2004 2:43 pm
by pernks
Warning: session_start(): open(/tmp\sess_da14c5b89d5a91e0c1db7c6784a00631, O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache Group\Apache2\htdocs\assignment\LOGIN.PHP on line 6

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\assignment\LOGIN.PHP:6) in C:\Program Files\Apache Group\Apache2\htdocs\assignment\LOGIN.PHP on line 6

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Program Files\Apache Group\Apache2\htdocs\assignment\LOGIN.PHP:6) in C:\Program Files\Apache Group\Apache2\htdocs\assignment\LOGIN.PHP on line 6

User's Page

Posted: Tue Oct 26, 2004 2:45 pm
by Diod
well thanks for the error, but where is the code? :)

Posted: Tue Oct 26, 2004 5:10 pm
by rehfeld
locate your php.ini file

find the section where it sais

session.save_path

change it to

session.save_path= " . ; c : \ t m p "

NOTE: i had to put a space between all the characters in the double quotes so that i could post it. This message board is screwed up and throws server errors unless i do that.

so you must remove all the spaces between the double quoptes or it wont work