You're getting this error because PHP is looking for the /tmp dir on your machine, which at this point it doesnt look like its there.khuldun said:Warning: Unknown(): open(/tmp\sess_db465e8345e7341347731f90117aaef5, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
to this something like this:[ Session ]
session.save_path =/tmp
or where ever you want the tmp to be saved at for the session files.[ Session ]
session.save_path = e:\webdocs\tmp
khuldun said:I managed it myself in the end, was having trouble changing the php.ini file, i kept changing the one lying in the windws folder, in the end i had to change the one in the root directory, thanks anyways!!
OulZac said:khuldun said:I managed it myself in the end, was having trouble changing the php.ini file, i kept changing the one lying in the windws folder, in the end i had to change the one in the root directory, thanks anyways!!
Sorry, thats what I meant, I should have specified, sorry, glad you got it all worked out![]()
