I get this error every time I import some users using a csv file:

warning: unlink(c:\windows\temp\tmp18B8.tmp) [function.unlink]: Permission denied in D:\00_WWW\Apache\htdocs\drupal\playground_07j\includes\file.inc on line 468. 
The removal of the original file c:\windows\temp\tmp18B8.tmp has failed. 

How can I stop it from re-curring?

Thanks.

Comments

captaingeek’s picture

same issue here win server 2003, mysql, php5, drupal 5.1

robert castelo’s picture

Are users imported?
When in the import process do you get this error?

unclejustin’s picture

I had this same problem. To fix it I just had to grant permissions to the internet guest account to delete in the temp folder.

robert castelo’s picture

Status: Active » Closed (won't fix)

This is more of an issue with the server set up.