This was the only way I was able to resolve the problem:
edit /etc/apache2/sites-enabled/sitename.com.vhost
and change to:
Code:
php_admin_value open_basedir none
Is this safe to do? And if so, how can I make it so that it automatically does this when it creates a new site?