Hi, I keep getting the following warning every time I upload a file into my site
Warning: file_exists(): open_basedir restriction in effect. File(C:\Windows\Temp\phpC5BF.tmp) is not within the allowed path(s): (c:\inetpub\wwwroot\{domain}\www) in C:\inetpub\wwwroot\{domain}\www\publico\wp-includes\functions.php on line 1998
247
I’m running it on my windows server and have it configured in IIS. I have others wordpress sites also running on this server but none of them display this warning.
I’ve already tried to edit the php.ini file to add the path C:\Windows\Temp\ to the open_basedir parameter, but it didn’t work. I also would like to know why is it trying to access this specific path.
Thanks in advance.
Lucas Hoffmann