Home › Forums › Bugs and Troubleshooting › Operation timed out
Tagged: time out
- This topic has 1 reply, 2 voices, and was last updated 2 years, 7 months ago by admin.
-
AuthorPosts
-
abel.jimenezParticipant
Hello.
Sometimes when someone submit the form we get a text error message attached to the email notification that says:
There was an error generating the PDF file.
Your server wasn’t able to upload PDF file: Operation timed out after 120000 milliseconds with 648016 out of 1368487 bytes receivedPDF template has 250 KB although sometimes it contains an image, and because of that, its size could be increased to 1.5 MB.
Any idea what might be happening?. We have been using FormidablePRO2PDF since several years and we never saw this problem until now.
Thanks in advance.
Regards,
Abel.
adminKeymasterIf all has been working and now has issues, it’s likely due to server updates to PHP and/or a change to one or more PHP settings.
The following PHP settings are recommended to minimize timeout errors;
max_execution_time = 600
max_input_time = 600
max_input_vars = 4000
memory_limit = 512M
post_max_size = 256M
session.gc_maxlifetime = 1440We remain at your service.
-
AuthorPosts