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

Stefan Nagtegaal’s picture

Did you run update.php?

lunas’s picture

Yes, didn't show any requirement for database updates.

lunas’s picture

Status: Active » Closed (fixed)

Found 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.