My instance of Drupal 7 is unable to install new modules via FTP link. The error message that comes up is as follows :

Warning: fileowner() [function.fileowner]: stat failed for temporary://upd92FE.tmp in update_manager_local_transfers_allowed() (line 924 of C:\inetpub\wwwroot\drupal\modules\update\update.manager.inc).

My setup is as follows :

Windows 7 Home Premium 64 Bit IIS 7.5 + Zend Community Server

link|improve this question

73% accept rate
Your question is to make it work? It actually reads more like you should file a bug report with Drupal. Though the cause is probably your non-standard setup (Windows and no Apache). – mario Jan 8 '11 at 7:12
I see, I figured it should work on IIS since it was on the IIS platform installer. Sigh... – Benjamin Wong Jan 8 '11 at 8:44
feedback

2 Answers

up vote 4 down vote accepted

Okay, found the solution.

For some odd reason the temp directory was set as the following: alt text

This naturally would not work. Just alter the back slash to a forward slash and you will be all set =)

link|improve this answer
This helped me solve the same problem (I've updated from one version of XAMPP to another, and I guess this somehow happened in the process). Thank you! – NPC Jan 27 '11 at 16:32
feedback

To solve this problem, just create new folder named "tmp" in sites/default/files

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.