08-25-2012, 01:09 AM
(08-09-2012, 05:01 PM)bene Wrote: The folder settings are chmod 777
Because your provider is using open_basedir restrictions they need to modify the httpd.conf virtual host entry for you and relax the restrictions or added the required path for you.
It will be an entry similar to this:
Code:
<Directory /var/www/vhosts/domain.tld/httpdocs>
php_admin_value open_basedir "/var/www/vhosts/domain.tld/httpdocs:/var/www/vhosts/domain.tld/zend"
</Directory>