User Edit Form Fields Disappeared

jcjohnson - May 2, 2008 - 21:05

Not really sure at what point in development this occured, but I just noticed it when I was trying to add a role to a user that had already been created. If anyone has seen this before please fill me in on how to fix this.

- I am logged in as admin
- I click to edit a user
- The only form items displayed are the submit button and delete button!!

I have tried rebuilding permissions, but it didn't fix this issue.

More Information on disappearing user edit form

jcjohnson - May 2, 2008 - 21:22

I keep getting these two errors in my logs... maybe this will shed some light on this situation.

array_merge_recursive() [function.array-merge-recursive]: Argument #1 is not an array in /public_html/modules/user/user.module on line 2461.

and

uasort() [function.uasort]: The argument should be an array in /home/lassonet/public_html/modules/user/user.module on line 2464.

Issue Resolved

jcjohnson - May 5, 2008 - 14:44

I named a function with the user hook in it and it messed up everything. So if you are having this issue, double check your functions so that you do not user hook involved in the wrong way.

 
 

Drupal is a registered trademark of Dries Buytaert.