• Resolved maddoctor

    (@maddoctor)


    I get this message when I activate the plugin:
    “Advanced Woo Search plugin is enabled but not effective. It requires WooCommerce in order to work.”

    I’m using Woocommerce 2.6.14 and WordPress 4.9

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Very strange. So you sure that Woocommerce plugin is active on your site?

    Also – are you using WordPress multisite?

    Thanks.

    Thread Starter maddoctor

    (@maddoctor)

    The woocommerce plugin is active and I have products and I’m not using multisite

    Thread Starter maddoctor

    (@maddoctor)

    Nevermind I found what is happening.

    This line: if ( aws_is_plugin_active( ‘woocommerce/woocommerce.php’
    checks if woocommerce is installed and active, however since I performed a manual installation of woocommerce I had this folder: woocommerce-2.6.14
    I changed the line to if ( aws_is_plugin_active( ‘woocommerce-2.6.14/woocommerce.php’
    and all is fine!

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