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