I'm not comfortable using phpmyadmin, but..
... let's take the following post as example (postid= 35936)
On the table
post_thanks I find on "postid":

.. but when I click every pencil of "35936", I go to a page with the
same content:
What's wrong on my steps?
EDIT: I run the query:
Code:
SELECT *
FROM `_vbpost_thanks`
WHERE CONCAT_WS( "-", `postid` ) = "35936"
ORDER BY `_vbpost_thanks`.`postid` ASC
LIMIT 0 , 30
and the results...
Also, a user here has the same problem (
post).
What to do? There are duplicate entries :/