Re: [PHP] session problem Warning: open(/tmp\sess_..., O_RDWR) failed: m (2)

2002-01-24 Thread Freddy

Seems that I had a few php.ini files  finally found the right one and changed the
path in it and deleted the others.
Thanks

Nick Wilson wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> * and then Freddy blurted
> > I am getting the folloing error whenever I try to open a session.
> > Warning: open(/tmp\sess_0929ece4254c982def371c8f1ccd8164, O_RDWR) failed: m (2)
> > It seems like a permissions issue to me but I do not know where to look for
> > addressing the problem. I am using apache on win2k.
>
> Win2k doesn't /have/ permissions. Does it?
> Check in your php.ini for (i think) the session_save_path or something
> very similar. I'll bet /tmp doesn't exist on your machine and you just
> need to put a path liek C:\\Windows\temp or something.
> - --
>
> Nick Wilson
>
> Tel:+45 3325 0688
> Fax:+45 3325 0677
> Web:www.explodingnet.com
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.6 (GNU/Linux)
>
> iD8DBQE8UG43HpvrrTa6L5oRAmTRAJ9DMZMNu54HgIuf6t7tbxZSDSS/9wCgmvRM
> TiZKEvsXZvV4MvW6mAsY8rg=
> =P7KG
> -END PGP SIGNATURE-
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] session problem Warning: open(/tmp\sess_..., O_RDWR) failed: m (2)

2002-01-24 Thread Mike Frazer

Win2k is the same as NT and does, indeed, have permissions.  Very different
from *nix permissions but they do exist.

Mike Frazer


"Nick Wilson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> * and then Freddy blurted
> > I am getting the folloing error whenever I try to open a session.
> > Warning: open(/tmp\sess_0929ece4254c982def371c8f1ccd8164, O_RDWR)
failed: m (2)
> > It seems like a permissions issue to me but I do not know where to look
for
> > addressing the problem. I am using apache on win2k.
>
> Win2k doesn't /have/ permissions. Does it?
> Check in your php.ini for (i think) the session_save_path or something
> very similar. I'll bet /tmp doesn't exist on your machine and you just
> need to put a path liek C:\\Windows\temp or something.
> - --
>
> Nick Wilson
>
> Tel: +45 3325 0688
> Fax: +45 3325 0677
> Web: www.explodingnet.com
>
>
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.6 (GNU/Linux)
>
> iD8DBQE8UG43HpvrrTa6L5oRAmTRAJ9DMZMNu54HgIuf6t7tbxZSDSS/9wCgmvRM
> TiZKEvsXZvV4MvW6mAsY8rg=
> =P7KG
> -END PGP SIGNATURE-



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] session problem Warning: open(/tmp\sess_..., O_RDWR) failed: m (2)

2002-01-24 Thread Nick Wilson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* and then Freddy blurted
> I am getting the folloing error whenever I try to open a session.
> Warning: open(/tmp\sess_0929ece4254c982def371c8f1ccd8164, O_RDWR) failed: m (2)
> It seems like a permissions issue to me but I do not know where to look for
> addressing the problem. I am using apache on win2k.

Win2k doesn't /have/ permissions. Does it?
Check in your php.ini for (i think) the session_save_path or something
very similar. I'll bet /tmp doesn't exist on your machine and you just
need to put a path liek C:\\Windows\temp or something.
- -- 

Nick Wilson

Tel:+45 3325 0688
Fax:+45 3325 0677
Web:www.explodingnet.com



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8UG43HpvrrTa6L5oRAmTRAJ9DMZMNu54HgIuf6t7tbxZSDSS/9wCgmvRM
TiZKEvsXZvV4MvW6mAsY8rg=
=P7KG
-END PGP SIGNATURE-

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]