Closed (fixed)
Project:
Webform Multiple File Upload
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2016 at 16:00 UTC
Updated:
20 Oct 2016 at 15:04 UTC
Jump to comment: Most recent
Comments
Comment #2
pub497 commentedComment #4
jelle_sThat's because it's a batched update, each batch run that message will be output (you will see the message [number of sumissions of webforms with multifile]/50 times). I'm guessing you have a lot of webform submissions. I think it's best to reset a backup of you db from before the update and then run in again. I created a new release (1.5) that should also work when the update already ran on some of your data, but the backup would be the safest way for sure.
Comment #5
pub497 commentedahh that would make sense, thanks for clarifying!