I went through all my mods and apparently this was the problem:
"vb.org Style Rating Module"
Code:
if ($vbulletin->userinfo['userid'])
{
if ($rating = $db->query_first("
SELECT *
FROM " . TABLE_PREFIX . "threadrate
WHERE userid = " . $vbulletin->userinfo['userid'] . "
AND threadid = $threadinfo[threadid]
"))
{
$rated = true;
}
}
Warning to all users who are using this mod, there is an issue with it!
Thank you very much Lynne
Edit: Mod link ->
https://vborg.vbsupport.ru/showthread.php?t=155701