Hi Group, Here is what I get when I install a fresh copy of koha, latest. Creating the MySQL database for Koha... ERROR 1062 at line 1: Duplicate entry 'localhost-kohaadmin' for key 1 256ERROR 1062 at line 1: Duplicate entry '%-Koha-kohaadmin' for key 1 I had RC3 before, but i did: - remove hte user kohaadmin (delete from user where user='kohaadmin'; flush privileges; - deleted /usr/local/koha dir - drop database Koha; - delete /etc/koha.conf I wonder what I missed. Now, text-extract2 is working well. But I get these and more: [root@localhost translator]# ./tmpl_process.pl update -i /usr/local/koha/opac/htdocs/opac-tmpl/default/en -s opac.pl -r Generating list of files to process... Restoring string list from opac.pl... Processing /usr/local/koha/opac/htdocs/opac-tmpl/default/en/kohaerror.tmpl... Processing /usr/local/koha/opac/htdocs/opac-tmpl/default/en/opac-account.tmpl... Warning (negligible): Suggest ESCAPE=URL for TMPL_VAR in attribute "background" near line 9: "<!-- TMPL_VAR NAME="themelang" -->/images/background-opac.gif" Warning (negligible): Further similar negligible warnings will not be reported, use --pedantic for details Processing /usr/local/koha/opac/htdocs/opac-tmpl/default/en/opac-auth.tmpl... Warning (negligible): Suggest ESCAPE=URL for TMPL_VAR in attribute "action" near line 27: "<!-- TMPL_VAR NAME="url" -->" Warning (negligible): Further similar negligible warnings will not be reported, use --pedantic for details Processing /usr/local/koha/opac/htdocs/opac-tmpl/default/en/opac-detail.tmpl... Warning (negligible): Suggest ESCAPE=URL for TMPL_VAR in attribute "href" near line 21: "/cgi-bin/koha/opac-searchresults.pl?isbn=<!-- TMPL_VAR NAME="isbn" ESCAPE="URL" -->" Warning (negligible): Further similar negligible warnings will not be reported, use --pedantic for details Processing /usr/local/koha/opac/htdocs/opac-tmpl/default/en/opac-main.tmpl... Warning (negligible): Suggest ESCAPE=URL for TMPL_VAR in attribute "background" near line 62: "<!-- TMPL_VAR NAME="themelang" -->/images/front-background-med.gif" Warning (negligible): Further similar negligible warnings will not be reported, use --pedantic for details Warning (negligible): Unquoted attribute contains character(s) that should be quoted near line 116: /cgi-bin/koha/opac-user.pl Any hits? Especially for the mysql part? Thanks. Benedict