Declaration of SPEntryView::display() must be compatible with SPFrontView::display($o = NULL) in D:\www_local_1\urlaubinmv_joomla\components\com_sobipro\lib\views\entry.php on line 29
I changed line 29:
public function display() to public function display( $o= null )
Now it runs.
