PHP Warning: include(): open_basedir restriction
-
Can’t figure out how to get past these errors:
IIS / Windows host.
The File path is technically missing a second backslash at the beginning.
And the path has forward slashes.
Silly path characters…It says the files to include aren’t in the open_basedir restricted folders – that’s true if the File path is not correctly set.
Help please. Thank you for your time.
[29-Jan-2016 16:52:08 UTC] PHP Warning: include(): open_basedir restriction in effect. File(\MYDOMAIN.COM\CNS\www\my.site.com\www\wp-content\plugins\wp-super-cache/wp-cache-base.php) is not within the allowed path(s): (\\mydomain.com\cns\www\;C:\Windows\Temp\) in \\MYDOMAIN.COM\CNS\www\my.site.com\www\wp-content\plugins\wp-super-cache\wp-cache.php on line 65
[29-Jan-2016 16:52:08 UTC] PHP Warning: include(\MYDOMAIN.COM\CNS\www\my.site.com\www\wp-content\plugins\wp-super-cache/wp-cache-base.php): failed to open stream: Operation not permitted in \\MYDOMAIN.COM\CNS\www\my.site.com\www\wp-content\plugins\wp-super-cache\wp-cache.php on line 65
[29-Jan-2016 16:52:08 UTC] PHP Warning: include(): Failed opening ‘\MYDOMAIN.COM\CNS\www\my.site.com\www\wp-content\plugins\wp-super-cache/wp-cache-base.php’ for inclusion (include_path=’.;C:\php\pear’) in \\MYDOMAIN.COM\CNS\www\my.site.com\www\wp-content\plugins\wp-super-cache\wp-cache.php on line 65
[29-Jan-2016 16:52:08 UTC] PHP Warning: include_once(): open_basedir restriction in effect. File(\MYDOMAIN.COM\CNS\www\my.site.com\www\wp-content\plugins\wp-super-cache/ossdl-cdn.php) is not within the allowed path(s): (\\mydomain.com\cns\www\;C:\Windows\Temp\) in \\MYDOMAIN.COM\CNS\www\my.site.com\www\wp-content\plugins\wp-super-cache\wp-cache.php on line 82
[29-Jan-2016 16:52:08 UTC] PHP Warning: include_once(\MYDOMAIN.COM\CNS\www\my.site.com\www\wp-content\plugins\wp-super-cache/ossdl-cdn.php): failed to open stream: Operation not permitted in \\MYDOMAIN.COM\CNS\www\my.site.com\www\wp-content\plugins\wp-super-cache\wp-cache.php on line 82
[29-Jan-2016 16:52:08 UTC] PHP Warning: include_once(): Failed opening ‘\MYDOMAIN.COM\CNS\www\my.site.com\www\wp-content\plugins\wp-super-cache/ossdl-cdn.php’ for inclusion (include_path=’.;C:\php\pear’) in \\MYDOMAIN.COM\CNS\www\my.site.com\www\wp-content\plugins\wp-super-cache\wp-cache.php on line 82
- The topic ‘PHP Warning: include(): open_basedir restriction’ is closed to new replies.