A
Anonymous
Guest
I've been trying to upload an image using a form
copy ($picture, $filename);
and receive the warning :
open_basedir restriction .
I've read that this refers to the permission on the image folder being incorrectly set. But the permission has been set to 777. Does anybody have any ideas about what could be the problem.
copy ($picture, $filename);
and receive the warning :
open_basedir restriction .
I've read that this refers to the permission on the image folder being incorrectly set. But the permission has been set to 777. Does anybody have any ideas about what could be the problem.