logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: PHP Problem
Author
Robby42164



Joined: 25 Jan 2007
Posts: 1

PostPosted: Thu 25 Jan '07 2:23    Post subject: PHP Problem Reply with quote

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: 7298
Location: Germany, Next to Hamburg

PostPosted: Thu 25 Jan '07 11:19    Post subject: Reply with quote

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


Reply to topic   Topic: PHP Problem View previous topic :: View next topic
Post new topic   Forum Index -> Other Software