OK…. I found the issue.
the upgrade over written exec-php/exec-php.php
which use to have the code for enabling php in table cells.
so i re copied and all works fine now 🙂
BTW, this also not working
<?php echo "Hallo";?>
unfortunately i can post a link since its internal site
Hi Tobias,
i got the php code partly to work,
a typical echo works fine <?php echo “TEST”; ?>
however echo variable fails <?php echo $current_owner;?>
the variable echo work fine before and after the table.
any idea what I’m missing here?
thx,
Daniel