Stuck at revert and reset keys without any progress
-
Keep getting this on revert and reset keys without any progress. Not sure if it managed to revert it’s own generated indexes? And left is only from another plugin? Should be possible as other plugins I see adding two indexes are just executing creation on action like your plugin so why can’t I proceed via your plugin. Not sure if this plugins indexes are reverted or not running
SHOW INDEX FROM wp_posts;
for example, it doesn’t seem like any of the ones was reverted.Keys on 2 tables reset.
Problems Rekeying You cannot rekey some tables without resetting their keys first. This often means they have already been rekeyed by some other plugin or workflow. Reset Keys Reset the keys on these tables: remove the keys set by some other plugin or workflow. wp_postmeta has unexpected keys, so you cannot rekey it without resetting it first. ?The expected key PRIMARY KEY does not exist. wp_usermeta has unexpected keys, so you cannot rekey it without resetting it first. ?The expected key PRIMARY KEY does not exist.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Stuck at revert and reset keys without any progress’ is closed to new replies.