Title: deermoose's Replies | WordPress.org

---

# deermoose

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

 *   [Profile](https://wordpress.org/support/users/deermoose/)
 *   [Topics Started](https://wordpress.org/support/users/deermoose/topics/)
 *   [Replies Created](https://wordpress.org/support/users/deermoose/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/deermoose/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/deermoose/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/deermoose/engagements/)
 *   [Favorites](https://wordpress.org/support/users/deermoose/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: [[Like-Button-Plugin-For-Wordpress] [Plugin: Like-Button-Plugin-For-WordPress] Error in admin/gb_design.php](https://wordpress.org/support/topic/plugin-like-button-plugin-for-wordpress-error-in-admingb_designphp/)
 *  [deermoose](https://wordpress.org/support/users/deermoose/)
 * (@deermoose)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-like-button-plugin-for-wordpress-error-in-admingb_designphp/#post-2262296)
 * Note that I had the same issue: WP worked fine on one server, but broke with 
   a similar error message about an unexpected $end on line 203 of gb_design.php.
   At first I thought the issue was due to a difference between PHP versions (old
   server had 4.9 installed vs. 5.3 on the new one), but after sorting through the
   code, I noticed one case in which a short open tag was used on line 169, which
   means the closing bracket on this line will be skipped if php.ini isn’t set to
   recognize short open tags.
 * I changed `<?` to `<?php` on line 169, and the problem seems to be resolved.

Viewing 1 replies (of 1 total)