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
On 2004-02-16 00:45:13 +0000 Benedykt P. Barszcz <kb2qzv@poczta.wp.pl> wrote:
I wonder what I missed.
I think it might be: delete from db where user = 'kohaadmin'; This is bug 459.
Now, text-extract2 is working well. But I get these and more:
I can't help with that. -- MJR/slef My Opinion Only and possibly not of any group I know. Please http://remember.to/edit_messages on lists to be sure I read http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ slef@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/
Benedykt P. Barszcz wrote:
Hi Group, Here is what I get when I install a fresh copy of koha, latest.
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"
All those warnings refers to "bugs" in original english templates. The solution to delete them is to "fix" english templates. Feel free to do it :-) If you don't, you can safely ignore those messages. Just translate the opac.pl, & generate your polish version. Should work fine. Note : by "bugs" i mean bugs in template syntax, not in Koha itself. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (3)
-
Benedykt P. Barszcz -
MJ Ray -
paul POULAIN