Warning: move_uploaded_file() [function.move-uploaded-file]: open_basedir restriction in effect. File(C:\Windows\Temp\php98F6.tmp) is not within the allowed path(s): (C:\Inetpub\vhosts\site.com\httpdocs\) in C:\Inetpub\vhosts\site.com\httpdocs\grup_olustur.p hp on line 49
Warning: move_uploaded_file(kapak/4da4f1344517292g.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in C:\Inetpub\vhosts\site.com\httpdocs\grup_olustur.p hp on line 49
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\Windows\Temp\php98F6.tmp' to 'kapak/4da4f1344517292g.jpg' in C:\Inetpub\vhosts\site.com\httpdocs\grup_olustur.p hp on line 49
şeklinde bir hata alıyorum, safe mod kapalı bir türlü çözemedim. Sorun nedir acaba?
kodlarım;
$dosya = $_FILES['kapak']['tmp_name']; $hedef = "kapak"; $son = "isim.jpg"; $dyukle = move_uploaded_file($dosya,$hedef.'/'.$son);