Thanks for the hint, I enabled the debug-mode and get the following error:
Notice: Array to string conversion in /kirby-blog/site/plugins/taglist/taglist.php on line 30
Notice: Undefined property: Page::$Array in /kirby-blog/site/plugins/taglist/taglist.php on line 30
the content of taglist.php: 28 * Split the tag field and limit the number of tags 29 */ 30 $tags = str::split($page->$options['field']()); 31 $ds = DS == '/' ? ':' : ';';