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:
Posts: 1
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
Posts: 7994
This is FAQ C.9, verbatim.
Posts: 2
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: