I'm trying to migrate some of my clients' sites to my new server and I get the following error on 2 sites that have the same setup.
PHP Warning: is_readable(): open_basedir restriction in effect. File(C:\Inetpub\vhosts\somedomain.com\httpdocs/http://www.somedomain.com/wp-content/plugins/knxdt-bookmarks-wordpress-plugin/lang/knxdt_bookmarks-en_US.mo) is not within the allowed path(s): (;C:/Inetpub/vhosts/somedomain.com\;C:\Windows\Temp\;C:\Inetpub\vhosts\somedomain.com\httpdocs\;) in C:\Inetpub\vhosts\somedomain.com\httpdocs\wp-includes\l10n.php on line 339
As can be seen in the path passed by what I assume to be Wordpress, there's something wrong there (... \httpdocs/http://www.somedomain ...). Why is the path combined like that ? Is this a php, plesk or wordpress problem ?
I've put open_basedir to none using Plesk admin and both sites work like a charm.
My setup Old server: Windows 2008 Plesk 9 PHP Version 5.2.13
New server Windows 2012 Plesk 11 (latest at time of writing) PHP Version 5.4
Thanks