SilverStripe and c:\windows\temp error

Discussion in 'Third-party applications' started by maurizio, Mar 31, 2013.

  1. Hi all,

    I've tried to install SilverStripe but I received the following error:

    The webserver user needs to be able to write to this file:
    C:\Windows\TEMP\silverstripe-cache

    and I'm not able to install this CMS.

    It's possible to fix this error?

    Thank you

    Maurizio
     
  2. I fixed this problem

    I've edited install.php5 under "framework/dev/install" and i change the line

    $tempFolder = $this->getTempFolder();

    whit the new line:

    $tempFolder = "E:\web\mywebsite\silverstripe-cache"

    Maurizio
     
  3. Elshadriel

    Elshadriel Winhost Staff

    Thank you for the posting the solution, Maurizio. I'm sure it will help a lot of people out.
     

Share This Page