Memcached + Yith Wishlist Issue
-
First of all, thanks for this plugin it helped our website speed dramatically. Though we’re having issues with our Yith Wishlist and Memcached feature of SG Optimizer.
The Wishlist page is not display any product added on it, when I checked it using the Query Monitor plugin, the errors occured:Query:
SELECT i.*
FROM wp_3_yith_wcwl as i
INNER JOIN wp_3_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’
AND prod_id NOT IN ( )
ORDER BY position ASC, ID DESCCaller:
“
YITH_WCWL_Wishlist_Data_Store->read_items()
“Component:
Plugin: yith-woocommerce-wishlist
Error Message:
“You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘) ORDER BY position ASC, ID DESC’ at line 1”
But whenever I turn off the Memcached feature of SG optimizer, it displays the products on the wishlist. Is there a way to resolve this or exclude the wishlist from memcached? Thanks.
Regards,
Leemel
- The topic ‘Memcached + Yith Wishlist Issue’ is closed to new replies.