By rpalomo on
I have a custom module that adds a category and some fields to the user information. When I submit the update from the user page the form and the data for my new form are as expected, but when I'm done I don't get redirected anywhere, I get a blank screen. I am afraid is the White screen of death, but my data is stored and my _user function completes. How can I track what happens after that?
Comments
veredict White screen of death
It was WSoD, and by looking into the recent log entries i found the header problem and it was due to a print_r statement I had in my function.