Problem with session_start()

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Problem with session_start()

Postby mend3 » 24. May 2010 19:23

Hi, i'm currently have some problems when I start a new session.

This is a error message that show:

Code: Select all
Warning: session_start() [function.session-start]: open(\xampp\tmp\sess_jo9suv07casl0330h5k0br9o52, O_RDWR) failed: No such file or directory (2) in D:\Site\Clientes\index.php on line 4


I'm using Xampp 1.7.3

What I have to do?
mend3
 
Posts: 1
Joined: 24. May 2010 19:15

Re: Problem with session_start()

Postby Nobbie » 24. May 2010 20:12

mend3 wrote:What I have to do?


You have to tell by far more about your installation, because Xampp usually is installed to c:\xampp (thats recommended) and Documents usually are in c:\xampp\htdocs (instead of D:\Site\Clients)

Obiously the path to temporary files (as well as session files) lacks the drive letter in your configuration (you and only you know why), you also may edit php.ini and change \xampp\tmp to c:\xampp\tmp (wherever you find it) or simply create a folder \xampp\tmp in D: (and/or any other partition you have).

Anyway, you did not install Xampp the standard way and did not read the documentation about that.
Nobbie
 
Posts: 13183
Joined: 09. March 2008 13:04


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 85 guests