Title: Error activating
Last modified: August 21, 2016

---

# Error activating

 *  Resolved [GunnarKE](https://wordpress.org/support/users/gunnarke/)
 * (@gunnarke)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/error-activating-1/)
 * Hi
    I’ve installed the latest version 1.0.1 When I try to activatge I get this
   error: “Fatal error: Call to a member function get_option() on a non-object in/
   home/bbhhbcom/public_html/testml/wp-content/plugins/easy-wp-cookie-popup/lib/
   template-functions.php on line 57” any idea whats wrong Cheers Gunnar
 * [http://wordpress.org/plugins/easy-wp-cookie-popup/](http://wordpress.org/plugins/easy-wp-cookie-popup/)

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

 *  [BIOSTALL](https://wordpress.org/support/users/biostall/)
 * (@biostall)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/error-activating-1/#post-4290426)
 * I fixed this by editing the plugin as follows:
 * File: /wp-content/plugins/easy-wp-cookie-popup/lib/template-functions.php
 * Change lines:
 * 56: global $EasyWebtrends;
    57: if($EasyWebtrends->get_option( ‘presstrends’ )
   == ‘enabled’) {
 * To:
 * 56: //global $EasyWebtrends; (or remove this line)
    57: if(get_option( ‘presstrends’)
   == ‘enabled’) {
 * Hope that helps.
 *  Thread Starter [GunnarKE](https://wordpress.org/support/users/gunnarke/)
 * (@gunnarke)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/error-activating-1/#post-4290427)
 * Thanks
    It works now. Gunnar
 *  [iloveweb](https://wordpress.org/support/users/iloveweb/)
 * (@iloveweb)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/error-activating-1/#post-4290451)
 * Thanks to. It’s working.

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

The topic ‘Error activating’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-wp-cookie-popup_783ac4.svg)
 * [Cookii - Free GDPR Cookie Consent](https://wordpress.org/plugins/easy-wp-cookie-popup/)
 * [Support Threads](https://wordpress.org/support/plugin/easy-wp-cookie-popup/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-wp-cookie-popup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-wp-cookie-popup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-wp-cookie-popup/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [iloveweb](https://wordpress.org/support/users/iloveweb/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/error-activating-1/#post-4290451)
 * Status: resolved