Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
It`s not possible to upload files
#6
(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>
Reply


Messages In This Thread
It`s not possible to upload files - by bene - 07-30-2012, 02:46 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)