NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
sesion_start() open(...) failed: No such file or directory


Joined: 13 Aug 2003
Posts: 4
Location: Amersfoort / The Netherlands / Europe
Reply with quote
I 'm using PHPEd version 3.2 (Build 3220) and having a problem with debugging.

The (nearly) exact error message is:

Quote:
Error: E_Warning
session(): open(/tmp/sess_...,O_RDWR) failed: No such file or directory (2) at index.php line 31

Platform:
- Windows 98SE (I know I should upgrade :-))
- PHP 4.3.2 (came with PHPEd v3.2)
- I've created c:\tmp, c:\temp
- environment var's
TMP=C:\WINDOWS\TEMP
TEMP=C:\WINDOWS\TEMP
(And directory c:\windows\temp does exist :-)
- I removed the evaluation version before installing this version.

I'll hope some one has a solution,

thanks in advance

Jeroen J.J. Eck
Amersfoort
The Netherlands
View user's profileFind all posts by jjjeckSend private message
solved


Joined: 13 Aug 2003
Posts: 4
Location: Amersfoort / The Netherlands / Europe
Reply with quote
php.ini contains a variable

Code:
session.save_path = /tmp


change this to
Code:
session.save_path = c:\windows\temp


To change your php.ini:
Menu Tools/Settings/Debugger

Press edit.

With ctrl-F jou can quickly find session.save_path

Jeroen J.J. Eck
Amersfoort
The Netherlands
View user's profileFind all posts by jjjeckSend private message
sesion_start() open(...) failed: No such file or directory
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic