problems with sessions

e05
e05's picture

Joined: 2002-09-07
Posts: 2
Posted: Sat, 2002-09-07 14:46

Hi.
I´m running
Gallery 1.3.1 on
Apache HTTP Server 1.3.24 as service under
Microsoft .NET Enterprise Server RC1.
Since I restarted the Apache service Gallery is not
able to save sessions any more:
Warning: open(/tmpsess_e80f023ea32b4f568f82b17d1416094c, O_RDWR) failed: No such file or directory (2) in c:programmeapache groupapachehtdocspicssession.php on line 51
albumname

Warning: open(/tmpsess_e80f023ea32b4f568f82b17d1416094c, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

Any ideas?
I´m going crazy :evil:

 
grepcomputers

Joined: 2002-09-07
Posts: 1
Posted: Sat, 2002-09-07 19:47

I have the same problem too. Does anyone know how to fix this? Or should I download from the CVS?

Running WinXP
Apache 1.3.3
PHP 4.0.1

thanks...
...grep

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sat, 2002-09-07 21:12

This is FAQ C.9, verbatim.

 
e05
e05's picture

Joined: 2002-09-07
Posts: 2
Posted: Sun, 2002-09-08 08:52
Quote:
This is FAQ C.9, verbatim.

This was my fault.
PHP cann´t read its php.ini;
I set up the Apache service so that it runs as Administrator as I get problems with uploads.
Now Apache log on as local system and it works fine again.
:smile: