Wishlist Page + Memcached SG Optimizer
-
Hello, the plugin is great and it help our website do the wishlist feature awesome. However, we’re having issues with the Wishlist page and the Memcached of SG Optimizer.
There are times that products added when clicking the heart icon on the product catalog and individual product page are not displaying on our Wishlist Page.
We used the Query Monitor plugin to detect the issue, and we’ve found this error:
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”
And so in able to bring back the products in display, we have to manually toggle on/off the Memcached feature of the SG Optimizer which is not ideal for us because we won’t know if the product is displaying on the Wishlist page 24/7.?Is the plugin fully compatible with SG Optimizer’s Memcached? Thanks.
Regards,
Leemel
- The topic ‘Wishlist Page + Memcached SG Optimizer’ is closed to new replies.