I don't have that mod
I checked in the post_thanks.php and found thse lines
PHP Code:
// check if search already done
//if ($search = $db->query_first("SELECT searchid FROM " . TABLE_PREFIX . "search AS search WHERE searchhash = '" . $db->escape_string($searchhash) . "'"))
//{
// $vbulletin->url = 'search.php?' . $vbulletin->session->vars['sessionurl'] . "searchid=$search[searchid]";
// eval(print_standard_redirect('search'));
//}
It refer to a table name prefix ... search but in the db I couldn't found any table having that name!
Could you please kindly check and let us know about that!
Thanks