I am running WordPress 3.3, in multisite mode. This is on nginx with php5-fpm and php-apc running.
My error logs are filling up with this:
2011/12/30 05:22:45 [error] 3513#0: *18867 FastCGI sent in stderr: "PHP Warning: is_readable(): open_basedir restriction in effect. File(/usr/share/nginx/www/wp-content/plugins/avh-first-defense-against-spam/avh-fdas.php/avh-fdas-en_US.mo) is not within the allowed path(s): (/usr/share/nginx/www/:/usr/share/phpmyadmin/) in /usr/share/nginx/www/wp-includes/l10n.php on line 334" while reading response header from upstream, client: 66.249.67.226, request: "GET /2010/10/13/blown-away-3/trackback/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000"
That file doesnt seem to exist, and no other plugins are giving me the issue. If you google for this, you will see a lot of pages that have or had the error going on:
avh-first-defense-against-spam/avh-fdas.php/avh-fdas-en_US.mo
I am getting about 1 a second right now. Any thoughts as to how I might fix this?