Re: Composer not found problem
Tim Thornton wrote:
But then the error at mkdir is strange because, contrary to what it says, there isn't a Composer folder in the Roaming directory.
Unless Windows 2008 is getting tripped up by the syntax
Copy to clipboard
C:/Windows/system32/config/systemprofile/AppData/Roaming/Composer"
which has the forward-slash in Unix style (/) as opposed to Windows traditional back-slash (\).
With more modern Windows OS versions such as Windows 7 this shouldn't be a problem anymore but can't remember if it was already implemented in Win 2008 server.