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
|