I’m working on a project where WordPress needs to be installed on a Windows box π
It’s the first time that I’m getting an error like this:
Warning: is_readable() [function.is-readable]: open_basedir restriction in effect.
File(D:\xampp\apache\htdocs/wp-content/plugins/D:\xampp\apache\htdocs/wp-content/plugins/wordpress-importer/wordpress-importer-en_US.mo)
is not within the allowed path(s): (D:\xampp\apache\htdocs\wp-content\plugins\;D:\xampp\apache\htdocs;
D:\xampp\tmp;d:\xampp\php;D:\xampp\phpmyadmin) in D:\xampp\apache\htdocs\wp-includes\l10n.php on line 334
Apache got the path for the plugin wrong (the bold part). Is there any way I can fix this?
I’m running multisite network on WP 3.2 development version (32-beta1-17999).