Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    (@gunnarke)

    Thanks
    It works now.
    Gunnar

    Thanks to. It’s working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error activating’ is closed to new replies.