Possible Duplicate:
Is setting the uploads folder 777 permision secure?
I am using WordPress on my new host, and when I try to install a plugin I get this;
Warning: touch() [function.touch]: SAFE MODE Restriction in effect. The script whose uid is 10026 is not allowed to access /tmp owned by uid 0 in /var/www/vhosts/vanillalooks.net/httpdocs/wp-admin/includes/file.php on line 177
Warning: unlink() [function.unlink]: SAFE MODE Restriction in effect. The script whose uid is 10026 is not allowed to access /tmp owned by uid 0 in /var/www/vhosts/vanillalooks.net/httpdocs/wp-admin/includes/file.php on line 489
I asked my hosting provider if they could fix it, and they said they would disable the PHP safe mode, and so I guess they did, but it's still not working. They now have no idea how to fix it, and I'm still getting this error.
Why does WordPress still think it's on safe mode? And how can I check if it's still on safe mode or not? I'm using Plex. Do I need to reinstall WordPress or something?
Also, I had a problem with my uploads folder; WordPress could not get access to it. So I set the folder permissions to 777, and it now works, but is this a safe way to do it?