I tried to manually add a Post Thanks Search to a Member's Profile page as following:
PHP Code:
<li><a href="post_thanks.php?{vb:raw session.sessionurl}do=findthanks&userid={vb:raw userinfo.userid}">Find all Thanked Posts</a></li>
I believe your findthanks and find_user_thanks functions within post_thanks.php are not properly functioning as it returns a dB error for the search function.