Title: dkukral's Replies | WordPress.org

---

# dkukral

  [  ](https://wordpress.org/support/users/dkukral/)

 *   [Profile](https://wordpress.org/support/users/dkukral/)
 *   [Topics Started](https://wordpress.org/support/users/dkukral/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dkukral/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dkukral/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dkukral/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dkukral/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dkukral/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P2 Resolved Posts] Plugin could not be activated because it triggered a fatal error.](https://wordpress.org/support/topic/plugin-could-not-be-activated-because-it-triggered-a-fatal-error-26/)
 *  [dkukral](https://wordpress.org/support/users/dkukral/)
 * (@dkukral)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-could-not-be-activated-because-it-triggered-a-fatal-error-26/#post-3187255)
 * 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.

Viewing 1 replies (of 1 total)