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(2251,2255,2258,2259,2261,2264,2835,2837,2838,2898,2899,2900,2902,2909,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-25 07:36:56'
                                AND dr.end_time > '2024-04-25 07:36:56'
                                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(2251,2255,2258,2259,2261,2264,2835,2837,2838,2898,2899,2900,2902,2909,2911,2914,2915,2916,2917,4895,4919,4921,7831,9408,10391,10392,10393,10394,10396,10397,10398,10402,11110,11111,11179,11180,26335,26338,30626,30676,31231,31232,31233,31242,51698,52050,52051,52054,52056,55010,55037,55086,55087,56226,56980,58327,58503,58600,59239,59727,59728,59729,61530,61531,61532,61921,62125,62142,62143,62242,62243,62265,62266,62267,62268,62269,62463,62464,62465,62569,62570,62571,62572,62573,62574,62575,62576,62577,62578,62579,62580,62581,62582,62583,62584,62585,62586,62587,62588,62589,62590,62591,62593,62594,62638,62639,62640,62641,62642,62643,62644,62645,62646,62647,62648,63256,63341,63343,63352,64235,64236,64237,64826,67554,68334,68335,68336,68992,67555,68993,68994,68995,66040,66041,66042,66043,66044,67446,67447,67448)