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(25259,25260,25263,25264,25265,25266,25267,25268,25270,25271,25273,25274,25' 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 11:04:10'
                                AND dr.end_time > '2024-04-27 11:04:10'
                                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(25259,25260,25263,25264,25265,25266,25267,25268,25270,25271,25273,25274,25275,25276,25278,25280,25282,25285,25287,25289,25290,25291,25292,25293,25295,25302,25303,25305,25307,25309,25310,25313,25315,25316,25318,25325,25329,25331,25336,25340,25343,25345,25346,25351,25352,25353,25363,25368,25369,25370,25371,25375,25377,25381,25382,25384,25385,25388,25391,25395,25396,25398,25400,25401,25402,25404,25408,25409,25410,25415,25416,25418,25419,25420,25422,25426,25427,25428,28270,28271,28272,28273,28276,54442,54443,54644,54645,54646,54648,54649,54650,54651,57369,57370,57480,57481,57483,57484,57485,58212,58213,58214,58251,58253,58442,58595,59561,61064,61065,61068,61450,63976,63977,64816,64818,64819,66610,66611,66612,66613,67011,67677,68659,68660,68661,68662)