An exception occurred in shop's script

  • Error type: MySQL Error
  • Source, line: Parser::tws_shop_topic[1289]
  • Error message: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'id IN(6079,6081,6083,6084,6085,6086,6087,6095,26012,26014,26028,29108,29109,2911' at line 23
 SELECT DISTINCT id
                        FROM (
                            SELECT s.id
                            FROM ms_store s, ms_topic_store ts
                            WHERE s.no_visible=0
                                AND s.kind_key = 'kDefault'
                                AND s.price2 > s.price
                                AND s.price > 0
                                AND ts.store_id = s.id
                            UNION ALL
                            SELECT s.id
                            FROM ms_store s
                                JOIN ms_topic_store ts ON s.id = ts.store_id   
                                JOIN ms_disc_group dg ON s.disc_group_id = dg.id  
                                JOIN ms_disc_rate dr ON dr.group_id = dg.id
                            WHERE dr.kind_key = 'kOrder'
                                AND dr.from_sum = 0
                                AND dr.begin_time < '2024-04-27 09:24:40'
                                AND dr.end_time > '2024-04-27 09:24:40'
                                AND (s.price - (s.price / 100 * dr.disc_proc)) < s.price
                                AND s.no_visible = 0
                                AND s.kind_key = 'kDefault' 
                        ) AS tblWHERE id IN(6079,6081,6083,6084,6085,6086,6087,6095,26012,26014,26028,29108,29109,29110,29111,32638,32639,32640,32641,32642,52687,52689,52690,52691,52692,52693,52695,52696,52697,52698,52699,52700,52701,52702,52703,52704,52705,52706,52707,52708,53849,53850,53851,53852,53853,54382,54383,54384,54385,54388,54683,54684,54685,54686,59358,59359,59373,59374,59376,59397,59401,59490,59491,59493,59494,60296,60297,60609,60610,60611,60613,60670,60686,60687,60986,61478,61698,61726,61727,61783,61881,61891,61892,62186,62187,62188,66489,66490,66491,66492)