it fails CHECK 1 and CHECK 2 (nothing is displayed):
if ($showchatters) {
// echo "catters abilitato";
//mostra gif
$content .= "<br/><a href=\"#\" onclick=\"javascript: window.open('http://".$flashchaturl."/flashchat.php', '', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=780,height=550'); return false\"><img src=\"".$mosConfig_live_site."/modules/mod_whosonline_ext.gif\" border=\"0\" alt=\"Live Joomla Chat\"/></a><br />";
$chatters = '';
//
$query = "SELECT #__users.username, #__users.id, #__users.name "
. "\n FROM #__users, #__fc_connections "
. "\n WHERE #__fc_connections.userid = #__users.id "
. "\n ORDER BY updated desc";
//
$database->setQuery($query);
if ($result = $database->query()) {
// CHECK
echo "test<BR>";
$rows = $database->loadObjectList();
foreach($rows as $row) {
// CHECK2
echo "test2<BR>";