jrn1171
Forum Replies Created
-
Hi Matt,
Could it be the forward slashes being used at the end of the path, Windows uses backslash for filesystem delimiters? We have mixed delimiters here.
Warning: is_readable() [function.is-readable]: open_basedir restriction in effect. File(
C:\Inetpub\vhosts\mysite.myhost.com\httpdocs/wp-content/plugins/C:\Inetpub\vhosts\mysite.myhost.com\httpdocs/wp-content/languages/subscribe2-en_US.mo) is not within the allowed path(s): (C:\Inetpub\vhosts\mysite.myhost.com\httpdocs\;C:\Windows\Temp\;C:\Inetpub\vhosts\mysite.myhost.com\httpdocs\wp-content\plugins\;C:\Inetpub\vhosts\mysite.myhost.com\httpdocs\wp-content\languages\;) in C:\Inetpub\vhosts\mysite.myhost.com\httpdocs\wp-includes\l10n.php on line 339Best Regards
JustinHi,
We are experiencing the same problem obviously with differing paths for our setup. Is this not because there are two paths being concatenated and therefore unreachable. i.e from the example above
D:\Inetpub\cross/wp-content/plugins/D:\Inetpub\cross/wp-content/languages/subscribe2-en_US.mo
Probably becoming:
D:\Inetpub\cross/wp-content/plugins/Dwhich would not exist?
Best Regards
Justin