Problems with errors in error log
-
Whilst my plugin works and seems to fuction on my woocommerce multisite I have been getting lots of errors in my error_log
WordPress database error Unknown column 'position' in 'order clause' for query SELECT i.* FROM wp_2_yith_wcwl as i INNER JOIN wp_2_posts as p on i.prod_id = p.ID WHERE wishlist_id = 1 AND p.post_type IN ( 'product', 'product_variation' ) AND p.post_status = 'publish' ORDER BY position ASC, ID ASC; made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/flatsome/page.php'), the_content, apply_filters('the_content'), WP_Hook->apply_filters, flatsome_contentfix, do_shortcode, preg_replace_callback, do_shortcode_tag, WC_Shortcodes::recent_products, WC_Shortcode_Products->get_content, WC_Shortcode_Products->product_loop, wc_get_template_part, load_template, require('/themes/flatsome/woocommerce/content-product.php'), do_action('flatsome_product_box_tools_top'), WP_Hook->do_action, WP_Hook->apply_filters, flatsome_product_wishlist_button, do_shortcode, preg_replace_callback, do_shortcode_tag, YITH_WCWL_Shortcode::add_to_wishlist, YITH_WCWL->is_product_in_wishlist, YITH_WCWL_Wishlist->has_product, YITH_WCWL_Wishlist->get_items, WC_Data_Store->__call, YITH_WCWL_Wishlist_Data_Store->read_items
This maybe a Flatsome theme issue, but I have been running this for years with no issues
Any Ideas – Thanks
- The topic ‘Problems with errors in error log’ is closed to new replies.