The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Update for Timout of Form Data Import - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8) +--- Forum: Modules (https://forums.formtools.org/forumdisplay.php?fid=16) +--- Thread: Update for Timout of Form Data Import (/showthread.php?tid=86) |
Update for Timout of Form Data Import - typer139 - Mar 26th, 2009 Hey Form-ers, I noticed that during the importing of my v1.5x forms and data that I ran into a timeout during the form_data portion of the migration because I have so many form submissions on a couple forms. It looks like there isn't a timeout extension during this portion of the script like there is in a couple other steps. If anyone is having this problem, here's the quick fix.. In /modules/ft1_data_import/library.php, around line 361 you'll find.. Code: function ft1_data_import_import_form_data() After the above code add... Code: // potentially this operation can take a long time. Max it out at 10 minutes, though. Hope it helps.. Rich Morgan |