Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 339

    Best Regards
    Justin

    Hi,

    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/D

    which would not exist?

    Best Regards
    Justin

Viewing 2 replies - 1 through 2 (of 2 total)