• Fatal error: Call to undefined function Premmerce\Filter\Filter\is_shop() in /home/u8213562/public_html/wp-content/plugins/premmerce-woocommerce-product-filter/src/Filter/Filter.php on line 219

    This is the line :
    elseif ( isset( $settings[‘shop’] ) && get_queried_object() && is_shop() && !is_search() ) {
    return true;

    Because of this, I get a white screen in admin pages.

    I really appreciate your help. Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter serdarangun

    (@serdarangun)

    Also this:

    Fatal error: Call to undefined function Premmerce\Filter\Admin\Tabs\taxonomy_is_product_attribute() in /home/u8213562/public_html/wp-content/plugins/premmerce-woocommerce-product-filter/src/Admin/Tabs/Settings.php on line 38

    if ( !taxonomy_is_product_attribute( $taxonomy ) && taxonomy_exists( $taxonomy ) ) {
    $taxonomyOptions[$taxonomy] = get_taxonomy( $taxonomy )->labels->singular_name;
    }
    }

    Thread Starter serdarangun

    (@serdarangun)

    When I disable the premmerce woocmmerce product filter, I can log in to admin panel. But I can not see woocommerce plug in dashboard. But I see woocomerce folder in ftp. I had products before in woocommerce.

    Plugin Author Premmerce

    (@premmerce)

    Hi, @serdarangun!

    Sorry for temporary inconvenience.
    Please update Premmerce WooCommerce Product Filter and then activate WooCommerce.
    Can you describe in more details what you did to cause this error?

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