Hi there!
well I'm still having the problem with my form-registration which I mentioned already above somewhere:
I have one database table where people who want to register to the selected workshops/groups are stored.
To avoid duplicate entries y set through phpMyAdmin the "email" field as a unique key. Like this a person cannot register over and over with the same email.
Now, the following error appears when a registered person wants maybe to change some stored information he gets the error:
Tablechronoforms_anmelde_formular::store failed - Duplicate entry 'joomla.rosas@googlemail.com' for key 2 SQL=INSERT INTO `jos_chronoforms_anmelde_formular` ( `uid`,`recordtime`,`ipaddress`,`cf_user_id`,`Anrede`,`text_1`,`text_2`,`institution`,`text_3`,`strasse`,`plz`,`telefon`,`anzahl`,`alter`,`zerti` ) VALUES ( 'IMzQ4M2FkNDg4YjNh','2009-03-26 - 13:08:09','78.53.100.99','0','Herr','Frédéric','Rosas','Institut für Informatik Universität Leipzig, Deutschland','joomla.rosas@googlemail.com','Paul-Gruner-Strasse. 25','04107','01702384u7','','','Nein' )
The new selected workshops/groups are overwritten. Which is perfect. Only I would like to switch of the error message.
Or a way to hide this error message. I cannot imagine that there is no way.
Debug mode is already turned off.
save mode is turned off
doesn't any one know how to fix this little problem.
Best regards,
JP