Info bubble don't load info under PHP 7.2
At PHP 7.2 servers when info bubble is open there appear following error:
Fatal error: Declaration of SPGeoModView::display() must be compatible with SPSectionView::display($type = 'section', $out = NULL) in /home/miguelv5/public_html/components/com_sobipro/lib/views/geomod.php on line 28
Temporary fix is changing line 35 in the components/com_sobipro/lib/views/geomod.php file to
public function display($type = 'section', $out = NULL)