I wrote a custom module to import a certain CSV file into a field collection. I've imported a CSV file with 500 rows and while it imports okay, and I can see the data when viewing the node, when I try to edit the node I get the WSOD. Any suggestions?

The field collection has 4 fields, first name, last name, phone number, and reference number.

Thank you.

Comments

jmuzz’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)

Without more information it isn't easy to say if it is because there are so many items or if there is an issue with the custom module. Try checking the contents of the database against some field data that you enter manually. Make sure the data and the revision tables are both correct.

jmuzz’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)