If you have a large number of pre-existing webform submissions when installing the module, the install hook can cause an out of memory error. I've prepared a patch that loads and processes the submissions 100 at a time, which should be doable in most cases.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Nigel Cunningham created an issue. See original summary.

matio89’s picture

Status: Active » Fixed

Hi @Nigel Cunningham,
Thanks for your contribution.
Pushed to dev branch.

matio89’s picture

Status: Fixed » Closed (fixed)
nigelcunningham’s picture

Thanks very much!