I have added about 50 new fields (activities) to the user profile, and need to create a new user profile template that displays all fields, as well as creating a new page for each field that lists users who chose that field (activity).

Problem is the PRofile Migrate does not complete, it times out. How do I extend the time so it completes?

Comments

jwilson3’s picture

I ran into this same issue, most likely because I'm migrating a lot of profile fields (60+).

This module sets the php max_execution_time to '240' which i upped to '999' to solve the issue for me.

jwilson3’s picture

Assigned: littledove » Unassigned
Status: Active » Needs review

Forgot to change status.

Dublin Drupaller’s picture

this patch (#1) worked for me. Thanks jrguitar21
dub