pdf-l4 icon indicating copy to clipboard operation
pdf-l4 copied to clipboard

Taking more than 60 sec to genrate larger file

Open samphp90 opened this issue 9 years ago • 1 comments

Hello, I'm trying to generate report but it's taking to much time to generate it. After some time i get this error message. {"error":{"type":"Symfony\Component\Debug\Exception\FatalErrorException","message":"Maximum execution time of 60 seconds exceeded","file":"/var/www/html/projectXXX/vendor/dompdf/dompdf/include/frame.cls.php","line":313}}

Is any solution ?

samphp90 avatar Apr 01 '15 10:04 samphp90

You can temporarily increase execution time for using ini_set('max_execution_time', 0); in your PHP function. 0 will set maximum execution time to infinite.

krunaltech avatar Jan 22 '16 06:01 krunaltech