Menu

Creating a new class of CIs on IIS

Adrian
2013-02-13
2013-02-13
  • Adrian

    Adrian - 2013-02-13

    Hi,
    I have iTop on windows environment (IIS)
    Installing a new class of CI ( Monitor) raises this error:

    Warning: unlink(C:\Inetpub\wwwroot\itop/env-production/authent-external/de.dict.authent-external.php) [function.unlink]: Permission denied in C:\Inetpub\wwwroot\itop\setup\setuputils.class.inc.php on line 483

    I think it's not about permission but the wrong path, \ and /

    How to solve this?

     
  • Denis

    Denis - 2013-02-13

    In PHP there is no difference between forward slashes (/) and backslashes (\) in file names. Even on windows PHP copes with forward slashes. So I think that your trouble is actually a problem of file permissions.

     
  • Adrian

    Adrian - 2013-02-13

    Thanks for clarification regarding php, I'm still looking, although I set full permissions for everyone

     
  • Adrian

    Adrian - 2013-02-13

    It works! I've granted write permissions to Internet Guest Account.
    :)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.