Hi,
wieder mal ein Problem, welches ich noch nie hatte.
Ich habe einen Ordner auf chmod 777 gesetzt. Das Script ist ein Fotoupload.
Beim Upload passiert folgendes:
Warning: SAFE MODE Restriction in effect. The script whose uid is 65534 is not allowed to access /tmp/phpbkHSz2 owned by uid 0 in /usr/local/httpd/htdocs/www.projektp3.de/_tmp/img_voting/upload/db_insert.php on line 91
In der Zeile steht:
if($size<30000 AND $size!=0) {
copy($bild,$wo.$chiff.".jpg");
Muss ich was inder php.ini ändern oder woran kann es liegen?
Danke.
wieder mal ein Problem, welches ich noch nie hatte.
Ich habe einen Ordner auf chmod 777 gesetzt. Das Script ist ein Fotoupload.
Beim Upload passiert folgendes:
Warning: SAFE MODE Restriction in effect. The script whose uid is 65534 is not allowed to access /tmp/phpbkHSz2 owned by uid 0 in /usr/local/httpd/htdocs/www.projektp3.de/_tmp/img_voting/upload/db_insert.php on line 91
In der Zeile steht:
if($size<30000 AND $size!=0) {
copy($bild,$wo.$chiff.".jpg");
Muss ich was inder php.ini ändern oder woran kann es liegen?
Danke.
Kommentar