Forums
(@dkukral)
12 years, 3 months ago
Issue was the server had short_tags turned off ..
lines 521 and 591 of p2-resolved-posts.php use the short php open tag <? instead of the long tag <?php
You should probably use <?php for better portability.