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
Comment #1
captaingeek commentedsame issue here win server 2003, mysql, php5, drupal 5.1
Comment #2
robert castelo commentedAre users imported?
When in the import process do you get this error?
Comment #3
unclejustin commentedI had this same problem. To fix it I just had to grant permissions to the internet guest account to delete in the temp folder.
Comment #4
robert castelo commentedThis is more of an issue with the server set up.