i had exactly the same problem with the upload.
now i did that safe mode on, and i made a dir on the server with chmod 777. but still i get errors (other ones as before)
Code:
Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/vhosts/dragon.****.net/httpdocs/board/admin/functions.php on line 1737
Warning: stat failed for /images/attach/temp/vbaa788fe4b (errno=2 - No such file or directory) in /usr/local/psa/home/vhosts/dragon.****.net/httpdocs/board/admin/functions.php on line 1741
the 1737 line is this: move_uploaded_file($attachment, "$path");
and
the 1741 line is this: $filesize=filesize($attachment);
any help is welcome!!!