Closed mathiassiegmund closed 12 years ago
Use of knowledge base isn't possible if short_open_tag in php.ini is set to Off, which is the recommended setting for development & production.
short_open_tag
php.ini
Off
Please change usages of <? to <?php
<?
<?php
Created pull request #2 with solution (https://github.com/christianreber/kirbycms-knowledge-base/pull/2)
Thanks!
Use of knowledge base isn't possible if
short_open_tag
inphp.ini
is set toOff
, which is the recommended setting for development & production.Please change usages of
<?
to<?php