Доброго времени суток!
Поставил, работает вроде, но ругается на строку №75 в файле fbdiscussbot.php:
$botDisplay; // Associative array holder for the results of the bot...
И еще в модулях user вылазит Ошибка в троке 324:
// If sectionId and catId are not valid - it's not a proper content item and therefore should NOT show the Discuss links!
// Debug info is in the function...
---324--- if (!contentItemIsValid($row->sectionid, $row->catid)) {
$botDisplay[strval($row->id)] = "";
return;
}
Так то все работает, как убрать эти сообщения об ошибках?