Uploading error :O

Hii!

I have a site with profile and avatar thingy.

And when i try to upload a file i got this error(s)

Warning: move_uploaded_file(members/34/image01.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in /users/fishing/www/fish/editprofil.php on line 53

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move ‘/users/fishing/temp/php70GOtG’ to ‘members/34/image01.jpg’ in /users/fishing/www/fish/editprofil.php on line 53

$newname = “image01.jpg”;
$place_file = move_uploaded_file( $_FILES[‘fileField’][‘tmp_name’], “members/$id/”.$newname);
$success_msg = ‘’;

there is the code that fails?