|
Okay well as stated move_uploaded_file is a normal function of php. The directory your moving the file to needs to be 777.
Now also with open_basedir set the directory needs to be whats in the allowable path structure your host allows you. Did you specify the correct path to your uploads and data directories on install?
I would think this is your case you either have permissions or path's incorrect.
|