Hello,
I'm planning to create an application and startingup MYSQL, PHP and Apache.
The normal pages load normally. Adding things to my databases as a normal person. But when I want to load admin kind of pages I get the following error messages in my browser.
Anyone any idea what the cause is?
Error response in Browser Warning open(/tmp\sess_(nmbrs), O_RDWR) failed: No such file or directory (2) in c:\(path)\guestbook2k\win_authentitcate.php on line 35.
win_authentitcate.php
session_register("PHP_AUTH_USER");
session_register("PHP_AUTH_PW");
session_register("valid_user");
Anyone any idea what causes the error.
Kind regards,
Pim Tjeertes


