After installing and using this plugin you deleted your revisions and you cannot edit them anymore: this is actually what this plugin is meant to do and does. Why did you install this plugin if you want manage your revisions?
I’m sorry your not understanding. I’m saying that as you continue to make edits to a post/page you can no longer access any these new revisions either.
I am quite disappointed to have the same problem. I even re-installed wordpress and still cannot continue with normal use of wordpress revisioning in the future.
This plugin not only deletes old revisions but also disables revision functions, so you cannot use it to “clean out” old revisions and continue.
Is there ANY way to restore the revisions function once the plugin has deleted old revisions?
Look in your wp-config file and search and see if this define exists in it
define(‘WP_POST_REVISIONS’, false);
If so, remove it. If it doesn’t exist, then try adding this one
define(‘WP_POST_REVISIONS’, true);
Thanks, Jason, but no go… neither does revision history show in the editors, nor does the option to show them appear under Screen Options.
I’m realizing this problem also renders WordPress’ autosave feature useless.
Any other suggestions welcome.