file_exists() error on fresh install

Permalink
Hey Everyone,

I just installed concrete on my host running plesk on windows server.
The install completed without any issues however, when navigating to the site I get the following error:

file_exists(): open_basedir restriction in effect. File(C:/ClientSites/piotec-dev.com/dev/main/concrete/themes/elemental/css/fonts.googleapis.com/css?family=Titillium+Web:200,400,700,900) is not within the allowed path(s): (C:\ClientSites\piotec-dev.com\dev\;C:\windows\Temp\)


when looking at the files on the host, the file it is requesting does not exist.
The part that is really weird to me is the path it is requesting looks like a HTTP request and not so much a path to a file?

I've done some googling and tried a couple different things to no avail any help is appreciated!

 
ramonleenders replied on at Permalink Reply
ramonleenders
Perhaps this got something to do with caching? Try removing everything within application/files/cache?
piotec replied on at Permalink Reply
No luck unfortunately.
I removed everything under application/files/cache and still got the error message