Error after updating
-
Dear Dima,
After upgrading to the latest version of your plugin a few minutes ago I’m getting some errors. After turning off wp_debug I only get the last error. But it would be neat if you could fix the warnings and notifications as well.
Can you help me out?
Thanks,Danny
This is how I call the filter from my template:
<section class=”product-filters”>
<span>SHOW</span><span>HIDE</span> FILTERS
<div class=”the-product-filters hidden”>
<?php do_shortcode(‘[br_filters attribute=price type=slider title=”Price Filter”]’); ?>
</div>
</section>Strict Standards: Non-static method BeRocket_AAPF_Widget::widget() should not be called statically in /Users/thisuser/Comheroes/local-sites/sws/wp-content/plugins/woocommerce-ajax-filters/woocommerce-filters.php on line 63
Notice: Undefined index: terms in /Users/thisuser/Comheroes/local-sites/sws/wp-content/plugins/woocommerce-ajax-filters/includes/widget.php on line 77
Notice: Undefined index: user_func in /Users/thisuser/Comheroes/local-sites/sws/wp-content/plugins/woocommerce-ajax-filters/includes/widget.php on line 94
Strict Standards: Non-static method BeRocket_AAPF_Widget::get_filter_products() should not be called statically in /Users/thisuser/Comheroes/local-sites/sws/wp-content/plugins/woocommerce-ajax-filters/includes/widget.php on line 256
WordPress database error: [Unknown column ‘wp_term_relationships.term_taxonomy_id’ in ‘where clause’]
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON (wp_posts.ID = wp_postmeta.post_id) WHERE 1=1 AND wp_posts.post_type = ‘product’ AND ( wp_term_relationships.term_taxonomy_id IN ( board-covers ) ) AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘private’) AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘private’) AND ( (wp_postmeta.meta_key = ‘_stock_status’ AND CAST(wp_postmeta.meta_value AS CHAR) = ‘instock’) ) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date ASC
The topic ‘Error after updating’ is closed to new replies.