Parent directory ... is not writeable.

Re: Parent directory ... is not writeable.

by Matthew D -
Number of replies: 0

Thanks Pavel, that helped me at least. I was receiving two open_basedir() errors.

Original PHP.ini:

open_basedir="C:\inetpub\wwwroot"

Modified it to:

open_basedir="C:\inetpub"

After making the change the web interface install continued smoothly.