Hello,
I've issue to confirm user, here is the error message that it returne me :
Code:
Impossible de confirmé l'489 de la ligne car: 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 SQL=UPDATE IGNORE `#__jnews_subscribers` SET `name` = 'name' , `email` = 'name@mailprovider.com' , `receive_html` = 1 , `confirmed` = 1 , `timezone` = '00:00:00' , `language_iso` = 'eng' , `blacklist` = 0 WHERE `id` =
(Of course, I've changed the name and email adress of the user)
I'm no that good in SQL but it seems pretty obvious that it tries to add the user in the table "jnews_subscribers" but I don't want that...
Does anyone know an easy way to avoid that ?
Thank you in advance.
Ps1 : If it's easier to correct the problem by keeping the addition of the user in jnews, I'm willing to choose this solution
Ps2 : Sorry for my english