steh voll aufm Schlauch. Folgendes script:
<?
if(copy($bild,"cm/newspics/$bild_name")){//line 4
//...
}
?>
<!-- Das Formular dazu: -->
<form method="post" enctype="multipart/form-data" target="_top">
<input type="file" name="bild">
<input type="submit">
</form>
Jetzt die Fehlermeldung:
Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/httpd/htdocs/kunden/web3/html/writenews.php on line 4
Hab schon alles mögliche versucht
immer das gleiche Ergebnis
CHMOD stimmt auf jeden Fall...
Auf hosteurope funktioniert das ohne probleme
open_basedir = /usr/local/httpd/htdocs/kunden/web3
file_uploads = 1
<?
if(copy($bild,"cm/newspics/$bild_name")){//line 4
//...
}
?>
<!-- Das Formular dazu: -->
<form method="post" enctype="multipart/form-data" target="_top">
<input type="file" name="bild">
<input type="submit">
</form>
Jetzt die Fehlermeldung:
Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/httpd/htdocs/kunden/web3/html/writenews.php on line 4
Hab schon alles mögliche versucht
immer das gleiche Ergebnis
CHMOD stimmt auf jeden Fall...
Auf hosteurope funktioniert das ohne probleme
open_basedir = /usr/local/httpd/htdocs/kunden/web3
file_uploads = 1
Kommentar