kuddeldaddeldu
Erfahrenes Mitglied
Hi,
LG
Code:
ini_set('memory_limit', '50M');
LG
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
ini_set('memory_limit', '50M');
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 77 bytes) in E:\wwwroot\VTMS_Development\phpmailer\class.smtp.php on line 372
ini_set('memory_limit', '100M');
ini_set('post_max_size', '100M');
// now send the lines to the server
while(list(,$line_out) = @each($lines_out)) {
if(strlen($line_out) > 0)
{
if(substr($line_out, 0, 1) == ".") {
$line_out = "." . $line_out;
}
}
fputs($this->smtp_conn,$line_out . $this->CRLF);
}//Zeile 428
}