Quick fix for error in 5.6.5
in core/packages/dbtechvbshout/db/mysql/querydefs.php
search:
PHP Code:
$readChannels = vB::getUserContext()->getReadChannels();
comment out or replace with:
PHP Code:
/* $readChannels = vB::getUserContext()->getReadChannels(); */
next remove this line:
PHP Code:
AND vbshout.forumid IN(" . implode(',', array(0) + $readChannels['canRead']) . ")