View Single Post
  #3 (permalink)  
Old 2005-05-18, 06:46 AM
k2s k2s is offline
Junior Member
 
Join Date: May 2005
Posts: 1
k2s
Default

i had the same problem on Windows

you have to check the security settings for yout TEMP directory
in my case it was c:\windows\temp
in your case it seams to be C:\DO
E~1\kevinkr\LOCALS~1\Temp\

pear is creating gop9.tmp directory under TEMP directory and is using this to download packages. the settings of TEMP are allowing PHP to create subdirectories, but then it is not allowed to copy files into this directory for PHP

after you fix permissions on TEMP it will work

sincerely,
Martin
Reply With Quote