Hi guys,
A lot of servers now have the open_basedir restriction in place to avoid strangers from in some way getting into other accounts on the same server.
Sadly enough, it blocks BuddyPress from uploading an avatar to a profile:
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/salvi/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/salvi/domains/site.be/public_html/wp/wp-includes/functions.php on line 2104
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/salvi/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/salvi/domains/site.be/public_html/wp/wp-includes/functions.php on line 2095
Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/salvi/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/salvi/domains/site.be/public_html/wp/wp-includes/functions.php on line 2104
Any clues on getting this solved?