in all default.php files in admin/views/***/tmpl is following error:
PHP Code:
<?=$this->sidebar;?>
This must be
PHP Code:
<?php echo $this->sidebar?>