Problems with installing custom fields (e.g. selector-plugin)

Hey there,

i have another question which i stumbled upon a few times by now. I tried installing the Kirby Selector tool (https://github.com/storypioneers/kirby-selector) and followed the instructions. As soon as i copy the files as told in the readme.md i get a blank page when refreshing my panel-page. This happened sooner whilst setting up an other plugin. What am i doing wrong? Is there a simple trick i forgot?

Thanks so far. ToGe

If anybody else runs into this problem … you may fix it by setting

short_open_tag=on

for php ≤ 5.3 in php.ini or replacing

<?=

with

<?php echo

in kirby-selector/template.php