Title: Plugin Installation issues WP 4.1
Last modified: August 22, 2016

---

# Plugin Installation issues WP 4.1

 *  Resolved [defin1eye](https://wordpress.org/support/users/defin1eye/)
 * (@defin1eye)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/plugin-installation-issues-wp-41/)
 * Hi, would really love this to work, however all that happens when I install the
   plugin and activate it is having this text displayed at the top of every page(
   both live and within the editor):
 * ‘H:i’, ‘date-format’ => ‘d.m.Y’ ); /* unset default if setting already set */
   foreach ( $default_settings as $key => $value ) if ( op_get_setting( $key ) )
   unset( $default_settings[ $key ] ); /* apply remaining settings */ $wp_opening_hours
   = new OpeningHours; $wp_opening_hours->applySettings( $default_settings ); } 
   register_activation_hook( __FILE__, ‘op_activate’ ); ?>
 * The only way to access the plugin is through the plugin settings. It does not
   show in the dashboard settings to update etc.
 * Thanks
 * [https://wordpress.org/plugins/wp-opening-hours/](https://wordpress.org/plugins/wp-opening-hours/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [janizde](https://wordpress.org/support/users/janizde/)
 * (@janizde)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/plugin-installation-issues-wp-41/#post-5708378)
 * Hi defin1eye,
 * I think the problem is, that I have used the short <? PHP stack instead of the
   standard <?php tag. Probably your PHP configuration does not support this. In
   the new Version coming late Feb/early March I always use the regular Tags.
    If
   you want to use the current version and have access to your PHP configuration(
   php.ini) you can maybe turn on support for the short tag. Further doc: [http://php.net/manual/de/ini.core.php#ini.short-open-tag](http://php.net/manual/de/ini.core.php#ini.short-open-tag)

Viewing 1 replies (of 1 total)

The topic ‘Plugin Installation issues WP 4.1’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-opening-hours_3e2c4f.svg)
 * [Opening Hours](https://wordpress.org/plugins/wp-opening-hours/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-opening-hours/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-opening-hours/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-opening-hours/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-opening-hours/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-opening-hours/reviews/)

## Tags

 * [installation](https://wordpress.org/support/topic-tag/installation/)

 * 1 reply
 * 2 participants
 * Last reply from: [janizde](https://wordpress.org/support/users/janizde/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/plugin-installation-issues-wp-41/#post-5708378)
 * Status: resolved