Danke, ich probiere es mal.
Ist denn das Problem bekannt, da ich ja meine config nicht gepostet habe ?
Beiträge von LaCter
-
-
Hallo, nach entpacken, erstellen einer wp-config.php und hochladens auf den Server einscheinen nach Aufruf von wordpress/wp-admin/install.php folgende Fehler:
Code
Alles anzeigen[B]Warning[/B]: unpack(): Type V: not enough input, need 4, have 0 in [B]/www/htdocs/w005dafa/wordpress/wp-includes/gettext.php[/B] on line [B]85[/B] [B]Warning[/B]: unpack(): Type V: not enough input, need 4, have 0 in [B]/www/htdocs/w005dafa/wordpress/wp-includes/gettext.php[/B] on line [B]85[/B] [B]Warning[/B]: unpack(): Type V: not enough input, need 4, have 0 in [B]/www/htdocs/w005dafa/wordpress/wp-includes/gettext.php[/B] on line [B]85[/B] [B]Warning[/B]: unpack(): Type V: not enough input, need 4, have 0 in [B]/www/htdocs/w005dafa/wordpress/wp-includes/gettext.php[/B] on line [B]85[/B] [B]Warning[/B]: unpack(): Type V: not enough input, need 4, have 0 in [B]/www/htdocs/w005dafa/wordpress/wp-includes/gettext.php[/B] on line [B]85[/B] [B]...[/B] [B]...[/B]
bis hin zu
Code[COLOR=#800080][U]Warning: unpack(): Type V: not enough input, need 4, have 0 in [B]/www/htdocs/w005dafa/wordpress/wp-includes/gettext.php[/B] on line [B]85[/B][/U] [U]First Step »[/U][/COLOR]
In den Zeilen 82-88 steht folgendes:
Codefunction readintarray($count) { if ($this->BYTEORDER == 0) { // low endian return unpack('V'.$count, $this->STREAM->read(4 * $count)); } else { // big endian return unpack('N'.$count, $this->STREAM->read(4 * $count));
Was bedeuten die fehler ? habe die gettext.php mehrfach neu hochgeladen - ohne Erfolg.
Wer kann helfen ?
Danke im voraus.