I installed this on a staging site to test how it worked. . .changed the price of an existing product, and then today I went to visit the product page to see if the graph updated properly
It’s giving me the following error at the top of my website/product page
SELECT MIN(price) as price,DATE(date) as date FROM wp_totej_price_history WHERE
productid
= 8686 GROUP BY DATE(date) ORDER BY date ASC LIMIT 30
any idea what is going on? i’m on php 8.1 if that makes a difference
The page I need help with: [log in to see the link]