Drupal 7 is unable to install modules

18,178

Solution 1

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 =)

Solution 2

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

Share:
18,178
Benjamin Wong
Author by

Benjamin Wong

Developer who currently does primarily Node.js, React.js and React Native. Have done a lot of SharePoint 2013 (C#), ASP.NET, ASP.NET MVC, Silverlight, Adobe Flex and Adobe ColdFusion in the past.

Updated on June 27, 2022

Comments

  • Benjamin Wong
    Benjamin Wong almost 2 years

    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

  • NPC
    NPC about 13 years
    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!