I'm trying to update a template on our Content Management System, however getting the following error. I know its difficult to know what the problem is without looking at the PERL coding, however any advise would be considered:
DBD::mysql::db do failed: Duplicate entry 'Lisa.Wulf@<RMe d By Mod>' for key 2 at cgi-bin/gen_main.pl line 87
main::__ANON__( 'DBD::mysql::db do failed: Duplicate entry \'Lisa.Wulf@<RM ed By Mod>...', 'Pkgs::DBI::db= HASH(0x2a3d4d0) ', 'undef') called at cgi-bin/gen_main.pl line 1422
main::make_uniq ue_key('table', 'ai_tinyemails' , 'value', 'Lisa.Wulf@<RMe d By Mod>', 'key_size', 8, 'key_column', 'email_key', 'value_column', ...) called at cgi-bin/gen_main.pl line 1449
DBD::mysql::db do failed: Duplicate entry 'Lisa.Wulf@<RMe d By Mod>' for key 2 at cgi-bin/gen_main.pl line 87
main::__ANON__( 'DBD::mysql::db do failed: Duplicate entry \'Lisa.Wulf@<RM ed By Mod>...', 'Pkgs::DBI::db= HASH(0x2a3d4d0) ', 'undef') called at cgi-bin/gen_main.pl line 1422
main::make_uniq ue_key('table', 'ai_tinyemails' , 'value', 'Lisa.Wulf@<RMe d By Mod>', 'key_size', 8, 'key_column', 'email_key', 'value_column', ...) called at cgi-bin/gen_main.pl line 1449
Comment