I\'m getting this error on an avatar upload on my site. I\'ve never gotten it before and nothing was changed recently for me to begin getting this error...
If used ispconfig3:
Go to Website section -> Options -> PHP open_basedir:
/var/www/clients/client2/web3/image:/var/www/clients/client2/web3/web:/var/www/... and so on
/var/www/clients/client2/web3/image:
When a script tries to access the filesystem, for example using include, or fopen(), the location of the file is checked. When the file is outside the specified directory-tree, PHP will refuse to access it.