Quote:
Originally Posted by Alien
Hey Jaxel,
Any pointers on what I might be experiencing with that error viewing member profiles that has been reported in this thread by several members? I have NO idea what could be causing this, the previous version I was running before this didn't exhibit it.
|
Code:
$videos = $vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "video AS video
WHERE userid = $userinfo[userid]
ORDER BY dateline DESC
LIMIT " . $vbulletin->options['videodirectory_limits']['profileblock_videos'] . "
");
It sounds like people aren't rebuilding their limits after upgrading.