Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: PHP Problem |
|
Author |
|
Robby42164
Joined: 25 Jan 2007 Posts: 1
|
Posted: Thu 25 Jan '07 2:23 Post subject: PHP Problem |
|
|
Using Apache 2.2.4 and PHP 5.2.0 and I keep getting this error message, someone tell me what it means?
PHP Warning: Unknown: open(C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\php\upload\sess_2
gi3osk5l5d0d3v3c0cvju9d70, O_RDWR) failed: No such file or directory (2) in Unkn
own on line 0 |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 25 Jan '07 11:19 Post subject: |
|
|
That mean php can not open the session file sess_2
gi3osk5l5d0d3v3c0cvju9d70.
You should define a temp dir in php.ini and create that folder
upload_tmp_dir = C:/php/tmp |
|
Back to top |
|
|
|
|
|
|