Hallo
wieder mal ein Problem mit CHMODs. Die Suche hat nichts gebracht .
Die Datei in der der Code steht hat 666 bzw. 777. Bei beidem heißt es Warning: chmod failed: Operation not permitted...
Also nichts von safe mode o.ä. Woran kanns noch liegen?
wieder mal ein Problem mit CHMODs. Die Suche hat nichts gebracht .
PHP:
$rgCHMODS = array('actPoll.php','colors.inc.php','HS_PollDB.sql','ip.txt','poll.php',
'style.css','admin/bars.php','admin/colors.php','admin/new.php',
'admin/newInc.txt','admin/style.inc.php','admin/styleDummy.txt',
'admin/test.css');
for($i=0;$i<sizeof($rgCHMODS);$i++)
{
if(!chmod($rgCHMODS[$i], 0666))
{
echo 'Fehler';
exit;
}
}
Also nichts von safe mode o.ä. Woran kanns noch liegen?