Title: browser.php
Last modified: August 30, 2016

---

# browser.php

 *  Resolved [Bt91](https://wordpress.org/support/users/bt91/)
 * (@bt91)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/browserphp/)
 * Hi,
 * I have a problem with this plugin and the theme I am using.
    The problem is that‘
   class browser’ is used twice (in the code of the pluging and in the code of the
   theme).
 * How can I solve this problem?
    Which documents of the plugin refer to browser.
   php (/plugins/google-calendar-events/vendor/cbschuld/browser.php/lib)?
 * The problem is soveld when I delete all the content in browser.php, but the plugin
   does not work propperly then anymore.
 * I hope you can help me.
 * Kind regards,
 * Bart
 * [https://wordpress.org/plugins/google-calendar-events/](https://wordpress.org/plugins/google-calendar-events/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * (@nickyoung87)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/browserphp/#post-6883176)
 * Hello Bart,
 * It looks like you may need to contact the developers of the theme and see if 
   they can run a check for the class before loading it. Just let them know there
   is a conflict with loading the class and they can add something like:
 * `if ( ! class_exists( 'Browser' ) ) { // load class here`
 * That should eliminate the problem for you. We have had this happen with a couple
   other plugins and when the devs made that change it fixed the issue on both sides.
 * Thanks!
 *  Thread Starter [Bt91](https://wordpress.org/support/users/bt91/)
 * (@bt91)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/browserphp/#post-6883180)
 * Thanks, that works!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘browser.php’ is closed to new replies.

 * ![](https://ps.w.org/google-calendar-events/assets/icon-256x256.png?rev=1263960)
 * [Simple Calendar - Google Calendar Plugin](https://wordpress.org/plugins/google-calendar-events/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-calendar-events/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-calendar-events/)
 * [Active Topics](https://wordpress.org/support/plugin/google-calendar-events/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-calendar-events/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-calendar-events/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Bt91](https://wordpress.org/support/users/bt91/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/browserphp/#post-6883180)
 * Status: resolved