First Stop lance sa propre plateforme d’achats européenne !





ERROR: 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 '
active_time = 1550886655,
active_ip = '3.84.243.246',
acti' at line 2
---
REPLACE INTO it_active SET
active_id = ,
active_time = 1550886655,
active_ip = '3.84.243.246',
active_user_agent = 'CCBot/2.0 (https://commoncrawl.org/faq/)',
active_session = '0krsdaj2d1634khi5vf6g20p53'
---
ERROR: 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 '
view_date = NOW(),
view_user_ag' at line 3
---
INSERT INTO fr_articleviews SET
view_ip = INET_ATON('3.84.243.246'),
view_user_id = ,
view_date = NOW(),
view_user_agent = 'CCBot/2.0 (https://commoncrawl.org/faq/)',
view_referer = '',
view_article_id = 23743
---
ERROR: 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 ')
ORDER BY comment_date ASC' at line 3
---
SELECT * FROM fr_comments, it_users
WHERE user_id = comment_author_id AND comment_topic = 23743
AND comment_type = 'articles' AND (comment_state = 1 OR comment_author_id = )
ORDER BY comment_date ASC
---