glaucoperucchi
(usa Debian)
Enviado em 13/06/2013 - 17:07h
Boa tarde pessoal,
Estou gerando um relatório com o FPDF e está gerando o seguinte erro abaixo:
The requested URL /Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 1324146 bytes) in /www/desenv/pdf/html2fpdf-3.0b/fpdf.php on line 2273Fatal error: Exception thrown without a stack frame in Unknown on line 0 was not found on this server.
Já alterei no /etc/php5/apache2/php.ini o memory_limit = 512M
Já criei o arquivo .htaccess com php_value memory_limit 512M
Já adicionei no fonte:
init_set("memory_limit", "512M");
set_time_limit(1200);
E nada funcionou.
Alguém tem alguma ideia do que pode estar acontecendo?
Vlw