Hello, i tried your query and get exactly the same error

2024-07-05 08:18:57 [51778] [1] ERROR: MYSQL: 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 '' at line 1 2024-07-05 08:18:57 [51778] [1] ERROR: MYSQL: 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 ')' at line 1 2024-07-05 08:18:57 [51778] [1] ERROR: Could not charset process message, dropping it!

I dont believe there is something wrong with my query or database/table setup as using exactly same query on old system everything works as expected

If i cannot find a solution i will compile to new system the code from the old system to make sure it works

Something has changed in revision 62, this is what i am guessing


On 4/7/24 13:57, Ruben Melikyan wrote:

INSERT INTO send_sms

(

   `momt`,

    `sender`,

    `receiver`,

    `msgdata`,

    `time`,

    `service`,

    `sms_type`,

    `coding`,

    `charset`,

    `dlr_mask`

)

VALUES (

    'MT',

'UnicKlad',

'306931234567',

    
'%ce%b1%ce%b2%ce%b3%ce%b4%ce%b5%ce%b6%ce%b7%ce%b8%ce%b9%ce%ba%ce%bb%ce%bc%ce%bd%ce%be%ce%bf%cf%80%cf%81%cf%83%cf%84%cf%85%cf%86%cf%87%cf%88%cf%89%0a%40%23!%24%25%5e%26*()+%5b%5d+%7b%7d+%27%3b+%3f+%3c%3e+%2f+%5c+%7c%3d+%2b+-+%e2%82%ac',

    UNIX_TIMESTAMP(),

    'sqlbox',

    '2',

    '2',

    'utf-8',

    '19'

);

Reply via email to