• Resolved virtualsean

    (@virtualsean)


    Hi,

    I was working on a blog post, I was about to publish and I got an error. I went back into my posts and opened the draft I was working on. It loaded, but the version is older than my current version (it seems to be one revision older). I have access to the database as well as everything to do with the site.

    I have also checked the “revisions” section but the newer revision doesn’t seem to be there. I’m hoping someone can help me out, hopefully the revision might be found inside the database somewhere.

    If you need any other information, please let me know!

    Sean

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Sean I highly doubt that its in the database and not showing in the revisions tab.

    Like Radices said, it’s unlikely that a revision that exists in the DB won’t show up in the admin area. But if you want to check you can run this query in phpMyAdmin:

    SELECT * FROM wp_posts WHERE ID = POST_ID

    Replace POST_ID with the id of your post.

    Thread Starter virtualsean

    (@virtualsean)

    Hi, thanks for the help. I thought that’d be the case and just retyped what I had lost. I will keep the query in mind for future use.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Deleted newer version of draft after wordpress.org error’ is closed to new replies.