30 seconds #1307

Closed
opened 2026-02-05 00:33:51 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @papypotage on GitHub (Aug 22, 2019).

hello
I have a limitation error of 30 seconds when exporting to pdf

/var/www/html/vendor/dompdf/dompdf/lib/Cpdf.php

Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN)
Maximum execution time of 30 seconds exceeded

how can the time limit for export be changed?

Originally created by @papypotage on GitHub (Aug 22, 2019). hello I have a limitation error of 30 seconds when exporting to pdf /var/www/html/vendor/dompdf/dompdf/lib/Cpdf.php Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN) Maximum execution time of 30 seconds exceeded how can the time limit for export be changed?
OVERLORD added the 🐕 Support label 2026-02-05 00:33:51 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Sep 1, 2019):

Hi @papypotage,
Please see issues #389 & #1603 since these are pretty much the same thing.
You basically need to increase your server max_execution_time since it's just likely taking a while to generate the PDF.

@ssddanbrown commented on GitHub (Sep 1, 2019): Hi @papypotage, Please see issues #389 & #1603 since these are pretty much the same thing. You basically need to increase your server `max_execution_time` since it's just likely taking a while to generate the PDF.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1307