Click to See Complete Forum and Search --> : session_start()


Anon
02-25-2002, 07:05 AM
Hi there,

I have installed PHP4 on my PC, which is running on a WIN98 OS. The function session_start() causes a general protection error. It's in php4NT.dll. Anybody has experienced the same problem?


Regards
Pegah

andrin
02-25-2002, 02:31 PM
I´m not sure about this. But should you really use "php4NT.dll"??? It sounds like that DLL is for WinNT only, not Win98. Go back to manual and read the part about installing again.

vincente
02-26-2002, 10:12 AM
Could have something to do with the session save path, giving a very Micro$oft interpretatio of this error:

Warning: open(/tmpsess_02109adc595c1e69ba98d0c6617a81ab, O_RDWR) failed: m (2) in d:inetpubwwwrootindex.php on line 2


Read more at:
http://www.hvt-automation.nl/yapf/faq.php?cmd=viewitem&itemid=28

Anon
02-27-2002, 03:20 AM
Thanks for the reply,

It had something to do with session save path. I forgot to change it in the configuration file. And it was php4st.dll not php4nt.dll, which returns the error.

I changed the path and it is working perfecly now.

Thanks again
Pegah Parvaz