So nun habe ich WP 2.0 neuinstalliert, besser gesagt probiert.
Rufe ich wp-admin/install.php auf bekomme ich folgende Fehlermeldung:
ZitatFatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 54814 bytes) in .../wp-includes/streams.php on line 58
In meinen Editor wird bei Zeile 58 folgendes gezeigt:
PHP
function read($bytes) {
$data = substr($this->_str, $this->_pos, $bytes);
$this->_pos += $bytes;
if (strlen($this->_str)<$this->_pos)
$this->_pos = strlen($this->_str);
return $data;
}
Hat jemand Ahnung was das bedeutet?
Habe bei meinem Provider 400 MB zur Verfügung und bis her nur 28 MB gebraucht. Also an Platzmangel kann es doch nicht liegen. :confused:
LG vom Wassertreter