Hello, I'm trying to put the widget in the sidebar, but it always produces an error e500.php
$widget = $widgetService->addWidget('VERIFIEDMEMBERS_CMP', false);
$placeWidget = $widgetService->addWidgetToPlace($widget, BOL_ComponentService::PLACE_INDEX);
$widgetService->addWidgetToPosition($placeWidget, BOL_ComponentService::SECTION_SIDEBAR);
what is wrong doing?