• Resolved rmckibben

    (@rmckibben)


    I was able to install images just fine and now I am getting the “Missing a temporary folder.” error.

    I am using WINDOWS server 2012 r2
    IIS 8.5
    WP 4.5.3 (storefront theme)
    php 5.5.38

    php.ini has never been messed with
    – except that I tried to add /tmp/ (and many variations thereof) to the upload_tmp_dir

Viewing 1 replies (of 1 total)
  • Thread Starter rmckibben

    (@rmckibben)

    I resolved this. In my php.ini file, I added the temp file location and gave the Windows user “Everyone” permission to write to that folder and propagated those permissions to subfolders. PHP file edited to this:

    upload_tmp_dir =C:\Windows\Temp

Viewing 1 replies (of 1 total)

The topic ‘Missing a temporary folder – Windows Server as host’ is closed to new replies.