Hi,
Fehlermeldung:
Warning: chdir(): SAFE MODE Restriction in effect. The script whose uid is 1072 is not allowed to access /home/www/web14/html/g4a owned by uid 0 in /home/www/web14/html/g4a/global.php on line 137
Ich habe in meiner global.php folgenden Code in der Linie 137:
Wisst ihr an was das liegt?
Liegt alles bei Puretec
Fehlermeldung:
Warning: chdir(): SAFE MODE Restriction in effect. The script whose uid is 1072 is not allowed to access /home/www/web14/html/g4a owned by uid 0 in /home/www/web14/html/g4a/global.php on line 137
Ich habe in meiner global.php folgenden Code in der Linie 137:
PHP-Code:
/* Quicklogin */
chdir($_SERVER['DOCUMENT_ROOT'] . "/g4a/board/");
$shit = array();
foreach($_GET as $variable => $wert){
$shit[$variable] = $wert;
}
Liegt alles bei Puretec
Kommentar