FORUMS


The Form Tools forums are no longer active, but the old posts have been archived here. Please see the Help page on how to get help / report issues.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Update for Timout of Form Data Import
#1
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()
{
    global $g_table_prefix, $L;

After the above code add...

Code:
    // potentially this operation can take a long time. Max it out at 10 minutes, though.
    set_time_limit(600);

Hope it helps..

Rich Morgan
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)