I am getting ... O_RDWR) failed: No such file or directory (Apache 2 + php)
|
19.08.2007 |
| Interestingly enough this is caused with Apache, because it needs the session directory to be on the same harddrive as the code that it's running ... so if you have your documents f.e. in d:php and your php temporary directory is in C:apache mp you will see this error ... create a directory on the same partition and it'll work like a charm ... hope this helps someone. |
|
