Hi,

A quick note on a problem I ran into and the fix I came up with.
While working in a new site that I inherited (v 4.6.10) I was editing a blog post and saved the edit. It went into the queue for approval. I logged in as the admin and voted to post it. But I noticed that it needed more editing, so I went back in as the author and edited, then saved it again.
As the admin I voted to "post it" but I got the red "Validation error, please try again" message.

I tried again several times, but kept getting the message.

I logged in to the database with phpMyAdmin and when I looked at the "queue" table, there were two entires for the same post-- both with the same node id number-- which would obviously cause confusion. So I deleted one of them and set the vote to "1". That got rid of the error.

Best,
Railer