I upgraded my Drupal 5.3 to the latest security release - 5.5. After doing that, I went to administer some users at admin/user/user and it was and is empty. After the initial heart attack and realizing all of my users were actually still in the database, I am now looking for why this happened. The only thing that changed from when it was working to how it is now is the upgrade. Any suggestions?
Comments
Comment #1
Stefan Nagtegaal commentedDid you run update.php?
Comment #2
lunas commentedYes, didn't show any requirement for database updates.
Comment #3
lunas commentedFound my problem - I had implemented a user access patch to move access to its own table moving the access stuff out of user.module. Then I upgraded and forgot to reapply the patch. Once I told drupal where to find the access table it sorted itself out.