You are not logged in.
Pages: 1
We recently had a problem with page revisions, which for now has been solved by simply creating a fresh revisions table.
This brought up a new problem, which I am mentioning in case it is a considered a bug:
It happens when you save the current revision of a page whose last_edited_by is a user who has been deleted. The revision is saved, but does not display on the admin screen.
A reasonable compromise in this case could be to outer join on the users table, and show a missing author as "unknown" or "former account" or similar. I think having all revisions available is more important than showing accurate authorship. Can this be done?
Thanks,
Tushar
Offline
That's definitely a bug! I'm slowly working my way toward a release that supports PHP 8 and I'll be sure to get this in as well.
Offline
Pages: 1