2024-03-28 10:23:15 MySQL error:
Unknown column 'povvt.picture' in 'field list'

Query:
select povvt.option_value, povvt.variantID, povvt.picture, post.price_surplus
# END variants-with-pictures
                                FROM cguy_product_options_set as post
                                LEFT JOIN cguy_products_opt_val_variants as povvt
                                ON povvt.variantID=post.variantID
                                WHERE povvt.optionID=2 AND post.productID=46
                                ORDER BY povvt.sort_order, povvt.option_value
                        


File: /home/salp111/public_html/!www/blesk.co.ua/core/includes/database/mysqli.php
Line: 90