Hallo, ich hab auch momentan ein Schwerwiegendes Problem, ich kann nicht den Wordpress starten, es kommt immer diese Meldung:
ZitatWarning: in_array() [function.in-array]: Wrong datatype for second argument in /www/htdocs/w006a320/wordpress/wp-settings.php on line 15
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /www/htdocs/w006a320/wordpress/wp-settings.php on line 15
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /www/htdocs/w006a320/wordpress/wp-settings.php on line 15
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /www/htdocs/w006a320/wordpress/wp-settings.php on line 15
Weiß jemand was ich machen soll? In der Zeile 15 in Datei wp-settings.php steht:
ZitatAlles anzeigen
$input = array_merge($_GET, $_POST, $_COOKIE, $_SERVER, $_ENV, $_FILES, isset($_SESSION) && is_array($_SESSION) ? $_SESSION : array());
foreach ( $input as $k => $v )
if ( !in_array($k, $noUnset) && isset($GLOBALS[$k]) ) {
$GLOBALS[$k] = NULL;
unset($GLOBALS[$k]);
}