Hi
Using vBulletin 3.8.0 RC 2, Opera 9.6.2 and IE7. If I collapse the shoutbox, an AJAX error occurs.
Edit:
Get a sql database error email too, with the same content like in adnedarn his post (#3671)
Workaround until final fix. Open file mgc_cb_evo_ajax.php and search for:
PHP Code:
$limit = $vbulletin->options['mgc_cb_evo_nbchats_closed'];
Replace with:
PHP Code:
$limit = 0;
$sql_where_clause_notifs = 0;
Regards, Stoebi