ERROR/HATA: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
CMD: SELECT * FROM main WHERE id= ERROR/HATA: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND articleid = AND date = 20240319 AND type = 1' at line 1
CMD: SELECT COUNT(*) FROM stats WHERE journalid = AND articleid = AND date = 20240319 AND type = 1 ERROR/HATA: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' , 20240319, 1)' at line 1
CMD: INSERT INTO stats (journalid, articleid, date, type) VALUES (, , 20240319, 1) ERROR/HATA: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND articleid = AND date = 20240319 AND type = 1' at line 1
CMD: UPDATE stats SET count = count + 1 WHERE journalid = AND articleid = AND date = 20240319 AND type = 1 ERROR/HATA: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
CMD: UPDATE articles SET read_count = read_count + 1 WHERE id =