Ich bekomme folgende fehlermeldungen:
Zitat1- Notice: Undefined index: HTTPS in /var/www/arma2/squadxml.php on line 24
2- Warning: fopen(xmlf/squad.xml): failed to open stream: Permission denied in /var/www/arma2/squadxml_del.php on line 36
Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/arma2/squadxml_del.php on line 37
Notice: Undefined index: HTTPS in /var/www/arma2/squadxml.php on line 24
1-
PHP
if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";} // Zeile 24
$pageURL .= "://";
if ($_SERVER["SERVER_PORT"] != "80") {
$path_parts = pathinfo($_SERVER["REQUEST_URI"]);
$pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$path_parts['dirname'];
} else {
$path_parts = pathinfo($_SERVER["REQUEST_URI"]);
$pageURL .= $_SERVER["SERVER_NAME"].$path_parts['dirname'];
}
return $pageURL;
}
Alles anzeigen
2 - Es versucht normalerweise eine Datei zu löschen (Die Angezeigten Dateien haben 777 Rechte)
* Alles läuft auf einem Linux Server