Hallo liebes Forum,
bei Dateiexport, files, img, Als Datei herunterladen, kam diese Fehlermeldung:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 14039787 bytes) in /kunden/164487_6105/webseiten/redaxo/include/addons/import_export/classes/class.tar.inc.php on line 678
Code:
// Make sure we have gzip support
if (!function_exists("gzencode"))
{
return false;
}
$file = gzencode($this->tar_file);
}
else
{
$file = $this->tar_file;
}
return $file;
}
Kann mir jemand helfen?
Danke
Paula

