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?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | profile_migrate-timeout-before-completion-805706-1.patch | 559 bytes | jwilson3 |
Comments
Comment #1
jwilson3I 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.
Comment #2
jwilson3Forgot to change status.
Comment #3
Dublin Drupaller commentedthis patch (#1) worked for me. Thanks jrguitar21
dub