Hello!

I'm trying to solve a problem of a suddenly missing user and all their content. I received an email from a client this morning saying all their account has suddenly gone missing with of their content. We keep backups so it's not too difficult to reinstall everything, but now I'm wondering how this actually happened. Is this a database glitch? Security issue? Did an Admin accidentally do this? Questions questions...

So i'm wondering id Drupal keeps a log of these types of actions and if so, where do I go to access it.

Thanks!
Andrew

Comments

jaypan’s picture

There is a log of recent events you can check. It's at Admin -> Reports -> Recent log entries.

Contact me to contract me for D7 -> D10/11 migrations.

dunklea’s picture

Thanks for your reply. I've enabled the database logging module on the site, but I've since narrowed the problem down to something else. I dove into the database and found in the node table that the content still exists there, but for some reason Drupal is not able to access it (returns a 404 when I try node/#id). As far as I can tell this error has effected about 100 nodes of about 3500. Very strange.

Has anyone else encountered similar problems?